From 7fb22d073200c824a8bf369d5d7f26330a0b193d Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 18 Aug 2016 17:11:43 +0200 Subject: [PATCH] Fixed INSTANCE_ID for push test --- dev/tests/conf/push.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/conf/push.conf b/dev/tests/conf/push.conf index 7f283df..6dc9010 100644 --- a/dev/tests/conf/push.conf +++ b/dev/tests/conf/push.conf @@ -7,7 +7,7 @@ ###### GENERAL BACKUP OPTIONS ## Backup identification string. -INSTANCE_ID="pull-test" +INSTANCE_ID="push-test" ## Log file location. Leaving this empty will create log file at /var/log/obackup.INSTANCE_ID.log (or current directory if /var/log doesn't exist). LOGFILE=""