- scottyinfo Starting rsync
- rsync -e ssh \
- -v -aHAX --numeric-ids --delete --delete-excluded \
- --link-dest=$dir_current \
- $rsync_exclude \
- $SYNC_SRC/ $REMOTE_HOST:$dir_incomplete/
-
+ scottyinfo "Starting rsync."
+ rsync -e "ssh -l $REMOTE_USER" --bwlimit=$BWLIMIT \
+ -v -aHAX --numeric-ids --delete --delete-excluded \
+ --link-dest=$dir_current \
+ $rsync_exclude $rsync_fake_super \
+ $SYNC_SRC/ $REMOTE_HOST:$dir_incomplete/
+