bin/rb @ 5ddd3e5a75fe

Titling
author Steve Losh <steve@stevelosh.com>
date Thu, 26 Jul 2018 15:10:24 +0000
parents 8e3363a5c0c8
children (none)
#!/usr/bin/env bash

set -euo pipefail

source /home/sjl/.restic-backblaze-creds

restic --repo b2:backups-ouroboros:restic-repo \
       --password-file /home/sjl/.restic-password-backblaze \
       "$@"