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.

Colin Percival de069635cc Update packaging metadata for 1.0.40 release 3 years ago
.github d533054df9 Actions: adjust for renamed openssl dir on macOS X 3 years ago
keygen ee6a669da2 keyfile_read: use passphrase_entry in API; adjust others 3 years ago
keymgmt ee6a669da2 keyfile_read: use passphrase_entry in API; adjust others 3 years ago
keyregen 7a701b6cdc style: fix whitespace 4 years ago
lib c7fc1f11f0 network_sleep: add sanity check for compilers 3 years ago
lib-platform 6251071ffb memlimit.c: remove implicit maxmemfrac limit, and allow up to 1.0 3 years ago
libarchive d9b4fc4d4a Import: avoid left-shift of negative number 3 years ago
libcperciva 9cb5b403f6 warnp.c: use correct errno in warn() 3 years ago
m4 0690915507 build: allow users to manually specify POSIX_SH 3 years ago
misc d8255301e6 misc: add zsh completion file for tarsnap 3 years ago
pkg de069635cc Update packaging metadata for 1.0.40 release 3 years ago
recrypt ee6a669da2 keyfile_read: use passphrase_entry in API; adjust others 3 years ago
release-tools 6e11afd9c7 mkdebsource.sh: adjust for X.Y.Z.A release numbers 3 years ago
tar 700e31016e multitape_metaindex.c: fix warnp that should be warn0 3 years ago
tests 55e6953664 tests: fix == in sh 3 years ago
tools 0315b89b2b check-man.py: add --write-zsh 3 years ago
.autom4te.cfg 41f175dbc8 Tarsnap 1.0.0 17 years ago
.gitignore bbf6bbc038 gitignore: update 3 years ago
BUILDING 730e474674 build: configure --with-zsh-completion=DIR && make install 3 years ago
COPYING ead5a17ceb Bump copyright date 3 years ago
Makefile.am 730e474674 build: configure --with-zsh-completion=DIR && make install 3 years ago
NEWS.md e69793f69c NEWS, man, bash: --passphrase method:arg 3 years ago
README.md 6ff3e3e037 docs: move all compiling info into BUILDING 6 years ago
STYLE 1864df50d7 Merge pull request #476 from Tarsnap/libcperciva-import 4 years ago
configure.ac 730e474674 build: configure --with-zsh-completion=DIR && make install 3 years ago
tar-version f6e9747b6b Bump version to 1.0.39-head 7 years ago
tsserver 4ae49b0dab Change server name from "betatest" to "v1-0-0" 9 years ago

README.md

Client code for Tarsnap

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

:exclamation: We strongly recommend that people follow the installation instructions at https://www.tarsnap.com/download.html to use an official release.

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

If you would like to compile Tarsnap manually, see BUILDING.