Backups: Difference between revisions
From DWIKI
m (→Applications) |
m (→Applications) |
||
Line 1: | Line 1: | ||
==Applications== | ==Applications== | ||
*[https://restic.github.io/ Restic] | |||
*[[rsnapshot]] | *[[rsnapshot]] | ||
*[https://borgbackup.readthedocs.io/en/stable/ Borg backup] | *[https://borgbackup.readthedocs.io/en/stable/ Borg backup] | ||
Line 10: | Line 11: | ||
*[http://www.tarsnap.com/ tarsnap] | *[http://www.tarsnap.com/ tarsnap] | ||
*vtund | *vtund | ||
*and really really avoid rdiff-backup | |||
==Tricks== | ==Tricks== | ||
===untar remote tape to local=== | ===untar remote tape to local=== | ||
tar xvf operator@remotehost:/dev/st0 --rsh-command=/usr/local/bin/ssh | tar xvf operator@remotehost:/dev/st0 --rsh-command=/usr/local/bin/ssh |
Revision as of 09:55, 1 November 2017
Applications
- Restic
- rsnapshot
- Borg backup
- rsync
- duplicity
- http://www.stillnetstudios.com/2006/12/09/snapshot-backups-howto/
- http://www.tgharold.com/techblog/2006/08/rsync-and-ssh-on-windows-2003-server.shtml
- dirvish
- bacula
- tarsnap
- vtund
- and really really avoid rdiff-backup
Tricks
untar remote tape to local
tar xvf operator@remotehost:/dev/st0 --rsh-command=/usr/local/bin/ssh