-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
(this is a feature request)
Use syslog to write some messages that zfs-autobackup has run sucessfully.
So if successful, no output on stdout or stderr, so all is quiet for cron, e.g..
But a message in the syslog would be helpful, similar to zfs-auto-snapshot:
Jan 30 14:17:52 <host> zfs-auto-snap[]: @zfs-auto-snap_hourly-2025-01-30-1317, 15 created, 15 destroyed, 0 warnings.
Jan 30 14:30:50 <host> zfs-auto-snap[]: @zfs-auto-snap_frequent-2025-01-30-1330, 15 created, 15 destroyed, 0 warnings.
Maybe: <> snapshots created, <> snapshots transferred, <> snapshots deleted, <> filesystems transferred, <> GB transferred
Reactions are currently unavailable