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

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.