Add list.sh
This commit is contained in:
parent
b89dbbed70
commit
a218211423
1 changed files with 10 additions and 0 deletions
10
list.sh
Executable file
10
list.sh
Executable 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
|
Loading…
Reference in a new issue