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 години | |
---|---|---|
keygen | преди 11 години | |
keymgmt | преди 9 години | |
keyregen | преди 11 години | |
lib | преди 9 години | |
libarchive | преди 9 години | |
libcperciva | преди 9 години | |
misc | преди 9 години | |
pkg | преди 9 години | |
recrypt | преди 11 години | |
release-tools | преди 9 години | |
tar | преди 9 години | |
.autom4te.cfg | преди 17 години | |
.gitignore | преди 10 години | |
COPYING | преди 9 години | |
Makefile.am | преди 9 години | |
README.md | преди 9 години | |
actarsnap.m4 | преди 9 години | |
configure.ac | преди 9 години | |
tar-version | преди 9 години | |
tsserver | преди 17 години |
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.