mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 23:06:29 +00:00
5 lines
67 B
Bash
5 lines
67 B
Bash
|
#! /bin/bash
|
||
|
set -e
|
||
|
|
||
|
duplicity verify $BACKUP_DEST $PATH_TO_BACKUP
|