Backups: Difference between revisions

From DWIKI
Line 7: Line 7:
*bacula
*bacula
*[http://www.tarsnap.com/ tarsnap]
*[http://www.tarsnap.com/ tarsnap]
*vtund


==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 14:24, 3 October 2009

Applications

Tricks

untar remote tape to local

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