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

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.