dotfiles/tools/backup.sh

4 lines
192 B
Bash
Raw Normal View History

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