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.
|
7 years ago | |
---|---|---|
keygen | 8 years ago | |
keymgmt | 8 years ago | |
keyregen | 8 years ago | |
lib | 7 years ago | |
libarchive | 7 years ago | |
libcperciva | 8 years ago | |
misc | 7 years ago | |
pkg | 7 years ago | |
recrypt | 7 years ago | |
release-tools | 7 years ago | |
tar | 7 years ago | |
tools | 8 years ago | |
.autom4te.cfg | 17 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 7 years ago | |
BUILDING | 7 years ago | |
COPYING | 9 years ago | |
Makefile.am | 8 years ago | |
NEWS.md | 7 years ago | |
README.md | 7 years ago | |
STYLE | 8 years ago | |
actarsnap.m4 | 9 years ago | |
configure.ac | 8 years ago | |
tar-version | 7 years ago | |
tsserver | 9 years ago |
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.
A list of major changes in each version is given in NEWS.md.
The official releases should build and install using autotools:
./configure
make
make install
See the BUILDING file for more details.
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.