This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/roles/borg/templates/backup.service.j2

7 lines
138 B
Text
Raw Normal View History

2023-01-10 22:55:25 +00:00
[Unit]
Description=Backup data using borgmatic
[Service]
2023-01-11 00:04:13 +00:00
ExecStart=/usr/bin/borgmatic --config {{ service_dir }}/backup.yml
2023-01-10 22:55:25 +00:00
Type=oneshot