> /usr/bin/rsync -az --delete -W -e /usr/bin/ssh > /usr/local/smokeping/var/[some branch] > your.central.host:"/usr/local/smokeping/var/" > > We opted to use the -W (whole file) option since bandwidth > usage wasn't a consideration for us. I'm not sure if rsync's > partial file support works with rrd files so YMMV if you use > that. We sync 6G of rrd files every 3 hours using this method > and haven't had any problems in 3 years.
Ok, that's very similar to how we've gotten it working in testing by hand on the command line. Do you execute it as a daemon (with --daemon), or do you script it with cron? I'm now thinking the rsync daemon I've been trying to decipher is using the rsync protocol itself, instead of an ssh tunnel. (I want to do the ssh tunnel) so I think I got lost on a topic that wasn't even pertinent -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/smokeping-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
