Backups: Difference between revisions

From DWIKI
mNo edit summary
Line 5: Line 5:
==Tricks==
==Tricks==
===untar remote tape to local===
===untar remote tape to local===
  tar -cvf 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 20:43, 11 September 2008

Applications

Tricks

untar remote tape to local

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