Add automated Restic backups for edge01

This commit is contained in:
2026-07-27 22:40:58 -04:00
parent b12e0fd163
commit 7daba4343e
8 changed files with 101 additions and 0 deletions
@@ -0,0 +1,11 @@
[Unit]
Description=Restic retention and pruning for edge01
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/restic-edge01-retention
Nice=10
IOSchedulingClass=best-effort
IOSchedulingPriority=7