^M added to directory structure

2008-09-07 Thread Noah
Okay this is most likely a windows issue but I am dont know how to correct the Problem. Something to do with how windows handled line feeds and new lines. I am running rsync as part of cygwin and I see that a '^M' is tacked on at the end of every directory or a new directory '^M/' is created.

DO NOT REPLY [Bug 2957] rsync hangs when client put files to server (checked in 2.6.6 too)

2008-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2957 --- Comment #27 from [EMAIL PROTECTED] 2008-09-07 23:06 CST --- I wasn't able to get a stack trace, as none of the rsync processes were compiled with debugging information, except the client, which lacked gdb (or an easy method of instal

Re: Problem using rsync for backing up on to a NAS

2008-09-07 Thread Matt McCutchen
On Sat, 2008-09-06 at 08:22 -0700, Wayne Davison wrote: > On Mon, Aug 25, 2008 at 04:43:29PM +0200, Thomas Ebert wrote: > > rsync: stat > > "/home/thomas/DiskStation/Thomas/backup/molungus-root/2008-08-25/usr/share/terminfo/L/LFT-PC850" > > > > failed: No such file or directory (2) > > usr/share

Re: keep rsync from removing unfinished source files?

2008-09-07 Thread Matt McCutchen
On Sun, 2008-09-07 at 16:42 -0400, Matt McCutchen wrote: > On Sun, 2008-09-07 at 16:16 -0400, Aaron Swartz wrote: > > > IMO, a proper solution is to have the crawler indicate somehow which > > > files are unfinished so rsync can avoid copying those. E.g., the > > > crawler could name unfinished fi

DO NOT REPLY [Bug 2957] rsync hangs when client put files to server (checked in 2.6.6 too)

2008-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2957 --- Comment #26 from [EMAIL PROTECTED] 2008-09-07 20:14 CST --- John, it would be helpful to have a stack trace and strace for each of the three processes (sender, generator, and receiver). -- Configure bugmail: https://bugzilla.samba

DO NOT REPLY [Bug 2957] rsync hangs when client put files to server (checked in 2.6.6 too)

2008-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2957 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment #2

Re: keep rsync from removing unfinished source files?

2008-09-07 Thread Matt McCutchen
Aaron, please CC rsync@lists.samba.org so that others can help you and your message is archived for others' future benefit. On Sun, 2008-09-07 at 16:16 -0400, Aaron Swartz wrote: > > IMO, a proper solution is to have the crawler indicate somehow which > > files are unfinished so rsync can avoid co

Re: keep rsync from removing unfinished source files?

2008-09-07 Thread Matt McCutchen
On Sun, 2008-09-07 at 10:59 -0400, Aaron Swartz wrote: > I have two machines, speed and mass. speed has a fast Internet > connection and is running a crawler which downloads a lot of files to > disk. mass has a lot of disk space. I want to move the files from > speed to mass after they're done down

keep rsync from removing unfinished source files?

2008-09-07 Thread Aaron Swartz
I have two machines, speed and mass. speed has a fast Internet connection and is running a crawler which downloads a lot of files to disk. mass has a lot of disk space. I want to move the files from speed to mass after they're done downloading. Ideally, I'd just run: $ rsync --remove-source-fi