mirror of
https://github.com/laurent22/rsync-time-backup
synced 2025-03-02 13:57:13 +00:00
Changed order of expiration strategy items
This commit is contained in:
parent
b57cf4b732
commit
a77169818e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue