11 lines
141 B
Text
11 lines
141 B
Text
|
|
[Unit]
|
||
|
|
Description=Daily Restic Backup
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar=*-*-* {{ restic_backup_time }}
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|
||
|
|
|