We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03eac33 commit a9b7a9eCopy full SHA for a9b7a9e
example-timers/zfs-auto-daily.service
@@ -2,4 +2,5 @@
2
Description=Create a daily ZFS snapshot of archive. Keep 7 of these.
3
4
[Service]
5
+User=root
6
ExecStart=/usr/local/sbin/zfs-auto-snapshot archive --recursive --quiet --syslog --prefix="auto" --label="daily" --keep=7
example-timers/zfs-auto-weekly.service
Description=Create a weekly ZFS snapshot of archive. Keep 4 of these.
ExecStart=/usr/local/sbin/zfs-auto-snapshot archive --recursive --quiet --syslog --prefix="auto" --label="weekly" --keep=4
0 commit comments