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.

Graham Percival e889df1ae7 actions: update to latest provided versions il y a 4 mois
.github e889df1ae7 actions: update to latest provided versions il y a 4 mois
keygen 9d359264c1 Add headers il y a 1 an
keymgmt ee6a669da2 keyfile_read: use passphrase_entry in API; adjust others il y a 3 ans
keyregen 7a701b6cdc style: fix whitespace il y a 3 ans
lib fc21d65316 comments: fix API arg descriptions il y a 4 mois
lib-platform cfd06af8ba style: fix function pointers il y a 1 an
libarchive 697ebd6bea Fix "leading surrogate" in UTF-8 (actually CESU-8) il y a 10 mois
libcperciva fc21d65316 comments: fix API arg descriptions il y a 4 mois
m4 87a1be99af Fix OpenSSL detection on Apple silicon il y a 1 an
misc 7ac0a0716f man, shell completion: add --dry-run-metadata il y a 11 mois
pkg 68aed22c90 copyright: update dates il y a 1 an
recrypt d6aac881b0 Pass *storage_modified to various layers il y a 11 mois
release-tools 19338d3396 dist: include all top-level documents il y a 1 an
tar f3ef86a401 Remove unnecessary argument names il y a 5 mois
tests 9139609e88 tests: add timeout to wait_while() il y a 9 mois
tools 783db7202c In printf, use %d instead of %i il y a 9 mois
.autom4te.cfg 41f175dbc8 Tarsnap 1.0.0 il y a 16 ans
.gitignore fdfc685914 gitignore: add more autotools output il y a 1 an
BUILDING 07e01a126b BUILDING: discuss the openssl path for macOS il y a 1 an
COPYING 68aed22c90 copyright: update dates il y a 1 an
Makefile.am cf548e7035 Rename getfstype -> ts_getfstype il y a 1 an
NEWS.md 53f68fa33f NEWS: fix date il y a 8 mois
README.md 6ff3e3e037 docs: move all compiling info into BUILDING il y a 6 ans
STYLE 783db7202c In printf, use %d instead of %i il y a 9 mois
configure.ac 473c37050f build: move warnings check to m4/ il y a 2 ans
tar-version 3d85cc1f27 Bump version to 1.0.40-head il y a 2 ans
tsserver 4ae49b0dab Change server name from "betatest" to "v1-0-0" il y a 8 ans

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.