Re: Rsync copies all files, not just changed files

2010-03-02 Thread Khalid J Hosein
On Mon, Mar 1, 2010 at 11:28 PM, Matt McCutchen wrote: > On Mon, 2010-03-01 at 15:35 -0800, Khalid J Hosein wrote: > > I have a strange problem where rsync is copying over all files instead > > of just the ones that have changed. > > http://rsync.samba.org/FAQ.html#2 > > Pass -i and see what shows

Re: --progress (without file names)

2010-03-02 Thread Henri Shustak
>> I am wondering if there is an option which is similar to --progress >> that will not display the file names. A percentage indicator would be >> fine. > > See https://bugzilla.samba.org/show_bug.cgi?id=3784 . Thanks. -- Please use reply-all for most replies to avoid omitting the mailing list.

Re: copying differences to different directory

2010-03-02 Thread Matt McCutchen
On Tue, 2010-03-02 at 08:47 -0800, js_spamfree-rs...@yahoo.com wrote: > sorry for the confusing subject line. i couldn't think of a better way > to say it. > > i'm wondering if rsync can perform the following action: > > Compare contents of Directory A (master) to Directory B and copy any > diff

copying differences to different directory

2010-03-02 Thread js_spamfree-rsync
sorry for the confusing subject line. i couldn't think of a better way to say it. i'm wondering if rsync can perform the following action: Compare contents of Directory A (master) to Directory B and copy any differences from Directory A to Directory C (example below) Directory A: foo bar bi

DO NOT REPLY [Bug 7195] New: timeout reached while sending checksums for very large files

2010-03-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7195 Summary: timeout reached while sending checksums for very large files Product: rsync Version: 3.0.7 Platform: All OS/Version: All Status: NEW Severity: minor

Re: Common memory usage questions

2010-03-02 Thread Matt McCutchen
On Wed, 2010-02-10 at 11:34 +0100, Paul Slootman wrote: > On Tue 09 Feb 2010, Matt McCutchen wrote: > > > > The number of files that rsync tries to maintain in the active file > > lists at one time is controlled by {MIN,MAX}_FILECNT_LOOKAHEAD in > > rsync.h. I did some tests with "ulimit -v", and

Re: --progress (without file names)

2010-03-02 Thread Matt McCutchen
On Fri, 2010-02-26 at 15:00 +1300, Henri Shustak wrote: > I am wondering if there is an option which is similar to --progress > that will not display the file names. A percentage indicator would be > fine. See https://bugzilla.samba.org/show_bug.cgi?id=3784 . -- Matt -- Please use reply-all fo