refactor: harden restic configuration
move secrets to .env file so they work on their own, initialize restic repo on fresh deployments
This commit is contained in:
@@ -4,4 +4,5 @@ After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
EnvironmentFile=/etc/restic-backup.env
|
||||
ExecStart=/usr/local/bin/restic-backup.sh
|
||||
|
||||
Reference in New Issue
Block a user