dotfiles/home/private_dot_config/restic/run-restic.sh
2022-11-13 21:52:01 -06:00

10 lines
196 B
Bash

#!/usr/bin/env bash
restic \
backup \
-r rclone:g:thinkbak \
--exclude-file "$HOME/.config/restic/excludes.txt" \
--exclude-file "$HOME/.conda/environments.txt" \
--verbose \
"$HOME"