dotfiles/tools/backup.sh

4 lines
192 B
Bash
Executable File

#!/usr/bin/env bash
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/"