Command-line client code for Tarsnap. This repository is intended for developers who may wish to watch changes in progress, investigate bugs, or test new (unreleased) features.

Graham Percival 4afec38088 pkg: deb: update changelog for 1.0.39 7 years ago
keygen b2d1c5022c Add standard headers to keygen/, recrypt/, keymgmt/ 8 years ago
keymgmt b2d1c5022c Add standard headers to keygen/, recrypt/, keymgmt/ 8 years ago
keyregen ffd09c1f7f key(*)gen, recrypt: (void)argv after usage. 8 years ago
lib 5fecb71c3c Fix division-by-zero bug in scrypt decryption 7 years ago
libarchive 010ea7eb4c Avoid overflow when reading corrupt cpio archive 7 years ago
libcperciva 8a83ca4f2c Update URL in LLVM workaround warning 8 years ago
misc 801a30d144 Add --archive-names to man and bash completion 7 years ago
pkg 4afec38088 pkg: deb: update changelog for 1.0.39 7 years ago
recrypt d32f2a2c3f Fix alphabetical order of headers 7 years ago
release-tools 04a17e6368 Add BUILDING doc 7 years ago
tar 10e3bd60fa Don't record files with negative mtime in cache 7 years ago
tools e14cb668dc Use single gitignore 8 years ago
.autom4te.cfg 41f175dbc8 Tarsnap 1.0.0 17 years ago
.gitignore e14cb668dc Use single gitignore 8 years ago
.travis.yml 04dcc8b081 Travis-CI: use stricter compiler flags 7 years ago
BUILDING 16afd7800f BUILDING: fix typo 7 years ago
COPYING 00a127f146 Bump copyright date 9 years ago
Makefile.am f327f3b27e build: fix dependencies for man pages 8 years ago
NEWS.md a8fa27d449 Document three more bugs fixed in 1.0.39. 7 years ago
README.md 04a17e6368 Add BUILDING doc 7 years ago
STYLE 1b573a46c5 STYLE: mention 78 chars for line length 8 years ago
actarsnap.m4 f8d9eeb6f2 Look for HW_USERMEM instead of hw.usermem 9 years ago
configure.ac 512a6fb0ee build: add --with-conf-no-sample for tarsnap.conf 8 years ago
tar-version ce6a5dc9f2 Bump version to 1.0.38-head 7 years ago
tsserver 4ae49b0dab Change server name from "betatest" to "v1-0-0" 9 years ago

README.md

Client code for Tarsnap

Tarsnap is a secure, efficient online backup service: "Online backups for the truly paranoid".

:exclamation: We strongly recommend that people use the latest official release tarball on https://www.tarsnap.com

This repository is intended for developers who may wish to watch changes in progress, investigate bugs, or test new (unreleased) features.

News

A list of major changes in each version is given in NEWS.md.

Building

The official releases should build and install using autotools:

./configure
make
make install

See the BUILDING file for more details.

Packaging notes

Bash completion scripts: optional configure argument --with-bash-completion-dir[=DIR].

  • If DIR is specified, it installs to that directory.

  • If DIR is left blank, it attempts to use pkg-config and bash-completion >= 2.0 to determine where to put the bash completion scripts. If your system does not match those requirements, please specify DIR explicitly.