From 6a70454568b9d93e305491ca680cb097660d6d18 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 Apr 2026 19:13:23 +0100 Subject: [PATCH] Tweak snapshot retension Frequently isn't too useful, rpool data doesn't need to be kept that long --- ansible/host_vars/pve/main.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ansible/host_vars/pve/main.yml b/ansible/host_vars/pve/main.yml index 02bfb4a..82de6b8 100644 --- a/ansible/host_vars/pve/main.yml +++ b/ansible/host_vars/pve/main.yml @@ -23,11 +23,16 @@ sanoid_datasets: use_template: production recursive: true + rpool/data: + use_template: replaceable + recursive: true + sanoid_templates: production: - frequently: 4 + frequently: 0 hourly: 48 - daily: 28 + daily: 14 + weekly: 4 monthly: 3 yearly: 0 autosnap: true @@ -37,6 +42,7 @@ sanoid_templates: frequently: 0 hourly: 24 daily: 7 + weekly: 3 monthly: 0 yearly: 0 autosnap: true