docker-restic-cron/verify.sh

8 lines
85 B
Bash
Raw Normal View History

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