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
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: --
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
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
> -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
> >
> 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
https://bugzilla.samba.org/show_bug.cgi?id=4232
[EMAIL PROTECTED] changed:
What|Removed |Added
Severity|critical|minor
Version|3.0.0
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo