Files
aiden-niri-noctalia/etc/cron.hourly/zfs-auto-snapshot.new-1.2.4_3
2026-01-23 20:20:57 -06:00

7 lines
179 B
Bash
Executable File

#!/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 //