diff options
-rw-r--r-- | etc/squashfu.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/squashfu.conf b/etc/squashfu.conf index b4b71b7..89a10c1 100644 --- a/etc/squashfu.conf +++ b/etc/squashfu.conf @@ -37,7 +37,7 @@ RSYNC_OPTS=("-Rua" "--delete" "--stats") # will be discarded. If you have room for a second seed, # keep this enabled until you are sure everything is working # correctly. -KEEP_LAST_WEEK=1 +KEEP_LAST_WEEK=true # Set this to the day of the week you want a resquash to occur. # Days are numbered according to the output of 'date +%u' -- 1 |