From 4db72307fef8d52507103ff69f39b8d36e48aada Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Fri, 7 Mar 2025 17:05:29 +0100 Subject: [PATCH] Keep snapshot for 30 days --- arch_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_update b/arch_update index eee61c1..cd4a3ef 100755 --- a/arch_update +++ b/arch_update @@ -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