search for: rsync_arg

Displaying 6 results from an estimated 6 matches for "rsync_arg".

Did you mean: sync_arg
2009 Jun 15
1
Big timeout time
Hi I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800. However sometimes I get very big timeout times like this one: io timeout after 12220 seconds -- exiting rsync error: timeout in data send/receive (code 30) at io.c(239) [sender=3.0.3pre1] rsynd.conf on the receiving side only defines modules, no timing parameters. How can that happen? What can I do to prevent
2006 Mar 13
2
feature request/change for 2.6.8
Wayne, I've been experimenting with the {pre,post}-xfer exec options ever since the original diff showed up in patches/ - fantastic stuff. My feature request/change centers around the new RSYNC_ARG# variables. Would it be possible to make these available as an array (ie: ${RSYNC_ARG[#]}) rather than discrete variables? If nothing else, it would greatly simplify chewing through all the args for whatever processing one could dream up. Erik
2014 Aug 30
1
Cleanest way to find out if it was a --dry-run
Hi, As far as I can see, the only way you can tell it's been a dry-run at the receiver-side, is to parse RSYNC_ARGs in the pre-xfer script. I think the only way is to crawl through the RSYNC_ARGs to find a value which: - starts with a single dash, and; - contains 'n', and; - comes prior to the "." value, signifying the start of the 'path args' (which seem inherently variable, ergo scar...
2010 Jul 15
2
Can rsyncd be set to require compression?
Hi, rsyncd.conf allows you to forbid compression. I'd like a way for it to require compression, either by forcing the option on or forbidding transfers from clients that don't request --compress Is such a thing possible? Regards, David.
2013 May 29
2
[Bug 9915] New: File stopped synchronizing during transmission
...quot;hung" file will resume sending and complete immediately. The message file that we sent are usually in the sizes between 1MB-4MB. For the time being, we are sending small-sized file of 1byte to "trigger" and "hung" transmission. Below is the arguments that we are using RSYNC_ARG="--log-file=$LOGFILE --chmod=a+rwx,g+rwx,o+rwx --exclude=*.tmp --remove-sent-files --stats --ignore-times --whole-file -qr" There is no data loss but we encountered a long delay in data transmission. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You a...
2006 Jan 27
2
How to rsync PULL multiple files/dirs
Hi all, I am wondering how do I pull data from a remote host without running a daemon. PUSH command I would like the below statement be turned into a PULL from remote host instead. /usr/bin/rsync -e ssh --archive --sparse --compress --update --verbose --stats --progress --exclude=cdersync.tar.gz --exclude=*.bz2 --exclude=*.jpg --exclude=*.mp3 --exclude=ZDE --exclude=*.rpm --exclude=*.sit