search for: rsuser

Displaying 2 results from an estimated 2 matches for "rsuser".

Did you mean: lsuser
2006 Mar 09
0
rsync failures through ssh tunnels
...the script with the commands just echoing the commands to the screen. What I am finding is that even after ssh sets up the tunnels that rsync sits in a sleep state forever. Any pointers will be greatly appreciated. #!/bin/sh # by db # date: 20060306 # sshuser="sshuser" rsyncuser="rsuser" rhost="rhost.asu.edu" pforward="8730" rport="873" sshoptions="-fN -L $pforward:localhost:$rport " module="home" dest="uc-sirc1/home/" echo "Connecting to host $rhost" echo /usr/bin/ssh $sshoptions $sshuser@$rhost echo &quot...
2007 Nov 15
1
Problem with --exclude command
Hi everybody, i want to exclude a set of directories of a rsync synchronization but i have a problem : ------------------------------------------- serv-dev:~/scripts_Admin# RSYNC_PASSWORD=xxxx /usr/bin/rsync -vv --checksum --recursive --links --exclude .svn/ --exclude test/ /var/www/ssl/ rsuser@192.168.130.1::ssl/ opening tcp connection to 192.168.130.1 port 873 opening connection using --server -vvlrc . ssl/ building file list ... [sender] excluding directory .svn because of pattern .svn/ [sender] excluding directory test because of pattern test/ [sender] excluding directory downloads/te...