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
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
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