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
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 ch
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
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 remember
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
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 woul
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