docker-restic-cron/restore.sh
ViViDboarder 7e57f2ed0b Let's get restic in here
Switch to restic
2018-08-12 16:53:06 -07:00

12 lines
141 B
Bash
Executable File

#! /bin/bash
set -e
restore_snapshot=$1
restic \
-r $BACKUP_DEST \
$OPT_ARGUMENTS \
restore \
$restore_snapshot \
-t /