From 085a16744274a6495abca55fad41318974e44d77 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 2 Jan 2017 12:00:24 +0100 Subject: [PATCH] Update help comment --- host_backup.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_backup.conf.example b/host_backup.conf.example index 3b30ac7..894343f 100644 --- a/host_backup.conf.example +++ b/host_backup.conf.example @@ -95,7 +95,7 @@ SQL_USER=root ## Every found database will be backed up as separate backup task. DATABASES_ALL=yes DATABASES_ALL_EXCLUDE_LIST="test;mysql" -## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by spaces. +## Alternatively, if DATABASES_ALL=no, you can specify a list of databases to backup separated by semi-colons. #DATABASES_LIST="somedatabase" ## Max backup execution time per Database task. Soft max exec time generates a warning only. Hard max exec time generates a warning and stops current backup task.