bin/rl @ 94cdb40fffab

NAS
author Steve Losh <steve@stevelosh.com>
date Mon, 27 Jan 2020 19:41:49 -0500
parents 8e3363a5c0c8
children 90aa89efde4f
#!/usr/bin/env bash

set -euo pipefail

restic --repo /mnt/cryo/restic-ouroboros/repo \
       --password-file /home/sjl/.restic-password-local \
       "$@"