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 b59e3e0c29 Merge pull request #645 from Tarsnap/noatime il y a 2 jours
.github 1886226835 actions: update Ubuntu 20.04 -> 22.04 il y a 5 jours
keygen 64ed77c7d2 Copyright: bump year, adjust ownership il y a 1 semaine
keymgmt 64ed77c7d2 Copyright: bump year, adjust ownership il y a 1 semaine
keyregen 64ed77c7d2 Copyright: bump year, adjust ownership il y a 1 semaine
lib c55bd45689 Refactor crypto_keys_init il y a 1 semaine
lib-platform b4b4191d18 Add fileutil_open_noatime() il y a 2 jours
libarchive cf8f21551a Fix order of calloc() args il y a 1 semaine
libcperciva 8ce2a7ae8e build: add apisupport low_level_rsa il y a 6 jours
m4 87a1be99af Fix OpenSSL detection on Apple silicon il y a 1 an
misc b0c07f6ed9 man, shell description: add --noatime, --no-noatime il y a 2 jours
pkg 74d07eaf6e pkg: relicense pkg/debian/ as BSD-2-clause il y a 6 jours
recrypt 64ed77c7d2 Copyright: bump year, adjust ownership il y a 1 semaine
release-tools 19338d3396 dist: include all top-level documents il y a 1 an
tar b59e3e0c29 Merge pull request #645 from Tarsnap/noatime il y a 2 jours
tests 31ddc4c13c valgrind: allow for "expected errors" il y a 1 mois
tools bb1d86d95b Descriptions: whitespace & prep for 43-char max il y a 1 mois
.autom4te.cfg 41f175dbc8 Tarsnap 1.0.0 il y a 17 ans
.gitignore 1671651243 build: import apisupport il y a 2 semaines
BUILDING 07e01a126b BUILDING: discuss the openssl path for macOS il y a 1 an
COPYING 4956c87da5 Update dates, add header il y a 2 semaines
Makefile.am b4b4191d18 Add fileutil_open_noatime() il y a 2 jours
NEWS.md 4d713b22f8 man, NEWS: add --noatime, --no-noatime il y a 2 jours
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 1 an
configure.ac a44933e023 Optionally open directories with O_NOATIME il y a 2 jours
tar-version 3d85cc1f27 Bump version to 1.0.40-head il y a 3 ans
tsserver 4ae49b0dab Change server name from "betatest" to "v1-0-0" il y a 9 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.