Backups: Difference between revisions

From DWIKI
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 10:55, 1 November 2017

Applications

Tricks

untar remote tape to local

tar xvf operator@remotehost:/dev/st0 --rsh-command=/usr/local/bin/ssh