forward arguments to prune

This commit is contained in:
paul 2017-08-26 09:55:02 +02:00 committed by Hive
parent 29cfcf28b7
commit f88c07344d

View file

@ -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