Re: non-recursive remote listing breakage in 3.0.0pre1

2007-10-07 Thread Wayne Davison
On Sun, Oct 07, 2007 at 01:18:46AM -0400, Matt McCutchen wrote: That fix misses the point. On Sat, Oct 06, 2007 at 10:27:38PM -0700, Wayne Davison wrote: No, it's just incomplete. Actually, you were right. Turned out I just needed to limit the check to when inc_recurse was active, as that

Re: Extremely poor rsync performance on very large files (near 100GB and larger)

2007-10-07 Thread Wayne Davison
On Mon, Jan 08, 2007 at 10:16:01AM -0800, Wayne Davison wrote: And one final thought that occurred to me: it would also be possible for the sender to segment a really large file into several chunks, handling each one without overlap, all without the generator or the receiver knowing that it

Re: Renaming a directory results in an expensive retransmission

2007-10-07 Thread N.J. van der Horn (Nico)
Thanks Matt, it seems that the last days there is a lot attention to this subject. My pre-processor approach helped a lot, but checksumming is very CPU-intensive. For that reason i sorted first on timestamp to determine which files would normally be deleted, thus minimizing the amount of files to

DO NOT REPLY [Bug 5012] New: iconv: client charset used by server process

2007-10-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5012 Summary: iconv: client charset used by server process Product: rsync Version: 3.0.0 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: normal Priority: P3

DO NOT REPLY [Bug 5012] iconv: client charset used by server process

2007-10-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5012 --- Comment #1 from [EMAIL PROTECTED] 2007-10-07 12:07 CST --- Created an attachment (id=2938) -- (https://bugzilla.samba.org/attachment.cgi?id=2938action=view) truncate iconv_opt to target charset Added patch to truncate iconv_opt to

rsync error

2007-10-07 Thread Stephen Zemlicka
I'm getting the attached error suddenly. I am using deltacopy for the ease of setup and e-mail notifications. It is from a local disk to a USB drive. I believe it's using rsync 2.6.6 _ Stephen Zemlicka Integrated Computer Technologies PH. 608-558-5926 E-Mail

DO NOT REPLY [Bug 5012] iconv: client charset used by server process

2007-10-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5012 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

RE: rsync error

2007-10-07 Thread Stephen Zemlicka
I ran it again with no changes and it worked. Any ideas why it didn't run the few times I tried it earlier. Additionally, this backup contains about 100GB of photos. It seems to backup each file every backup. Any ideas? If I run the -c, it doesn't backup each file but it takes forever (over

Re: rsync error

2007-10-07 Thread Matt McCutchen
On 10/7/07, Stephen Zemlicka [EMAIL PROTECTED] wrote: Additionally, this backup contains about 100GB of photos. It seems to backup each file every backup. Any ideas? Try --modify-window=1 . Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

RE: rsync error

2007-10-07 Thread Stephen Zemlicka
Still seems to transfer all files. Funny thing is it seems to only do it for the pictures folder. _ Stephen Zemlicka Integrated Computer Technologies PH. 608-558-5926 E-Mail [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Extremely poor rsync performance on very large files (near 100GB and larger)

2007-10-07 Thread Matt McCutchen
On 10/7/07, Wayne Davison [EMAIL PROTECTED] wrote: On Mon, Jan 08, 2007 at 10:16:01AM -0800, Wayne Davison wrote: And one final thought that occurred to me: it would also be possible for the sender to segment a really large file into several chunks, handling each one without overlap, all

Re: rsync error

2007-10-07 Thread Matt McCutchen
On 10/7/07, Stephen Zemlicka [EMAIL PROTECTED] wrote: Still seems to transfer all files. Funny thing is it seems to only do it for the pictures folder. Please run rsync with -i and look at the output to see why it is transferring the files. Matt -- To unsubscribe or change options:

CVS update: rsync

2007-10-07 Thread Wayne Davison
Date: Sun Oct 7 07:18:46 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9200 Modified Files: flist.c Log Message: - Simplified the code in recv_file_entry() for protocol 30. - Simplified the flag setting in send1extra since we know that

CVS update: rsync

2007-10-07 Thread Wayne Davison
Date: Sun Oct 7 07:18:50 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9214 Modified Files: generator.c Log Message: Improved on the list-only fix and on the other similar checks that want to ignore implied dirs that are actually present in the

CVS update: rsync/patches

2007-10-07 Thread Wayne Davison
Date: Sun Oct 7 07:28:33 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv11001 Added Files: segment_large_hash.diff Log Message: A patch to try to make really large files get handled without bogging down in sender-side hashtable

CVS update: rsync

2007-10-07 Thread Wayne Davison
Date: Sun Oct 7 20:43:49 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3109 Modified Files: main.c options.c pipe.c Log Message: Reposition the call to setup_iconv() so that it gets called only once is a local_server copy, and so that