From b0e95029039d969b612d29196296339d75b8b68c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 28 Mar 2024 21:33:20 +0100 Subject: keep one week of roots --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index e51ce81..6e40609 100644 --- a/common.nix +++ b/common.nix @@ -113,7 +113,7 @@ in btrfs subvolume delete "$1" } - for i in $(find /btrfs_tmp/old_roots/ -maxdepth 1 -mtime +30); do + for i in $(find /btrfs_tmp/old_roots/ -maxdepth 1 -mtime +7); do delete_subvolume_recursively "$i" done -- cgit v1.2.3