Re: Wanted: rsync --rsrc
Re: Wanted: rsync --rsrc
- Subject: Re: Wanted: rsync --rsrc
- From: Boyd Waters <email@hidden>
- Date: Mon, 18 Oct 2004 18:14:57 -0600
unofficial rsync "hfsmode" patch:
http://www.quesera.com/reynhout/misc/rsync+hfsmode/
I tried the Apple/OpenDarwin extended rsync, but it needs to be running
on both client and server. I could not get it to compile on my Linux
server.
In contrast, this "hfsmode" patch splits the files out into
AppleDouble, and then submits the two files that result to any rsync
server. If you turn around and publish the resulting AppleDouble file
collections via NFS or SMB, then they should appear correctly on your
client Macs.
I also tried "psync", which is an rsync like this implemented in Perl,
but I had some problems with it on large transfers.
Actually, I should warn against using rsync for bulk data transfers or
backups -- I tried using rsync to manage my 100 GB volume and rsync ran
out of memory, as it holds the file list and some metadata in a cache
-- that is, don't point rsync at the root of your 100 GB filesystem if
you have lots of files! This can be worked around, of course, by
iterating over subdirs. But that's tedious and error-prone.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden