docker-restic-cron/verify.sh

8 lines
83 B
Bash
Raw Permalink Normal View History

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