mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
10 lines
111 B
SYSTEMD
10 lines
111 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run borg daily
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=300m
|
||
|
OnUnitActiveSec=1d
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|