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

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.