diff --git a/sanoid.defaults.conf b/sanoid.defaults.conf index 15d1a0c..74ab6b0 100644 --- a/sanoid.defaults.conf +++ b/sanoid.defaults.conf @@ -34,21 +34,21 @@ min_percent_free = 10 # Note that we will not take snapshots for a given type if that type is set to 0 above, # regardless of the autosnap setting - for example, if yearly=0 we will not take yearlies # even if we've defined a preferred time for yearlies and autosnap is on. -autosnap = 1; +autosnap = 1 # hourly - top of the hour -hourly_min = 0; +hourly_min = 0 # daily - at 23:59 (most people expect a daily to contain everything done DURING that day) -daily_hour = 23; -daily_min = 59; +daily_hour = 23 +daily_min = 59 # monthly - immediately at the beginning of the month (ie 00:00 of day 1) -monthly_mday = 1; -monthly_hour = 0; -monthly_min = 0; +monthly_mday = 1 +monthly_hour = 0 +monthly_min = 0 # yearly - immediately at the beginning of the year (ie 00:00 on Jan 1) -yearly_mon = 1; -yearly_mday = 1; -yearly_hour = 0; -yearly_min = 0; +yearly_mon = 1 +yearly_mday = 1 +yearly_hour = 0 +yearly_min = 0 # monitoring plugin - define warn / crit levels for each snapshot type by age, in units of one period down # example hourly_warn = 90 means issue WARNING if most recent hourly snapshot is not less than 90 minutes old,