dotfiles/tools/backup.sh
2019-03-05 17:01:41 +00:00

4 lines
185 B
Bash
Executable file

#!/usr/bin/env bash
restic -p "$HOME/.vault/restic-password-file" -r sftp:fetcher@brix:/mnt/data/backup-targets/ --exclude-file "$HOME/.vault/restic-exclude" --verbose backup "$HOME/"