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

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 remember

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 woul