Update backup.sh

This commit is contained in:
David Tomaschik
2020-10-16 21:41:36 -07:00
parent b6a2b65704
commit 2a71557663

View File

@@ -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."