Add list.sh

This commit is contained in:
madmaurice 2017-09-27 20:32:32 +02:00 committed by Hive
parent b89dbbed70
commit a218211423

10
list.sh Executable file
View file

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