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.
|
před 9 roky | |
---|---|---|
keygen | před 11 roky | |
keymgmt | před 9 roky | |
keyregen | před 11 roky | |
lib | před 9 roky | |
libarchive | před 9 roky | |
libcperciva | před 9 roky | |
misc | před 9 roky | |
pkg | před 9 roky | |
recrypt | před 11 roky | |
release-tools | před 9 roky | |
tar | před 9 roky | |
.autom4te.cfg | před 17 roky | |
.gitignore | před 10 roky | |
COPYING | před 9 roky | |
Makefile.am | před 9 roky | |
README.md | před 9 roky | |
actarsnap.m4 | před 9 roky | |
configure.ac | před 9 roky | |
tar-version | před 9 roky | |
tsserver | před 17 roky |
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.