Version 0.6 of 10.3 xattr patch is out!

2008-11-23 Thread Mac User FR
Hi guys, I had a little time and decided to update my patch to be applied on rsync 3.0.4 without hung or reverse patch error. NB: I only corrected patching errors, the xattr patch still exactly the same. I didn't tested if the issue I explained there still the same or not: http://lists.sa

Re: --link-dest, update permissions w/o creating a new file

2008-11-23 Thread Matt McCutchen
On Sun, 2008-11-23 at 12:04 -0500, Matthew Monaco wrote: > I like the behavior of first doing: > cp -al /backup/old /backup/new > rsync /source /backup/new > > This way permissions will be updates throughout all snapshots (I really > don't want multiple copies of my entire music collection if I de

--link-dest, update permissions w/o creating a new file

2008-11-23 Thread Matthew Monaco
I like the behavior of first doing: cp -al /backup/old /backup/new rsync /source /backup/new This way permissions will be updates throughout all snapshots (I really don't want multiple copies of my entire music collection if I decide to make all songs group readable... etc) Has anyone come up wit