mirror of https://github.com/jimsalterjrs/sanoid
1.0.12 updated default sanoid.conf to properly set desired time for yearly snapshots to be taken
This commit is contained in:
parent
9b5f0fc3d3
commit
95d385b39b
|
|
@ -1,3 +1,5 @@
|
||||||
|
1.0.12 patched default sanoid.conf provided to set yearly_mon and yearly_mday correctly
|
||||||
|
|
||||||
1.0.11 patched bug in yearly snapshots - thank you @stevenolen for the bug report!
|
1.0.11 patched bug in yearly snapshots - thank you @stevenolen for the bug report!
|
||||||
|
|
||||||
1.0.10 added --monitor-version to check installed version against current version in trunk on GitHub
|
1.0.10 added --monitor-version to check installed version against current version in trunk on GitHub
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,8 @@ monthly_mday = 1;
|
||||||
monthly_hour = 0;
|
monthly_hour = 0;
|
||||||
monthly_min = 0;
|
monthly_min = 0;
|
||||||
# yearly - immediately at the beginning of the year (ie 00:00 on Jan 1)
|
# yearly - immediately at the beginning of the year (ie 00:00 on Jan 1)
|
||||||
yearly_yday = 1;
|
yearly_mon = 1;
|
||||||
|
yearly_mday = 1;
|
||||||
yearly_hour = 0;
|
yearly_hour = 0;
|
||||||
yearly_min = 0;
|
yearly_min = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue