diff --git a/Rsync/rsync.sh b/Rsync/rsync.sh index 5a27efc..f1b4921 100644 --- a/Rsync/rsync.sh +++ b/Rsync/rsync.sh @@ -219,6 +219,7 @@ ATTEMPT=0 for (( ATTEMPT=1; ATTEMPT<=RETRY_COUNT; ATTEMPT++ )); do log "$ICON_RETRY Attempt $ATTEMPT of $RETRY_COUNT..." + echo "$ICON_SYNC Rsync running — this may take a while..." RSYNC_OUTPUT=$(rsync "${RSYNC_OPTS[@]}" \ -e "ssh -i $SSH_KEY -T -o Compression=no -o IPQoS=throughput" \