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.
|
8 år sedan | |
---|---|---|
keygen | 9 år sedan | |
keymgmt | 9 år sedan | |
keyregen | 9 år sedan | |
lib | 9 år sedan | |
libarchive | 9 år sedan | |
libcperciva | 9 år sedan | |
misc | 9 år sedan | |
pkg | 8 år sedan | |
recrypt | 9 år sedan | |
release-tools | 9 år sedan | |
tar | 9 år sedan | |
tools | 9 år sedan | |
.autom4te.cfg | 17 år sedan | |
.gitignore | 10 år sedan | |
.travis.yml | 9 år sedan | |
COPYING | 9 år sedan | |
Makefile.am | 9 år sedan | |
README.md | 9 år sedan | |
STYLE | 9 år sedan | |
actarsnap.m4 | 9 år sedan | |
configure.ac | 9 år sedan | |
tar-version | 9 år sedan | |
tsserver | 9 år sedan |
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.