c4k-nextcloud/infrastructure/docker-backup/image/resources/restic-snapshots.sh
2023-03-10 15:20:35 +01:00

15 lines
250 B
Bash
Executable file

#!/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