Files
dotfiles/SystemD/.config/systemd/user/backup.timer
Aryadev Chavali d88430aa8a (Scripts|SystemD)~rework backup system
This is purely for the desktop: only enable if you fix it up.
2023-10-06 01:16:47 +01:00

11 lines
135 B
SYSTEMD

[Unit]
Description=Run backup weekly
[Timer]
OnBootSec=15min
OnUnitActiveSec=1w
Unit=backup.service
[Install]
WantedBy=timers.target