From b8fb75bbc071cc2ed05fd393834ef186e220d6eb Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 24 Nov 2013 17:23:00 +0800 Subject: [PATCH] Removed dangerous and unneeded delete flags. Since there's normally nothing in the destination directory, the delete flags are not really needed. --- rsync_tmbackup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index d573374..97fd6a5 100644 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -210,8 +210,6 @@ while [ "1" ]; do CMD="$CMD --numeric-ids" CMD="$CMD --links" CMD="$CMD --hard-links" - CMD="$CMD --delete" - CMD="$CMD --delete-excluded" CMD="$CMD --one-file-system" CMD="$CMD --archive" CMD="$CMD --itemize-changes"