1
0
mirror of https://github.com/deajan/obackup.git synced 2024-10-03 18:13:40 +02:00

Update help comment

This commit is contained in:
deajan 2017-01-02 12:00:24 +01:00
parent afce24c7ec
commit 085a167442

View File

@ -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.