forward arguments to prune
This commit is contained in:
parent
29cfcf28b7
commit
f88c07344d
1 changed files with 1 additions and 1 deletions
2
prune.sh
2
prune.sh
|
@ -5,6 +5,6 @@ source config.sh
|
|||
|
||||
export RESTIC_PASSWORD=${BACKUP_PASSWORD}
|
||||
|
||||
$RESTIC --repo $URI $QUIET prune
|
||||
$RESTIC --repo $URI $QUIET prune "$@"
|
||||
|
||||
unset RESTIC_PASSWORD
|
||||
|
|
Loading…
Reference in a new issue