This commit is contained in:
Michael Grote 2022-04-01 18:07:33 +02:00
parent 1d9ddbae8a
commit c4312dac3d
1 changed files with 14 additions and 0 deletions

View File

@ -45,3 +45,17 @@
frequent_period: '0'
autosnap: 'yes'
autoprune: 'yes'
# weg
### under which user the script is run
sanoid_user_group: "root"
sanoid_user: "sanoid"
### where to store the logfile
sanoid_log_file: "/var/log/sanoid-cron.log"
### where to download the binary + config
sanoid_dl_url: "https://raw.githubusercontent.com/jimsalterjrs/sanoid/master/sanoid"
sanoid_dl_conf_url: "https://raw.githubusercontent.com/jimsalterjrs/sanoid/master/sanoid.defaults.conf"