mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-22 05:06:36 +00:00
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#! /bin/bash
|
|
set -e
|
|
|
|
restic \
|
|
-r $BACKUP_DEST \
|
|
$OPT_ARGUMENTS \
|
|
check
|