forked from extern/zfs-auto-snapshot
Found a way to exec the process and yet have it work
This commit is contained in:
parent
8c45add2c0
commit
739972f18a
@ -2,4 +2,4 @@
|
||||
|
||||
# Only call zfs-auto-snapshot if it's available
|
||||
which zfs-auto-snapshot > /dev/null && \
|
||||
zfs-auto-snapshot --quiet --syslog --label=daily --keep=31 //
|
||||
exec zfs-auto-snapshot --quiet --syslog --label=daily --keep=31 //
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
# Only call zfs-auto-snapshot if it's available
|
||||
which zfs-auto-snapshot > /dev/null && \
|
||||
zfs-auto-snapshot --quiet --syslog --label=hourly --keep=24 //
|
||||
exec zfs-auto-snapshot --quiet --syslog --label=hourly --keep=24 //
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
# Only call zfs-auto-snapshot if it's available
|
||||
which zfs-auto-snapshot > /dev/null && \
|
||||
zfs-auto-snapshot --quiet --syslog --label=monthly --keep=12 //
|
||||
exec zfs-auto-snapshot --quiet --syslog --label=monthly --keep=12 //
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
# Only call zfs-auto-snapshot if it's available
|
||||
which zfs-auto-snapshot > /dev/null && \
|
||||
zfs-auto-snapshot --quiet --syslog --label=weekly --keep=8 //
|
||||
exec zfs-auto-snapshot --quiet --syslog --label=weekly --keep=8 //
|
||||
|
Loading…
Reference in New Issue
Block a user