diff --git a/bin/backup.sh b/bin/backup.sh index 034e6d2..0a0e671 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -26,5 +26,8 @@ function verify_dest { verify_dest "$DEST" -exec nice rsync -Hax --delete --exclude-from="$HOME/.rsync_ignore" \ +time nice rsync -Hax --delete --exclude-from="$HOME/.rsync_ignore" \ --delete-excluded "${HOME}/" "$DEST" +echo "Backup completed..." +time sync +echo "Run finished, safe to unmount."