Skip to content

Commit a9b7a9e

Browse files
committed
More experimentation
1 parent 03eac33 commit a9b7a9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

example-timers/zfs-auto-daily.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
Description=Create a daily ZFS snapshot of archive. Keep 7 of these.
33

44
[Service]
5+
User=root
56
ExecStart=/usr/local/sbin/zfs-auto-snapshot archive --recursive --quiet --syslog --prefix="auto" --label="daily" --keep=7

example-timers/zfs-auto-weekly.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
Description=Create a weekly ZFS snapshot of archive. Keep 4 of these.
33

44
[Service]
5+
User=root
56
ExecStart=/usr/local/sbin/zfs-auto-snapshot archive --recursive --quiet --syslog --prefix="auto" --label="weekly" --keep=4

0 commit comments

Comments
 (0)