Added restic-snapshots

This commit is contained in:
Clemens 2023-03-10 15:20:35 +01:00
parent eb2cbad90f
commit bc2f444b75
2 changed files with 15 additions and 2 deletions

View file

@ -1,7 +1,5 @@
#!/bin/bash
apt-get update > /dev/null;
install -m 0700 /tmp/entrypoint.sh /
install -m 0700 /tmp/entrypoint-start-and-wait.sh /

View file

@ -0,0 +1,15 @@
#!/bin/bash
set -o pipefail
function main() {
file_env AWS_ACCESS_KEY_ID
file_env AWS_SECRET_ACCESS_KEY
restic -r ${RESTIC_REPOSITORY}/files snapshots
}
source /usr/local/lib/functions.sh
source /usr/local/lib/file-functions.sh
main