mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-21 12:46:36 +00:00
7e57f2ed0b
Switch to restic
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
|