search for: rsync_host_addr

Displaying 3 results from an estimated 3 matches for "rsync_host_addr".

2018 Jan 09
0
[Bug 13207] New: rsyncd doesn't send output of failed pre-xfer exec script to client
...ns. Any output from the script on stdout (up to several KB) will be displayed to the user when aborting, but is NOT displayed if the script returns success. However, i can't actually get it to do this. In fact, i don't get any meaningful output at all. My pre-xfer script: #!/bin/sh echo $RSYNC_HOST_ADDR return 1 My rsyncd.conf: [testing] path = /home/dana read only = true pre-xfer exec = /home/dana/rsync.sh The client command and its output: % rsync -vvvv --debug=all 172.17.66.1::testing/foo . opening tcp connection to 172.17.66.1 port 873 sending daemon args: --server --sender -v...
2006 May 15
2
DO NOT REPLY [Bug 3778] New: rsync triggers ( pre/post xter scripts )
...nc-qa@samba.org I am syncing some business data between two solaris servers. I am using post-xfer script to generate Email traps for non-zero exit status. However the exist status is always -1 See the output of set command mailed by sendmail to check RSYNC environment vars. RSYNC_EXIT_STATUS=-1 RSYNC_HOST_ADDR=172.29.146.49 RSYNC_HOST_NAME=minttest.id.citistreet.org RSYNC_MODULE_NAME=TMP RSYNC_MODULE_PATH=/tmp/TMP RSYNC_RAW_STATUS=-1 RSYNC_USER_NAME='' Is this a bug or I am not using proper config file. See the config section in rsyncd.conf log file = /tmp/RSYNC2.8.log [TMP] path = /tmp/T...
2006 Sep 08
2
post-xfer exec -- more juice!
Hello, I'm attempting to use the pre-xfer exec and post-xfer exec utilities to replace a complicated script which tails the rsync log and does A Bunch Of Stuff at the beginning and completion of rsync transfers. (It will also allow us to throw away a nasty hack which forces rsync to log the fact that is exiting - trying to provide a catch for /all/ possible exit conditions (ie, strings in the