diff --git a/group_vars/proxmox.yml b/group_vars/proxmox.yml index e238050a..0a72da1a 100644 --- a/group_vars/proxmox.yml +++ b/group_vars/proxmox.yml @@ -141,7 +141,15 @@ frequent_period: '15' autosnap: 'yes' autoprune: 'yes' - + - name: 'pve3tage' + keep_hourly: '72' + keep_daily: '3' + keep_monthly: '0' + keep_yearly: '0' + frequently: '16' + frequent_period: '15' + autosnap: 'yes' + autoprune: 'yes' ### mgrote.apcupsd apcupsd_master_onbatterydelay: 10 apcupsd_master_batterylevel_for_shutdown: 50 diff --git a/host_vars/pve5.grote.lan.yml b/host_vars/pve5.grote.lan.yml index 4b71df8f..630ce65e 100644 --- a/host_vars/pve5.grote.lan.yml +++ b/host_vars/pve5.grote.lan.yml @@ -139,6 +139,18 @@ snapshots: true template: '14tage' - path: hdd_data_raidz/vm + recursive: 'no' + snapshots: true + template: 'pve3tage' + - path: rpool + recursive: 'no' + snapshots: true + template: 'pve3tage' + - path: rpool/ROOT + recursive: 'no' + snapshots: true + template: 'pve3tage' + - path: rpool/ROOT/pve-1 recursive: 'no' snapshots: true template: '3tage'