RSYNC="rsync"
RSYNC_BASE_OPTIONS="-rtvz --delete --links --hard-links --safe-links"
-RSYNC_SSH_OPTIONS="ssh -o AddressFamily=inet -o BatchMode=yes"
+RSYNC_SSH_OPTIONS="ssh -o BatchMode=yes"
LOGDIR="$HOME/logs"
LOGFILE="$LOGDIR/$NAME-run-${COMPONENT}.log"
if [ "`id -nu`" != "$staticuser" ]; then
sudo -u "$staticuser" static-update-component "$@"
else
- ssh -o AddressFamily=inet -t -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "$masterhost" static-master-update-component "$component"
+ ssh -t -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "$masterhost" static-master-update-component "$component"
fi
# vim:set et: