The O'Reilly book "
Mac OS X Hacks" by R. Dornfes & K. Hemenway suggests to use rsync to back up directories from one location to another. In one example the rsync operation even goes from one volume to another. It had been my impression that the standard Unix commands, including cp, mv, etc., copy resource forks only if the copy is within the same volume. Hence Apple supplies CpMac. Doesn't this restriction also apply to the rsync command?
Dominik Hoffmann