Skip to content

Commit 110e27e

Browse files
committed
RandomizedDelaySec added to make it unlikely that they fire simultaneously with other daily/weekly/etc. events.
1 parent d5a611e commit 110e27e

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

timers/zfs-auto-snapshot-daily.timer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Description=ZFS daily snapshot timer
55
[Timer]
66
OnCalendar=daily
77
Persistent=true
8+
RandomizedDelaySec=600
89

910
[Install]
1011
WantedBy=timers.target

timers/zfs-auto-snapshot-frequent.timer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Description=ZFS frequent snapshot timer
55
[Timer]
66
OnCalendar=*:0/15
77
Persistent=true
8+
RandomizedDelaySec=60
89

910
[Install]
1011
WantedBy=timers.target

timers/zfs-auto-snapshot-hourly.timer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Description=ZFS hourly snapshot timer
55
[Timer]
66
OnCalendar=hourly
77
Persistent=true
8+
RandomizedDelaySec=59
89

910
[Install]
1011
WantedBy=timers.target

timers/zfs-auto-snapshot-monthly.timer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Description=ZFS monthly snapshot timer
55
[Timer]
66
OnCalendar=monthly
77
Persistent=true
8+
RandomizedDelaySec=600
89

910
[Install]
1011
WantedBy=timers.target

timers/zfs-auto-snapshot-weekly.timer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Description=ZFS weekly snapshot timer
55
[Timer]
66
OnCalendar=weekly
77
Persistent=true
8+
RandomizedDelaySec=600
89

910
[Install]
1011
WantedBy=timers.target

0 commit comments

Comments
 (0)