|
#1
| |||
| |||
| Just a tip for some of you that have both a Mac OS X box and a linux/unix server with a tape drive. Using the latest version of hfspax from http://www.versiontracker.com/morein...1144&db=macosx I was able to backup and restore folders on my Mac OS HFS+ volume correctly. I have not yet tried a full restore of the system but will do so when I have time. Quick HOWTO: Server: Unix/Linux box with tape drive. Must have ssh,dd and other tape utils like mt etc. I have a SCSI tape drive at /dev/nst0 on the server. Client: Mac OS X box with ssh, hfspax To Backup: hfspax -wv -x cpio files_to_backup | ssh -l user remote_server_address "dd of=/dev/nst0 obs=10240" Now login to the server and rewind the tape on the server with 'mt -f /dev/nst0 rewind' To Restore: ssh -l user remote_server_address "dd if=/dev/nst0 ibs=10240" | hfspax -r Just keep in mind that the step above restores files in the current working directory and will overwrite any files you may already have in that directory. hfspax comes with excellent documentation. So please read it. |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best backup options; RAID? | ByerlyRips | Mac OS X System & Mac Software | 2 | November 2nd, 2003 02:13 PM |
| Trying to use rsync to backup to a Firewire drive? | Bluetick | Unix & X11 | 3 | February 9th, 2003 11:10 AM |
| How to backup with tape drive on Xserve | DominikHoffmann | Unix & X11 | 1 | January 7th, 2003 11:16 PM |
| Partitioning second drive for OSX | dood323 | Mac OS X System & Mac Software | 0 | September 30th, 2001 02:33 PM |