Having trouble finding where the config file is to set internet_server

I’ve installed the client on arch with:

TF=$(mktemp) && wget "https://hndl.urbackup.org/Client/2.5.25/UrBackup%20Client%20Linux%202.5.25.sh" -O $TF && sudo sh $TF; rm -f $TF

Error message:

systemctl status urbackupclientbackend.service 
× urbackupclientbackend.service - UrBackup Client backend
     Loaded: loaded (/u
sr/lib/systemd/system/urbackupclientbackend.service; enabled; preset: 
disabled)
     Active: failed (Result: exit-code) since Wed 2025-02-12 11:28:26 EST; 31s ago
   Duration: 1.025s
 Invocation: c74b527885f540adaf0b0497d33b0b5c
    Process: 28489 ExecStart=/usr/local/sbin/urbackupclientbackend --config /etc/default/urbacku
pclient --no-consoletime (code=exited, status=2)
   Main PID: 28489 (code=exited, status=2)
   Mem peak: 2.8M
        CPU: 7ms

Feb 12 11:28:25 mustafar systemd[1]: Started UrBackup Client backend.
Feb 12 11:28:26 mustafar urbackupclientbackend[28489]: ERROR: Internet server not configured. Pl
ease configure "internet_server".
Feb 12 11:28:26 mustafar systemd[1]: urbackupclientbackend.service: Main
 process exited, code=exited, status=2/INVALIDARGUMENT
Feb 12 11:28:26 mustafar systemd[1]: urbackupclientbackend.s
ervice: Failed with result 'exit-code'.

Hello

I find the configuration file in:
/usr/local/var/urbackup/data/settings.cfg

1 Like