Generate restic configs from apps.config

This commit is contained in:
2025-09-15 15:49:25 -07:00
parent 0d45d269a1
commit f7a339732e
6 changed files with 29 additions and 7 deletions

8
make-restic-generated.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
. $1 # source the apps.config file with then env vars
echo "AWS_ACCESS_KEY_ID=\"$BACKBLAZE_KEY_ID\""
echo "AWS_SECRET_ACCESS_KEY=\"$BACKBLAZE_APPLICATION_KEY\""