mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Removed other connectivity checks
This commit is contained in:
parent
bcbbdc9cc3
commit
6cbb3fe5da
@ -38,7 +38,7 @@ SSH_COMPRESSION=yes
|
||||
## Check for connectivity to remote host before launching remote backup tasks. Be sure the hosts responds to ping. Failing to ping will skip current task.
|
||||
REMOTE_HOST_PING=no
|
||||
## Check for internet access by pinging one or more 3rd party hosts before remote backup tasks. Leave empty if you don't want this check to be be performed. Failing to ping will skip current task.
|
||||
REMOTE_3RD_PARTY_HOST="www.kernel.org www.google.com"
|
||||
REMOTE_3RD_PARTY_HOST=""
|
||||
|
||||
## Databases options
|
||||
SQL_USER=root
|
||||
|
Loading…
Reference in New Issue
Block a user