Best way to copy files

Joined
Jun 30, 2010
Messages
3
Reaction score
0
Points
1
Hello all
My department has a shared folder on my Mac. Everyone logs in as a particlar user in order to get read/write access to it. The folder has grown, and I would like to shift it to a new drive. I want to keep permissions, timestamps, and resource forks intact. It would seem my options are as follows:
  • use "cp -pPR" to recursively copy the folder, preserving meta information
  • use "ditto --rsrc"
  • use "rsync -aE" (not sure my version of rsync (2.6.9) supports resource forks)
  • create an image of the directory structure using Disk Utility, and restore the image to the new drive <- my favoured option at present
  • Am I over-thinking it? Should I just drag the thing across in the Finder?
Thoughts? Recommendations? Many thanks, in advance :)
 
Joined
Jul 30, 2009
Messages
7,298
Reaction score
302
Points
83
Location
Wisconsin
Your Mac's Specs
Mac Mini (Late 2014) 2.6GHz Intel Core i5 Memory: 8GB 1600MHz DDR3
Back it up, then restore it to the other drive?

What OS version are you working with?
 
OP
H
Joined
Jun 30, 2010
Messages
3
Reaction score
0
Points
1
I'm using Leopard 10.5.8, running on a dual quad-core Mac Pro. Dropping in another drive was the work of an instant, but I want the new directory tree to be as close a replica of the old as possible.
 
Joined
Jul 30, 2009
Messages
7,298
Reaction score
302
Points
83
Location
Wisconsin
Your Mac's Specs
Mac Mini (Late 2014) 2.6GHz Intel Core i5 Memory: 8GB 1600MHz DDR3

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top