Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmoz/tarsnap
Tarsnap Docker image
https://github.com/atmoz/tarsnap
Last synced: about 2 months ago
JSON representation
Tarsnap Docker image
- Host: GitHub
- URL: https://github.com/atmoz/tarsnap
- Owner: atmoz
- Created: 2014-10-29T01:21:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T13:17:24.000Z (over 7 years ago)
- Last Synced: 2024-08-04T01:28:12.608Z (4 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tarsnap [![](https://images.microbadger.com/badges/image/atmoz/tarsnap.svg)](https://microbadger.com/images/atmoz/tarsnap "Get your own image badge on microbadger.com")
*Online backups for the truly paranoid*
## What is Tarsnap?
> Tarsnap is a secure online backup service for BSD, Linux, OS X, Minix,
OpenIndiana, Cygwin, and probably many other UNIX-like operating systems. The
Tarsnap client code provides a flexible and powerful command-line interface
which can be used directly or via shell scripts.[tarsnap.com](http://www.tarsnap.com/)
## Usage
- Mount your key file as /tarsnap/key.
- Mount your backup directory as /backup.
- Run tarsnap commands.## Example
```
docker run \
-v /host/key:/tarsnap/key:ro \
-v /host/backup:/backup:ro \
--rm atmoz/tarsnap tarsnap -c -f mybackup /backup
```