diff --git a/list.sh b/list.sh new file mode 100755 index 0000000..3a9172c --- /dev/null +++ b/list.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# read configuration variables +source config.sh + +export RESTIC_PASSWORD=${BACKUP_PASSWORD} + +$RESTIC --repo $URI snapshots + +unset RESTIC_PASSWORD