This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
pyinfra-lxd/files/borgmatic.timer

11 lines
171 B
SYSTEMD
Raw Normal View History

2021-02-01 20:16:00 +09:00
[Unit]
Description=Daily backup with borgmatic
[Timer]
2021-03-20 10:19:29 +09:00
OnCalendar=*-*-* 20:00:00 Asia/Tokyo
2021-02-01 20:16:00 +09:00
RandomizedDelaySec=3600
Persistent=true
[Install]
WantedBy=multi-user.target