__________________
Apple MacBook Pro 13" 2.9GHZ i7 12GBs
Apple Thunderbolt display 27", Macally Bluetooth Keyboard
Internal 1 x OCZ Deneva2 SSD 480 GBs ( removed superdrive - installed 750GB HD in place )
LaCie Stark 1TB for time machine, Apple Track Pad
Moshi Keyboard cover ( to catch the drool when surfing rumor sites )
well then.. hope you back up before you have your fun
__________________
Apple MacBook Pro 13" 2.9GHZ i7 12GBs
Apple Thunderbolt display 27", Macally Bluetooth Keyboard
Internal 1 x OCZ Deneva2 SSD 480 GBs ( removed superdrive - installed 750GB HD in place )
LaCie Stark 1TB for time machine, Apple Track Pad
Moshi Keyboard cover ( to catch the drool when surfing rumor sites )
Beware using rsync ... unless you have a lot of rsync experience you can end up with a lot of headache for nothing (hard links, soft links, resource forks, etc). Also if you're not using the proper version(s) of rsync and you're not passing the appropriate command line options you can end up destroying your data. The MacPorts version is ok but Mike Bombich's patches (author of CCC) are probably the best ones out there for rsync and OSX. You can find them here: Bombich.com: Mac OS X and HFS+ enhancements for rsync 3
That said I'll second (third?) the suggestion for using disk image or carbon copy cloner (which is free). BTW, CCC uses rsync in the backend for many of its copying tasks.
For file level copies, I'm partial to 'ditto' myself. It isn't as fast as 'rsync' but at least in the past, was more Mac metadata-friendly.
Also note that for drives containing hard-linked directories (eg. those used with TimeMachine), it will probably be necessary to go with something like 'dd' to do block-level copies.
Beware using rsync ... unless you have a lot of rsync experience you can end up with a lot of headache for nothing (hard links, soft links, resource forks, etc). Also if you're not using the proper version(s) of rsync and you're not passing the appropriate command line options you can end up destroying your data. The MacPorts version is ok but Mike Bombich's patches (author of CCC) are probably the best ones out there for rsync and OSX. You can find them here: Bombich.com: Mac OS X and HFS+ enhancements for rsync 3
That said I'll second (third?) the suggestion for using or carbon copy cloner (which is free). BTW, CCC uses rsync in the backend for many of its copying tasks.
I'll go with the CCC (and occasionally the Disk Utility disk image) option, but I like and prefer to use Mike's CCC developer's comment:
"If you would rather avoid the following procedure, you can benefit from these enhancements to rsync by downloading Carbon Copy Cloner, which uses rsync for many of its file copying operations."
MUCH more user friendly, customizable if needed and MUCH safer IMHO.