mg
e1cc8f6d35
Datasets können einzeln mit verschiedenen Templates konfiguriert werden Co-authored-by: Michael Grote <38253905+quotengrote@users.noreply.github.com> Reviewed-on: mg/ansible#18 Co-Authored-By: mg <michael.grote@posteo.de> Co-Committed-By: mg <michael.grote@posteo.de>
34 lines
1.9 KiB
YAML
34 lines
1.9 KiB
YAML
---
|
|
# Wann soll das sanoid-script mit cron ausgeführt werden? (Stunden)
|
|
sanoid_cron_hours: '*'
|
|
# Wann soll das sanoid-script mit cron ausgeführt werden? (Minuten)
|
|
sanoid_cron_minutes: '*'
|
|
|
|
### Definition der Variablen für die sanoid-templates-
|
|
# template_fiveminutes
|
|
sanoid_template_fiveminutes_snapshot_keep_hourly: '24' # Aufheben (Stunde)
|
|
sanoid_template_fiveminutes_snapshot_keep_daily: '31' # Aufheben (Tage)
|
|
sanoid_template_fiveminutes_snapshot_keep_monthly: '6' # Aufheben (Monate)
|
|
sanoid_template_fiveminutes_snapshot_keep_yearly: '0' # Aufheben (Jahre)
|
|
sanoid_template_fiveminutes_snapshot_interval_underhour: '5' # Intervall (alle 5 Minuten)
|
|
sanoid_template_fiveminutes_snapshot_keep_underhour: '36' # Aufheben (Minuten)
|
|
sanoid_template_fiveminutes_auto_snap: 'yes' # Automatisches erstellen von Snapshots
|
|
sanoid_template_fiveminutes_prune: 'yes' # Automatisches Löschen/Prunen alter Snapshots
|
|
# template_hourly
|
|
sanoid_template_hourly_snapshot_keep_hourly: '24'
|
|
sanoid_template_hourly_snapshot_keep_daily: '31'
|
|
sanoid_template_hourly_snapshot_keep_monthly: '6'
|
|
sanoid_template_hourly_snapshot_keep_yearly: '1'
|
|
sanoid_template_hourly_auto_snap: 'yes'
|
|
sanoid_template_hourly_prune: 'yes'
|
|
# template_daily
|
|
sanoid_template_daily_snapshot_keep_daily: '31'
|
|
sanoid_template_daily_snapshot_keep_monthly: '6'
|
|
sanoid_template_daily_snapshot_keep_yearly: '1'
|
|
sanoid_template_daily_auto_snap: 'yes'
|
|
sanoid_template_daily_prune: 'yes'
|
|
|
|
### "Default" Datasets
|
|
sanoid_datasets:
|
|
- { path: 'hdd_data_raidz/data', template: 'fiveminutes', recursive: ' no' }
|
|
- { path: 'hdd_data_raidz/videos', template: 'hourly', recursive: ' yes' }
|