Centos Iternet Client Configuration Location

Ok, I have read the manual, installed the client using the OpenSuse Link. But the manual suggests creating a file in a random place based on what I can see. The folder structure was not created by the install.

So the manual echo’s information to /usr/local/var/urbackup/data/settings.cf

which I have done.

but on running start_urbackup_client --loglevel debug --no_daemon --internetonly

it reported Internet mode is not enabled.

So where are you meant to put your configuration file on a centos 6.7 install?

Cheers

Client settings are in /usr/local/var/urbackup/data/settings.cfg

Make sure the following is set to true:
#cat /usr/local/var/urbackup/data/settings.cfg | grep -i internet_mode
internet_mode_enabled_def=true

Alternatively you can login to your server UI and navigate to Settings>Internet and enable Enable internet mode (requires server restart)

Thank you.
I know this has been a while to return, however once I manually added the client, and downloaded the installer from the server, everything went much better. This is the correct location of the file.