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.

Colin Percival 71b3f4eeee Update debian changelog for 1.0.37 9 years ago
keygen b42fc91521 Add --version to key*gen, keymgmt, recrypt 9 years ago
keymgmt b42fc91521 Add --version to key*gen, keymgmt, recrypt 9 years ago
keyregen b42fc91521 Add --version to key*gen, keymgmt, recrypt 9 years ago
lib 15e6f682d2 Use ttyfd to find the terminal for sigquit 9 years ago
libarchive 63b24b80be Apply "handle short writes correctly" to others 9 years ago
libcperciva a12dd2f3dc Add ttyfd: Returns a descriptor to the terminal 9 years ago
misc a9543edee9 bash-completion: add --verify-config 9 years ago
pkg 71b3f4eeee Update debian changelog for 1.0.37 9 years ago
recrypt b42fc91521 Add --version to key*gen, keymgmt, recrypt 9 years ago
release-tools fd60713119 pkg: Allow good sorting for pre-releases in deb 9 years ago
tar 0d3c70946b man: add --verify-config 9 years ago
tools b832298c39 Tools: fix directory of python scripts 9 years ago
.autom4te.cfg 41f175dbc8 Tarsnap 1.0.0 17 years ago
.gitignore a6a6790f18 add .gitignore 10 years ago
.travis.yml 823c6fd53b Fix Travis-CI build 9 years ago
COPYING 00a127f146 Bump copyright date 9 years ago
Makefile.am 15e6f682d2 Use ttyfd to find the terminal for sigquit 9 years ago
README.md 9e1cceec4f bash-completion: no default installation directory 9 years ago
STYLE 8642769792 Import STYLE from libcperciva 9 years ago
actarsnap.m4 f8d9eeb6f2 Look for HW_USERMEM instead of hw.usermem 9 years ago
configure.ac a6db189ed0 Allow configuration-time disabling of compiler warnings 9 years ago
tar-version e5e86a5e96 Bump version to 1.0.36-head 9 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". https://tarsnap.com

Building from git

Normal users should only use the signed tarballs from tarsnap.com, but for experimental development, use:

autoreconf -i
./configure
make

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.