mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-05 04:46:35 +00:00
5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
#! /bin/bash
|
|
set -e
|
|
|
|
duplicity verify $BACKUP_DEST $PATH_TO_BACKUP
|