lvm-backup/list.sh

11 lines
158 B
Bash
Raw Permalink Normal View History

2017-09-27 20:32:32 +02:00
#!/bin/bash
# read configuration variables
source config.sh
export RESTIC_PASSWORD=${BACKUP_PASSWORD}
$RESTIC --repo $URI snapshots
unset RESTIC_PASSWORD