Re: Intermittent rsync Issues

2011-02-17 Thread Shai
This isn't exactly what I'm using.. I'm using rsync over SSH. So I set these in sshd_config MaxSessions 30 > MaxStartups 20:60:120 > And I wanted to know what he had set to make his rsync finish without further errors. Shai On Thu, Feb 17, 2011 at 12:29 PM, Brian Hicke

Re: Intermittent rsync Issues

2011-02-17 Thread Shai
Hello Mr. Gray, What was the resulting configuration change (from default) that you had made to fix this? I have reported the same issue today, and this configuration change might be what I'm looking for. My report: http://www.mail-archive.com/rsync@lists.samba.org/msg26787.html Cheers,

Keeping erroring out every night

2011-02-17 Thread Shai
_exit_cleanup(code=12, file=io.c, line=601): about to call > exit(255) > I can't make out why there is a connection issue, and when I tried running this twice, manually (ie. run the script manually and not from cron), it never failed. Thanks in advance, Shai -- Please use reply-all fo

Re: deep vs. shallow directory structure

2010-07-05 Thread Shai Ayal
On Mon, Jul 5, 2010 at 1:45 PM, Paul Slootman wrote: > On Sat 03 Jul 2010, Shai Ayal wrote: > >> My question (finally): how to optimize rsync's speed? - how deep should the >> directory structure be? What would be faster to rsync - 1 directory with 2M >> files, or 1

deep vs. shallow directory structure

2010-07-03 Thread Shai Ayal
files each, Shai -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync summary details...

2007-06-26 Thread Shai
Thanks for the explanation :) Shai On 6/24/07, Jan-Benedict Glaw <[EMAIL PROTECTED]> wrote: On Sun, 2007-06-24 14:48:24 +0300, Shai <[EMAIL PROTECTED]> wrote: > On 6/24/07, Giuliano Gavazzi <[EMAIL PROTECTED]> wrote: > > On 24 Jun 2007, at 11:25, Shai wrote: >

Re: rsync summary details...

2007-06-24 Thread Shai
what is speedup? On 6/24/07, Giuliano Gavazzi <[EMAIL PROTECTED]> wrote: On 24 Jun 2007, at 11:25, Shai wrote: > Hi, > > I'm trying to figure our some of these details: > > sent 34108 bytes received 6913101 bytes 19487.26 bytes/sec > total size is 2318896398

rsync summary details...

2007-06-24 Thread Shai
xactly? Thanks in advance, Shai -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync 3.0.0cvs timeout

2007-02-08 Thread Shai
Paul, did you see my last email? Shai On 2/5/07, Shai <[EMAIL PROTECTED]> wrote: rsync-HEAD-20070130-0408GMT Shai On 2/5/07, Paul Slootman <[EMAIL PROTECTED]> wrote: > > On Mon 05 Feb 2007, Shai wrote: > > > > When I send this command, I get a timeout almost

Re: rsync 3.0.0cvs timeout

2007-02-05 Thread Shai
rsync-HEAD-20070130-0408GMT Shai On 2/5/07, Paul Slootman <[EMAIL PROTECTED]> wrote: On Mon 05 Feb 2007, Shai wrote: > > When I send this command, I get a timeout almost every time... The earlier versions of 3.0.0cvs gave me timeouts, but the latest version has been running

rsync 3.0.0cvs timeout

2007-02-05 Thread Shai
version 2.6.9 on the client side, this timeout problem goes away. Any ideas why? Shai -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such file or directory (2)

2007-02-04 Thread Shai
Hi, Thanks very much for the new info! It seems that you were right on the money with what I had been trying to do and also, your suggestion of using --relative switch can become useful, and I will implement it in my rsync code. I'll update you on this issue later on. Shai On 2/4/07,

Re: rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such file or directory (2)

2007-02-01 Thread Shai
the new server came up, rsync failed when I sent this file first before the directory was there. I don't want to send the entire directory, since it contains many other files that don't interest me and whice would slow down my cycles. Shai On 2/1/07, Matt McCutchen <[EMAIL PROTECTED]&g

Re: rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such file or directory (2)

2007-01-30 Thread Shai
i'd appreciate any help here please :) On 1/29/07, Shai <[EMAIL PROTECTED]> wrote: Hi, --- + rsync -av --timeout 120 /home/20070129_1012/status.csv --port 5873 fileserver::test/20070129_1012/status.csv building file list ... done status.csv rsync: mkstemp "/20070129_1012/.s

Re: using rsync 3.0.0 CVS version

2007-01-30 Thread Shai
Same here. I did my initial test and where before it used to hang, it doesn't now :) Thanks for tonight's update! Shai On 1/30/07, Paul Slootman <[EMAIL PROTECTED]> wrote: On Mon 29 Jan 2007, Wayne Davison wrote: > On Mon, Jan 29, 2007 at 06:33:19PM +0100,

Re: using rsync 3.0.0 CVS version

2007-01-29 Thread Shai
Sweet! I'll test it soon! On 1/27/07, Wayne Davison <[EMAIL PROTECTED]> wrote: On Sun, Jan 21, 2007 at 08:43:56AM +0200, Shai wrote: > When I start the rsync, either with the rsync protocol or rsh, i found > that it'll start doing the rsync and just halt after a few hundr

rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such file or directory (2)

2007-01-29 Thread Shai
Hi, --- + rsync -av --timeout 120 /home/20070129_1012/status.csv --port 5873 fileserver::test/20070129_1012/status.csv building file list ... done status.csv rsync: mkstemp "/20070129_1012/.status.csv.IWS933" (in test) failed: No such file or directory (2) sent 347 bytes received 38 bytes 770.

Re: using rsync 3.0.0 CVS version

2007-01-27 Thread Shai
Any updates on this hanging issue being fixed? On 1/23/07, Paul Slootman <[EMAIL PROTECTED]> wrote: On Mon 22 Jan 2007, Paul Slootman wrote: > > It's the same binary, compiled from rsync-HEAD-20070120-2211GMT. I tried again with current cvs (with the 1.194 version of receiver.c), and it still

Re: CVS rsync hangs during local copy

2007-01-21 Thread Shai
Hi, With reguards to my previous post here: http://lists.samba.org/archive/rsync/2007-January/017116.html I wanted to let you know that the new nightly CVS build didn't sort out my hanging problem. In fact, it hangs almost right after I issue my simple (rsync -av source dest) command. Sha

using rsync 3.0.0 CVS version

2007-01-20 Thread Shai
a few hundred MBs or even up to a couple GBs. I was never able to finish an rsync. Anyone else had this problem? Shai -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html