docker-restic-cron/scripts/verify.sh

9 lines
113 B
Bash
Raw Permalink Normal View History

2017-06-29 01:12:49 +00:00
#! /bin/bash
set -e
2021-06-15 00:01:52 +00:00
# shellcheck disable=SC2086
restic \
2021-06-14 22:55:26 +00:00
-r "$BACKUP_DEST" \
2017-06-29 06:28:48 +00:00
$OPT_ARGUMENTS \
check