[Bug 8941] New: Solved problem with hard links and schg flag

2012-05-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8941 Summary: Solved problem with hard links and schg flag Product: rsync Version: 3.0.9 Platform: All OS/Version: FreeBSD Status: NEW Severity: major Priority: P5

Solved problem with hard links and schg flag under FreeBSD

2012-05-07 Thread Franz Schwartau
Hi! Using rsync under FreeBSD with hard links and files having schg set result in EPERM Operation not permitted. This behavior can be observed if rsyncing /usr/bin/. The patch fileflags.diff tries to deal with this situation but changes the flags of the parent directory only. It doesn't

Re: Problem with hard links

2007-10-05 Thread limule pika
On 9/28/07, Matt McCutchen [EMAIL PROTECTED] wrote: Fabian's suggestion to use the CVS rsync with incremental recursion is good; that will be an improvement. However, rsync still has to remember all files in S1 that had multiple hard links in case they show up again in S2. If remembering

Re: Problem with hard links

2007-10-05 Thread Matt McCutchen
On 10/5/07, limule pika [EMAIL PROTECTED] wrote: On 9/28/07, Matt McCutchen [EMAIL PROTECTED] wrote: [...] If remembering the contents of even one of the directories makes rsync run out of memory, you'll have to do something different. Thanks for your reply.I think that there is too many

Re: Problem with hard links

2007-09-28 Thread Matt McCutchen
Fabian's suggestion to use the CVS rsync with incremental recursion is good; that will be an improvement. However, rsync still has to remember all files in S1 that had multiple hard links in case they show up again in S2. If remembering the contents of even one of the directories makes rsync run

Re: Problem with hard links

2007-09-28 Thread Fabian Cenedese
At 09:50 28.09.2007 +0200, limule pika wrote: Hello, I have a problem with rsync and hard links : I have 1 folder : P, with 2 subfolders : S1 and S2 S2 contains a lot of hard links to file stored in folder S1. P : -S1 -S2 (S2 files hard links to S1 files) I would like to

Problem with hard links

2007-09-28 Thread limule pika
Hello, I have a problem with rsync and hard links : I have 1 folder : P, with 2 subfolders : S1 and S2 S2 contains a lot of hard links to file stored in folder S1. P : -S1 -S2 (S2 files hard links to S1 files) I would like to rsync the folder P to another computer, but each