summaryrefslogtreecommitdiff
path: root/rsync_tmbackup.sh
diff options
context:
space:
mode:
authorLaurent Cozic <laurent@cozic.net>2018-02-23 17:55:12 +0000
committerLaurent Cozic <laurent@cozic.net>2018-02-23 17:55:12 +0000
commita77169818ea7797b01dc30dfb880fc9473dc5213 (patch)
tree3d0cafe5d3e0b54078072d25fd43ac8aef0c80f7 /rsync_tmbackup.sh
parentb57cf4b7329518027ce8155fe22adb3b456b3280 (diff)
Changed order of expiration strategy items
Diffstat (limited to 'rsync_tmbackup.sh')
-rwxr-xr-xrsync_tmbackup.sh2
1 files changed, 1 insertions, 1 deletions
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"