Backups: Difference between revisions
From DWIKI
mNo edit summary |
|||
Line 1: | Line 1: | ||
==Applications== | ==Applications== | ||
*[[rsnapshot]] | *[[rsnapshot]] | ||
*http://www.stillnetstudios.com/2006/12/09/snapshot-backups-howto/ | |||
*dirvish | *dirvish | ||
==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 15:58, 11 February 2009
Applications
Tricks
untar remote tape to local
tar xvf operator@remotehost:/dev/st0 --rsh-command=/usr/local/bin/ssh