Add list.sh

This commit is contained in:
madmaurice 2017-09-27 20:32:32 +02:00 committed by Hive
parent b89dbbed70
commit a218211423
1 changed files with 10 additions and 0 deletions

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