#!/bin/env bash # Helper script to target correct repo and password. It passes # any arguments to the restic binary. RESTIC_PASSWORD="{{ restic_repo_pw }}" \ RESTIC_REPOSITORY="{{ restic_repo_url }}" \ restic "$@"