dotfiles/home/private_dot_config/restic/run-restic.sh

10 lines
196 B
Bash
Raw Normal View History

2022-11-13 21:52:01 -06:00
#!/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"