diff --git a/tools/backup.sh b/tools/backup.sh index 0bf6332f..0019a631 100755 --- a/tools/backup.sh +++ b/tools/backup.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -restic -p "$HOME/.vault/restic-password-file" -r sftp:fetcher@10.0.0.101:/mnt/data/backup-targets/ --exclude-file "$HOME/.vault/restic-exclude" --verbose backup "$HOME/" +restic -p "$HOME/.vault/restic-password-file" -r sftp:fetcher@brix:/mnt/data/backup-targets/ --exclude-file "$HOME/.vault/restic-exclude" --verbose backup "$HOME/"