Neue Snapshot Profile (#68)
Neues Snapshot Profil für papa Neues Snapshot Profil für videos Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#68 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
f59f3bead1
commit
bf6c87e00f
1 changed files with 6 additions and 9 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue