From 721bcc422f107ddc404380def9ac14b33c1dbdb3 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Mon, 26 Aug 2019 22:45:53 +0200 Subject: [PATCH] Change the ip of the server to backup --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index b488fc7..e70197e 100755 --- a/backup.sh +++ b/backup.sh @@ -1,6 +1,6 @@ DBUSER=postgres DBNAME=icnml -HOST=localhost +HOST=10.1.0.5 DIRNAME=/mnt/backup FILENAME=$DBNAME-`date "+%Y-%m-%d-%H%M%S"`.backup -- GitLab