I like to use duplicati on my raspi to backup nextclouds data to an online cloud service (Mirosoft OneDrive for Example). Is there an instruction how to setup duplicati on an Raspberry with an existing nextcloud installation?
But now I have another problem. I expected that the duplicati server can be reached by entering http://[RASPI_IP_ADRESS]:8200 but this doesn’t work Is it necessary to start the webserver manuelly?
==========
Edit: I’ve found the solution by my own. I’ve had start the server manuelly after installation:
duplicati-server --webservice-port=8200 --webservice-interface=any
For me, there was some information missing in the official (installation) manuel. It described how to install mono on diverent linux distributions. But it doesn’t describe howo install duplicati it self.
An other missing information for me was, how to configure duplicati as a service and start it automaticaly