Skip to content
/ tarsnap Public
forked from Tarsnap/tarsnap

Command-line client code for Tarsnap.

License

Notifications You must be signed in to change notification settings

shawwn/tarsnap

 
 

Repository files navigation

Client code for Tarsnap

Tarsnap is a secure, efficient online backup service: "Online backups for the truly paranoid".

❗ 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.

News

A list of major changes in each version is given in NEWS.md.

Building

The official releases should build and install using autotools:

./configure
make
make install

See the BUILDING file for more details.

Packaging notes

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.

About

Command-line client code for Tarsnap.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.9%
  • M4 1.0%
  • Makefile 0.9%
  • Awk 0.5%
  • Shell 0.3%
  • Python 0.3%
  • C++ 0.1%