1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-19 17:10:34 +00:00

fix README, monthday cannot be 0

This commit is contained in:
Administrator 2018-04-16 17:36:26 +02:00
parent b72f1dfb36
commit 9327c68d59

View File

@ -329,7 +329,7 @@ Default is:
monthly => {
minute => '0..59',
hour => '0..23', # you could also do: ['21..23','0..4','5'],
monthday => '0..28',
monthday => '1..28',
month => '*',
weekday => '*',
},