DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2006-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232 --- Comment #4 from [EMAIL PROTECTED] 2006-11-16 00:46 MST --- same results -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA contact for the b

DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2006-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232 --- Comment #3 from [EMAIL PROTECTED] 2006-11-16 00:37 MST --- and just now i have tried timeout = 0 on both ends -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --

DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2006-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232 --- Comment #2 from [EMAIL PROTECTED] 2006-11-16 00:33 MST --- ok here is my config as per the email i sent you [EMAIL PROTECTED] ~]$ sudo cat /etc/rsyncd.conf ignore nonreadable = yes log file = /var/log/rsyncd.log log format = %o

RE: rsync problems

2006-11-15 Thread Craig Hammond
This probably won't help, but I had a similar problem with rsync 2.6.9. Cwrsync with rsync 2.6.9 on Windows 2003 server to OpenBSD. (rsync 2.6.8, not using daemon mode) 2.6.8 at both ends worked perfectly. Upgraded to 2.6.9 just on the Windows box and it would just hang at a diffent spot each time

RE: efficiently synchronizing source and destination

2006-11-15 Thread Christian Hack
> -Original Message- > From: Christian Hack [mailto:[EMAIL PROTECTED] > Sent: Thursday, 16 November 2006 11:33 AM > To: 'rsync@lists.samba.org' > Subject: RE: efficiently synchronizing source and destination > > > > I have two fat32 formatted external drives (on the localhost) that > >

RE: efficiently synchronizing source and destination

2006-11-15 Thread Christian Hack
> I have two fat32 formatted external drives (on the localhost) that > need sync'ing. Each of the drives contain different files. The end > result I'm looking for is two identical disks. > > My question is whether or not I can encapsulate this process in a one > liner with rsync or if i need to ma

DO NOT REPLY [Bug 4232] rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2006-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232 [EMAIL PROTECTED] changed: What|Removed |Added Severity|critical|minor Version|3.0.0

efficiently synchronizing source and destination

2006-11-15 Thread Kevin Karwaski
All, I have two fat32 formatted external drives (on the localhost) that need sync'ing. Each of the drives contain different files. The end result I'm looking for is two identical disks. My question is whether or not I can encapsulate this process in a one liner with rsync or if i need to make tw

Re: rsync problems

2006-11-15 Thread Wayne Davison
Did you follow my last instructions? It sounds like you're talking to an rsync daemon, so you'll need to make sure that the client is given the same timeout option on the command-line that the daemon has configured into it so that it can send periodic keep-alive messages. Even, then, if your timeo

Re: time problem in logs

2006-11-15 Thread Wayne Davison
On Thu, Nov 16, 2006 at 12:17:32AM +0100, Ed wrote: > The time starts right 23:02 but then I lose an hour. That's caused by the chroot() call calling your system library away from the timezone routines. In 2.6.9, rsync calls strftime() once prior to the chroot(), so it should hopefully avoid this

time problem in logs

2006-11-15 Thread Ed
Hi all, I've been trying to figure out what's wrong with my dates but I just can't figure out where the problem lies. Both source and destination box are set at the right time via ntp. I tried to split the logs so I could have a "per module log" with syslog-ng but I'm not quite there yet. Sti

DO NOT REPLY [Bug 4232] New: rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs]

2006-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4232 Summary: rsync error: timeout in data send/receive (code 30) at io.c(165) [sender=3.0.0cvs] Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW

Re: Rsync resource consumption, whilst building a large file list

2006-11-15 Thread Paul Slootman
On Wed 15 Nov 2006, Forrest Aldrich wrote: > > Does rsync build a file tree to a temp file, or is it doing this in memory? It does it in memory. However, for less than a few hunderd thousand files it's nothing to worry about, unless you're doing it on an embedded device or such :-) Paul Slootma

Rsync resource consumption, whilst building a large file list

2006-11-15 Thread Forrest Aldrich
I need to rsync a large collection of files (images) that number in the 1000's. We have 2 repositories, one was mass-copied recently, the other has since had updates performed. The initial copy took over 5 hours to complete ;-) What we want is only to update the destination (old) copy with

rsync problems

2006-11-15 Thread William McInnis
ok iam useing BackupPC as my central backup system and it uses rsyncd well it will start to copy a few files and then thow this error i can still ping the box and everything but rsync just stops iam running 2.6.9 build 29 on all of the boxes but the problem still exists what could i be doing wro

Re: How to process files on the server side after a sync?

2006-11-15 Thread Wayne Davison
On Wed, Nov 15, 2006 at 03:21:02PM +0100, Daniel wrote: > How would you solve what I try to do: Process files on the server side > right after a sync when the client is using the rsync daemon directly > through a vpn? That's what the "post-xfer exec" config item is for. It doesn't allow the sen

How to process files on the server side after a sync?

2006-11-15 Thread Daniel
Hello, I have a low speed (1-3Kb/s) openvpn connection between a server and a client, and I sync files once every hour from the client to the server with rsync contacting the daemon directly through the vpn tunnel. When the files has come in to the server it would like the server to do some pr