mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-10-31 18:36:36 +00:00
9 lines
113 B
Bash
Executable File
9 lines
113 B
Bash
Executable File
#! /bin/bash
|
|
set -e
|
|
|
|
# shellcheck disable=SC2086
|
|
restic \
|
|
-r "$BACKUP_DEST" \
|
|
$OPT_ARGUMENTS \
|
|
check
|