|
#1
| |||
| |||
| Emergency backup of a volume - Please help!! Hi, Since all of my efforts to get my existing Backup Exec solution online again has failed I now need to backup my data by any means neccesary. Here's the setup: One XServe, OS X 10.4.3, with one XServeRaid box connected via FireWire. I've got 2 volumes on the XServeRaid and they are on separate arrays. I want to backup "Foldername" on the first volume by copying it to "Foldename" on the second volume. The source folder is about 1,2 Tb in size and the destination folder is about 2,3 Tb in size. Is there an easy way of doing this automagically? (Remember, I'm a total newbie to MacOS X) Maybe you have a better way of doing this but time is of the essence here so the quickes solution that duplicates my sourcefolder is fine by me! Thanks in advance! T |
|
#2
| |||
| |||
| Well, good news! If these are Apple Xserve RAID units, your actually attached via Fibre Channel, not FireWire, which is good! Fibre is MUCH faster! ![]() You could just write a shell script that calls something like ditto to duplicate your data from one volume to another, such as: sudo ditto -rsrc -vV /Volumes/Vol_Name_1/Path/to/data /Volumes/Vol_Name_2/Path/to/backup That'll copy your data, resource forks (this is default in Tiger) and will print out what its doing to your console window. You also could use rsync, cp or any other copy utility that's OS X ready. You also could use Carbon Copy Cloner for a GUI way to copy data from one volume to another. CCC also has a scheduling capability built in. Where are you located? The questions that you have are very serious concerns, such as disaster recovery. You may want to have someone come out onsite for a day or two to get you up to speed and ready! Michael |
|
#3
| |||
| |||
| Quote:
Seems like ditto is the command to use since it preserves the resource data or is the current rsync version handling this as well? /T |
|
#4
| ||||
| ||||
| If you're looking for a great "synchronizer" backup option, I recommend ChronoSync... it's flexible and configurable, and may do exactly what you need.
__________________ Power Macintosh G4/500MHz "Yikes!" 10.4.11 Server • 1024MB • 3 x 120GB + 320GB • DVR-111D • 2 x Radeon 7000 PCI • 2 x 17" CRT MacBook 2.0GHz Core 2 Duo - White 10.5.4 • 2048MB • 80GB • CD-RW/DVD-ROM iPod Photo 60GB • iPod nano 1GB • AT&T DSL 6Mb/768k http://www.jeffhoppe.com |
|
#5
| |||
| |||
| Rsync currently has some difficulties, according to some folks. ![]() If your just doing disk to disk, you could look at Carbon Copy Cloner. Its GUI based and has scheduling options. Free too! ![]() |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot create a macintosh-accessible volume within another volume | hicksr | Networking & Compatibility | 0 | February 1st, 2006 03:00 PM |
| Possible to remap volume keys to iTunes volume using applescript? | Fahrvergnuugen | Software Programming & Web Scripting | 7 | January 13th, 2004 02:10 PM |
| Binding Volume keys to iTunes volume control | Fahrvergnuugen | Mac OS X System & Mac Software | 2 | November 21st, 2003 02:45 AM |
| Emergency | unlearnthetruth | Mac OS X System & Mac Software | 21 | September 12th, 2002 08:24 AM |
| Volume keys don't control iTunes volume | Cardanine | Mac OS X System & Mac Software | 6 | August 28th, 2002 07:51 PM |