Backups: Difference between revisions
From DWIKI
m (→Applications) |
mNo edit summary |
||
(2 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] | *[https://restic.github.io/ Restic] | ||
*[[rsnapshot]] | *[[rsnapshot]] | ||
*[ | *[[Borg]] | ||
*[[rsync]] | *[[rsync]] | ||
*duplicity | *duplicity | ||
Line 16: | 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