Backups: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Links= | |||
*https://mail.python.org/pipermail/borgbackup/2017q3/000778.html Borg vs Restic] | |||
==Applications== | ==Applications== | ||
*[https://restic.github.io/ Restic] | |||
*[[rsnapshot]] | *[[rsnapshot]] | ||
*[[Borg]] | |||
*[[rsync]] | |||
*duplicity | |||
*http://www.stillnetstudios.com/2006/12/09/snapshot-backups-howto/ | *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 | *http://www.tgharold.com/techblog/2006/08/rsync-and-ssh-on-windows-2003-server.shtml | ||
*dirvish | *dirvish | ||
*bacula | |||
*[http://www.tarsnap.com/ tarsnap] | |||
*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 | ||
[[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