dotfiles/tools/backup.sh

4 lines
185 B
Bash
Raw Normal View History

2019-03-04 14:36:40 +00:00
#!/usr/bin/env bash
2019-03-05 17:01:41 +00:00
restic -p "$HOME/.vault/restic-password-file" -r sftp:fetcher@brix:/mnt/data/backup-targets/ --exclude-file "$HOME/.vault/restic-exclude" --verbose backup "$HOME/"