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.
|
9 years ago | |
---|---|---|
keygen | 9 years ago | |
keymgmt | 9 years ago | |
keyregen | 9 years ago | |
lib | 9 years ago | |
libarchive | 9 years ago | |
libcperciva | 9 years ago | |
misc | 9 years ago | |
pkg | 9 years ago | |
recrypt | 9 years ago | |
release-tools | 9 years ago | |
tar | 9 years ago | |
tools | 9 years ago | |
.autom4te.cfg | 17 years ago | |
.gitignore | 10 years ago | |
.travis.yml | 9 years ago | |
COPYING | 9 years ago | |
Makefile.am | 9 years ago | |
README.md | 9 years ago | |
STYLE | 9 years ago | |
actarsnap.m4 | 9 years ago | |
configure.ac | 9 years ago | |
tar-version | 9 years ago | |
tsserver | 9 years ago |
Tarsnap is a secure, efficient online backup service: "Online backups for the truly paranoid". https://tarsnap.com
Normal users should only use the signed tarballs from tarsnap.com, but for experimental development, use:
autoreconf -i
./configure
make
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.