Re: ACL and link-dest

2011-05-23 Thread AZ 9901
I mean completely unchanged : file content, access rights, ACL... nothing changed at all. It looks like rsync does not go into xattr attributes to see if ACL already exists and is the same, so thinks that the file is different and re-create it. If you do the test I give in my bug report, executi

Re: ACL and link-dest

2011-05-23 Thread Andrew Gideon
On Mon, 23 May 2011 19:45:57 +0200, AZ 9901 wrote: > Well, when using -A (--acls), same (unchanged) files between 2 rsync > runs are not linked together. Removing -A (--acls) makes things fine, > files are hard linked together. Where you write "unchanged", do you mean completely unchanged or do y

Re: ACL and link-dest

2011-05-23 Thread AZ 9901
Hello Andrew, Thank you for your answer ! Well, when using -A (--acls), same (unchanged) files between 2 rsync runs are not linked together. Removing -A (--acls) makes things fine, files are hard linked together. I opened a bug relative to that and gave a quick "script" (Comment 3) to reproduc

Re: ACL and link-dest

2011-05-23 Thread Andrew Gideon
On Sun, 08 May 2011 18:21:23 +0200, AZ 9901 wrote: [...] > So why Rsync does not hard link them ? If I understand what you're asking correctly, you've two files that are identical but for the ACLs which are different. You're asking why these two files aren't hard-linked? The answer is that th

[Bug 8130] New: ACL and link-dest do not work together

2011-05-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8130 Summary: ACL and link-dest do not work together Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5

ACL and link-dest

2011-05-08 Thread AZ 9901
Hello, I am trying to use ACL and link-dest without success. Here is what I do. First step, without ACL : rsync -ai --link-dest= --link-dest= /sourcedir myserver::backup/$(date)/ All works fine there, my files are hard linked together, "ls -li" on myserver confirms. Second st