4 echo 'Usage: sync local_dir rsync_host rsync_dir'
13 if test -n "$RSYNC_USER"; then
14 RSYNC_HOST=$RSYNC_USER@$RSYNC_HOST
17 exec nice rsync -aH --no-owner --no-group --delete \
18 --timeout=3600 -4 --address=129.97.134.71 \
20 --quiet --stats --log-file=/home/mirror/merlin/logs/transfer.log \
21 $RSYNC_HOST::$RSYNC_DIR $TO