mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2025-08-18 16:38:50 +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")
|
"days")
|
||||||
MULTIPLIER=$DAY_S
|
MULTIPLIER=$DAY_S
|
||||||
;;
|
;;
|
||||||
|
"months")
|
||||||
|
MULTIPLIER=$MONTH_S
|
||||||
|
;;
|
||||||
"none")
|
"none")
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user