mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2025-08-18 08:29:58 +02:00
6766101 Initial/missed monthly snapshots don't get taken
This commit is contained in:
@@ -375,6 +375,9 @@ function check_missed_snapshots { # $INTERVAL $PERIOD $FMRI <repopulate cache>
|
||||
"days")
|
||||
MULTIPLIER=$DAY_S
|
||||
;;
|
||||
"months")
|
||||
MULTIPLIER=$MONTH_S
|
||||
;;
|
||||
"none")
|
||||
return 0
|
||||
;;
|
||||
|
Reference in New Issue
Block a user