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 df297602f2 Bump version to 1.0.41-head před 1 měsícem
.github 1886226835 actions: update Ubuntu 20.04 -> 22.04 před 2 měsíci
keygen 64ed77c7d2 Copyright: bump year, adjust ownership před 2 měsíci
keymgmt 64ed77c7d2 Copyright: bump year, adjust ownership před 2 měsíci
keyregen 64ed77c7d2 Copyright: bump year, adjust ownership před 2 měsíci
lib 4a63759d1a Fix explicit cast před 1 měsícem
lib-platform f4a02fc4c5 fileutil_fsync: use F_FULLFSYNC if available před 1 měsícem
libarchive e7c70cfd1d libarchive: set some pointers to NULL před 1 měsícem
libcperciva 8ce2a7ae8e build: add apisupport low_level_rsa před 2 měsíci
m4 87a1be99af Fix OpenSSL detection on Apple silicon před 1 rokem
misc f5cb47d68d man, shell description: --print-stats --null-output před 1 měsícem
pkg 066c5ec8f6 Update metadata for 1.0.41 release před 1 měsícem
recrypt 64ed77c7d2 Copyright: bump year, adjust ownership před 2 měsíci
release-tools 19338d3396 dist: include all top-level documents před 1 rokem
tar bff29f51dd write_chunk: Pad compressed chunks per PADME před 1 měsícem
tests 31ddc4c13c valgrind: allow for "expected errors" před 3 měsíci
tools bb1d86d95b Descriptions: whitespace & prep for 43-char max před 3 měsíci
.autom4te.cfg 41f175dbc8 Tarsnap 1.0.0 před 17 roky
.gitignore 1671651243 build: import apisupport před 2 měsíci
BUILDING 07e01a126b BUILDING: discuss the openssl path for macOS před 1 rokem
COPYING 4956c87da5 Update dates, add header před 2 měsíci
Makefile.am 0bf56f631a fileutil_fsync(): rename from dirutil_fsync() před 1 měsícem
NEWS.md 066c5ec8f6 Update metadata for 1.0.41 release před 1 měsícem
README.md 6ff3e3e037 docs: move all compiling info into BUILDING před 6 roky
STYLE 783db7202c In printf, use %d instead of %i před 1 rokem
configure.ac a44933e023 Optionally open directories with O_NOATIME před 2 měsíci
tar-version df297602f2 Bump version to 1.0.41-head před 3 týdny
tsserver 4ae49b0dab Change server name from "betatest" to "v1-0-0" před 9 roky

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.