Backups: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 4: Line 4:
*http://www.tgharold.com/techblog/2006/08/rsync-and-ssh-on-windows-2003-server.shtml
*http://www.tgharold.com/techblog/2006/08/rsync-and-ssh-on-windows-2003-server.shtml
*dirvish
*dirvish
 
*bacula
*[http://www.tarsnap.com/ tarsnap]


==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 23:05, 19 April 2009

Applications

Tricks

untar remote tape to local

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