From 20b0e842a0000d8732aa57629dae7aa9fae063e3 Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Wed, 25 Nov 2020 13:20:51 +0100 Subject: [PATCH] set backup server address --- restic/.bin/restic_common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/restic/.bin/restic_common b/restic/.bin/restic_common index a3b1739..7856918 100755 --- a/restic/.bin/restic_common +++ b/restic/.bin/restic_common @@ -44,7 +44,9 @@ if [[ $? > 0 ]]; then info "Not connected." exit 1 fi + BACKUP_SERVER="10.0.1.3" fi +BACKUP_SERVER="192.168.178.100" echo "Done" read_config \ No newline at end of file