when is the log file written ?

2007-01-08 Thread Jens Helweg
Hello, I have searched the rsync pages and google but were not able to find any information about when the log files are written. Is this done in between the process of transfering the files or will the log file be written after all files have been transfererd ? What I basically try to find an

Re: rsync - 2.6.8 ( broken pipe )

2007-01-08 Thread Wayne Davison
On Mon, Jan 08, 2007 at 12:28:28PM +0530, Lakshminarayanan RadhaKrishnan wrote: > 2007/01/09 02:11:36 [1076] rsync: connection unexpectedly closed (342821 > bytes received so far) [receiver] What does the rsync on the other side report when this happens? ..wayne.. -- To unsubscribe or change opt

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

2007-01-08 Thread Wayne Davison
On Mon, Jan 08, 2007 at 01:37:45AM -0600, Evan Harris wrote: > I've been playing with rsync and very large files approaching and > surpassing 100GB, and have found that rsync has excessively very poor > performance on these very large files, and the performance appears to > degrade the larger th

Re: when is the log file written ?

2007-01-08 Thread Wayne Davison
On Mon, Jan 08, 2007 at 02:37:43PM +0100, Jens Helweg wrote: > I have searched the rsync pages and google but were not able to find any > information about when the log files are written. Rsync outputs a log line as an event happens. If it is using syslog, it is up to syslog to flush each receiv

strange file sizes in log

2007-01-08 Thread Julian Pace Ross
Hello everyone, I'm getting strange module sizes in the logs. (2.6.9) This is the command: rsync -anr --delete --omit-dir-times --stats -e "ssh -i access.key -l pluto -p 22" --files-from=config\templist "/cygdrive/C/" [EMAIL PROTECTED]::Accounts After updating all the files on the "Accounts"

rsync over smb share

2007-01-08 Thread Robert Fitzpatrick
I have a FreeBSD unix server that I want to backup to a USB drive attached to a Windows 2000 server. I mount the smb share on the Unix server and then try to rsync from the source directory to the mounted directory, but it syncs all files every time. Can someone suggest if this should work and what

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

2007-01-08 Thread Evan Harris
On Mon, 8 Jan 2007, Wayne Davison wrote: On Mon, Jan 08, 2007 at 01:37:45AM -0600, Evan Harris wrote: I've been playing with rsync and very large files approaching and surpassing 100GB, and have found that rsync has excessively very poor performance on these very large files, and the performa

DO NOT REPLY [Bug 4327] New: Sudden rsync errors

2007-01-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4327 Summary: Sudden rsync errors Product: rsync Version: 2.6.8 Platform: All URL: http://www.ercbroadband.org OS/Version: Windows XP Status: NEW Severity: normal

Re: strange file sizes in log

2007-01-08 Thread Manfred Rebentisch
Am Montag, 8. Januar 2007 18:51 schrieb Julian Pace Ross: > Hello everyone, > > I'm getting strange module sizes in the logs. (2.6.9) > > This is the command: > rsync -anr --delete --omit-dir-times --stats -e "ssh -i access.key -l > pluto -p 22" --files-from=config\templist "/cygdrive/C/" > [EMAIL