From cdacebfbd5180bb012e225e7f05835a8fd527bb5 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 28 Nov 2024 09:43:26 -0500 Subject: [PATCH] decreasing daily and hourly snapshots for root pool Having this many daily copy was creating storage problems with steam --- common/global/snapshot_config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/global/snapshot_config.toml b/common/global/snapshot_config.toml index c1db4ca..8edc388 100644 --- a/common/global/snapshot_config.toml +++ b/common/global/snapshot_config.toml @@ -6,8 +6,8 @@ monthly = 0 ["root_pool/home"] 15_min = 8 -hourly = 24 -daily = 14 +hourly = 12 +daily = 1 monthly = 0 ["root_pool/root"]