Backups: Difference between revisions
From DWIKI
m (→Links) |
mNo edit summary |
||
Line 18: | Line 18: | ||
===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 | ||
[[Category:Backup]] |
Latest revision as of 10:17, 30 November 2023
Links
- https://mail.python.org/pipermail/borgbackup/2017q3/000778.html Borg vs Restic]
Applications
- Restic
- rsnapshot
- Borg
- 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