14 lines
271 B
SYSTEMD
14 lines
271 B
SYSTEMD
[Unit]
|
|
Description=Restic Backup Timer - Dotfiles (every 12 hours)
|
|
Documentation=https://restic.readthedocs.io/
|
|
|
|
[Timer]
|
|
# Run every 12 hours
|
|
OnBootSec=30min
|
|
OnUnitActiveSec=12h
|
|
|
|
# Don't run if system is on battery
|
|
ConditionACPower=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|