coreos-home-server/host/base/systemd/container-volume-backup@.timer
Alex Palaistras 4636730d32 Implement minor improvements for volume backups
Container volume backups will now be skipped if no changes have been
made in source files against the latest backup. In addition the default
timer has been changed for performing backups once a day, at 02:00,
likely a time where there's less traffic on the server.
2022-02-05 16:01:22 +00:00

10 lines
143 B
SYSTEMD

[Unit]
Description=Scheduled Backup for Container Volume %i
[Timer]
OnCalendar=02:00
RandomizedDelaySec=10m
[Install]
WantedBy=timers.target