Backups: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
*[https://restic.github.io/ Restic]
*[https://restic.github.io/ Restic]
*[[rsnapshot]]
*[[rsnapshot]]
*[https://borgbackup.readthedocs.io/en/stable/ Borg backup]
*[[Borg]]
*[[rsync]]
*[[rsync]]
*duplicity
*duplicity
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 11:17, 30 November 2023

Links

Applications

Tricks

untar remote tape to local

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