Use hostname instead of address

This commit is contained in:
Cyryl Płotnicki 2019-03-05 17:01:41 +00:00
parent 428edf20ff
commit 883ef307a9

View file

@ -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/"