mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
8d57e11cd1
This is an adaptation of https://github.com/YunoHost-Apps/borg_ynh/blob/master/conf/backup-with-borg.j2
8 lines
122 B
Django/Jinja
8 lines
122 B
Django/Jinja
[Unit]
|
|
Description=Run backup {{ app }} regularly
|
|
|
|
[Timer]
|
|
OnCalendar={{ on_calendar }}
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|