This repository has been archived on 2023-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
c4k-jira/infrastructure/docker-backup/image/resources/restic-snapshots.sh

16 lines
252 B
Bash
Raw Permalink Normal View History

2021-07-09 10:04:35 +00:00
#!/bin/bash
2023-11-03 10:12:54 +00:00
set -eux pipefail
2021-07-09 10:04:35 +00:00
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