dotfiles/.functions/restic.sh
Jonas Forsberg 93a38129c0
.
2021-11-12 12:51:33 +01:00

9 lines
164 B
Bash

#!/bin/bash
function restic(){
# shellcheck disable=SC1090
source "$HOME"/.restic/restic.env
/usr/bin/restic --cacert="$HOME"/.restic/cert.pem "$@"
}