update
This commit is contained in:
6
etc/cron.hourly/zfs-auto-snapshot.new-1.2.4_3
Executable file
6
etc/cron.hourly/zfs-auto-snapshot.new-1.2.4_3
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Only call zfs-auto-snapshot if it's available
|
||||
command -v zfs-auto-snapshot > /dev/null || exit 0
|
||||
|
||||
exec zfs-auto-snapshot --quiet --syslog --label=hourly --keep=24 //
|
||||
Reference in New Issue
Block a user