Hans Kraus <h...@hanswkraus.com> wrote on 10/22/2013 01:25:30 PM:

> It was very simple: I copied the 'rsyncd.conf' file on the Clients ( all 

> Debian at the moment) from an example file, as I read in
> <http://howden.net.au/thowden/2012/11/rsync-on-debian/>. Namely I did
> 'cp /usr/share/doc/rsync/examples/rsyncd.conf'.
> That example file contains the line:
>          timeout = 600
> After changing that value to 3600 it seems to work.

600 is way too small;  that's only 10 minutes, and there will be files 
that take more than 10 minutes to process.

Frankly, I don't believe you should have ClientTimeout set in your client 
files;  having that set as a global default in config.pl should be fine, 
and there the default is 72000 (as 20 hours, or 20 times longer than what 
you have set now!).

I see and understand the value of the ClientTimeout parameter, but I've 
found that in practice it is almost *never* triggered correctly.  The 
majority of times it is triggered is when a job is legitimately taking a 
long time.  That's why an extreme setting is not so bad.

I've found that there is one place where I *do* set it in the client 
config file:  archive.  Doing archives does not seem to reset the alarm 
setting during the process (and I've asked for help with this and gotten 
none).  So, I've taken to seeting my archive ClientTimeout to 720000 (as 
in 200 hours) so that they complete without error.

Tim Massey


 
Out of the Box Solutions, Inc. 
Creative IT Solutions Made Simple!
http://www.OutOfTheBoxSolutions.com
tmas...@obscorp.com 
 
22108 Harper Ave.
St. Clair Shores, MI 48080
Office: (800)750-4OBS (4627)
Cell: (586)945-8796 
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to