From a77169818ea7797b01dc30dfb880fc9473dc5213 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 23 Feb 2018 17:55:12 +0000 Subject: Changed order of expiration strategy items --- rsync_tmbackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 740cc1a..6e0b289 100755 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -215,7 +215,7 @@ DEST_FOLDER="" EXCLUSION_FILE="" LOG_DIR="$HOME/.$APPNAME" AUTO_DELETE_LOG="1" -EXPIRATION_STRATEGY="365:30 1:1 30:7" +EXPIRATION_STRATEGY="1:1 30:7 365:30" RSYNC_FLAGS="-D --compress --numeric-ids --links --hard-links --one-file-system --itemize-changes --times --recursive --perms --owner --group --stats --human-readable" -- cgit v1.2.3