Copying hard-linked tree structure

Max Kipness mkipness at geniant.com
Tue Jan 6 09:34:49 GMT 2004


Hope this isnt' too off topic...
 
I have a tree structure on one server similar to the following:
 
/Current
/01-04-2003
/01-03-2003
 
etc...
 
/Current holds the most recent rsynced data, and the date directories
are created with cp -al on a daily basis so they are hard-linked. I'm
going back 60 days.
 
The question is how can I move this entire structure to a new server and
preserve the links from the date directories to the /Current directory?
 
Thanks,
Max


More information about the rsync mailing list