From bf6c87e00f98dc1c325c5c73daf0f8cad20dd0b7 Mon Sep 17 00:00:00 2001 From: mg Date: Mon, 12 Apr 2021 20:26:28 +0200 Subject: [PATCH] Neue Snapshot Profile (#68) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Neues Snapshot Profil für papa Neues Snapshot Profil für videos Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/68 Co-Authored-By: mg Co-Committed-By: mg --- host_vars/pve2.grote.lan.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/host_vars/pve2.grote.lan.yml b/host_vars/pve2.grote.lan.yml index 9bbc0cec..d70088f7 100644 --- a/host_vars/pve2.grote.lan.yml +++ b/host_vars/pve2.grote.lan.yml @@ -73,9 +73,6 @@ atime: on snapdir: visible - - - ### mgrote.apcupsd apcupsd_nis_master: true apcupsd_nis_master_hostname: pve2.grote.lan @@ -106,7 +103,7 @@ recursive: 'no' snapshots: true - path: 'hdd_data_raidz/videos' - template: 'hourly' + template: 'daily' recursive: 'yes' snapshots: true - path: 'hdd_data_raidz/papa_backup' @@ -125,11 +122,11 @@ frequent_period: '5' # Intervall (alle 5 Minuten) autosnap: 'yes' # Automatisches erstellen von Snapshots autoprune: 'yes' - - name: 'hourly' - keep_hourly: '24' + - name: 'daily' + keep_hourly: '0' keep_daily: '31' - keep_monthly: '6' - keep_yearly: '1' + keep_monthly: '3' + keep_yearly: '0' frequently: '0' frequent_period: '0' autosnap: 'yes' @@ -137,7 +134,7 @@ - name: 'papa' keep_hourly: '0' keep_daily: '14' - keep_monthly: '3' + keep_monthly: '0' keep_yearly: '0' frequently: '0' frequent_period: '0'