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

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.