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 22:05, 19 April 2009
Applications
- rsnapshot
- http://www.stillnetstudios.com/2006/12/09/snapshot-backups-howto/
- http://www.tgharold.com/techblog/2006/08/rsync-and-ssh-on-windows-2003-server.shtml
- dirvish
- bacula
- tarsnap
Tricks
untar remote tape to local
tar xvf operator@remotehost:/dev/st0 --rsh-command=/usr/local/bin/ssh