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 00bf976419 Fix build on OS X před 9 roky
keygen 8c34f3eb54 Tarsnap 1.0.34 před 11 roky
keymgmt bb99c65aa0 Add warning to keymgmt(1) about keyless key files před 9 roky
keyregen 8c34f3eb54 Tarsnap 1.0.34 před 11 roky
lib e050689cc2 Missing whitespace před 9 roky
libarchive 14190c8844 Add missing includes. před 9 roky
libcperciva aa6aa61d13 Make _export consistent with its documentation. před 9 roky
misc a66a56135a Fix tarsnap --creationtime bash completion. před 9 roky
pkg 13d3e31160 Update debian pkg changelog for 1.0.36 před 9 roky
recrypt 8c34f3eb54 Tarsnap 1.0.34 před 11 roky
release-tools 61f8beef1e Add script for creating source tarballs před 9 roky
tar c3a7532770 Fix one-byte buffer overflow před 9 roky
.autom4te.cfg 41f175dbc8 Tarsnap 1.0.0 před 17 roky
.gitignore a6a6790f18 add .gitignore před 10 roky
COPYING d5470bef65 Bump copyright year. Adjust for ownership. před 9 roky
Makefile.am 00bf976419 Fix build on OS X před 9 roky
README.md 9e1cceec4f bash-completion: no default installation directory před 9 roky
actarsnap.m4 f8d9eeb6f2 Look for HW_USERMEM instead of hw.usermem před 9 roky
configure.ac f6cdcbe8d5 s/==/=/ for portability před 9 roky
tar-version e5e86a5e96 Bump version to 1.0.36-head před 9 roky
tsserver 41f175dbc8 Tarsnap 1.0.0 před 17 roky

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.