move secrets to .env file so they work on their own, initialize restic repo on fresh deployments
11 lines
146 B
Django/Jinja
11 lines
146 B
Django/Jinja
[Unit]
|
|
Description=Run Restic Backup
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 04:00:00
|
|
Persistent=true
|
|
RandomizedDelaySec=1800
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|