diff --git a/restic/.bin/restic_prune b/restic/.bin/restic_prune index 39274f3..8d6a36f 100755 --- a/restic/.bin/restic_prune +++ b/restic/.bin/restic_prune @@ -1,6 +1,7 @@ #!/bin/bash -source $HOME/.bin/restic_common +. $HOME/.bin/restic_common +export RESTIC_PASSWORD="${RESTIC_PASSWORD}" info "Pruning snapshots" -restic --cache-dir $CACHE_DIR -r $RESTIC_REPOSITORY prune \ No newline at end of file +restic --cache-dir $CACHE_DIR -r $RESTIC_REPOSITORY prune