Keep snapshot for 30 days

This commit is contained in:
Jason Streifling 2025-03-07 17:05:29 +01:00
parent 82f38485c1
commit 4db72307fe

View File

@ -2,7 +2,7 @@
#Full Arch Linux Update Script
SNAPSHOT_DIR=/.snapshots
DAYS_TO_KEEP=90
DAYS_TO_KEEP=30
# Backup system
if which btrfs >/dev/null; then