lvm-backup/list.sh
2017-09-27 20:32:32 +02:00

11 lines
158 B
Bash
Executable file

#!/bin/bash
# read configuration variables
source config.sh
export RESTIC_PASSWORD=${BACKUP_PASSWORD}
$RESTIC --repo $URI snapshots
unset RESTIC_PASSWORD