I have just found Duplicati & installed beta2.0. I cannot find anywhere a test button for email settings but more importantly cannot find any ability to have Duplicati running & doing scheduled backups without having to log in, ie, run as a true service. Can you advise any further information?
The latest version I installed 2 days ago installed a systemd service. as long as this is running the backups should work. The web UI is just for status and changing configuration.
It would be best if a user with openSUSE Leap helped, if this gets OS-specific… High-level info is:
mono at version 5 or above is required. That lets you run the mono command. The file might be in /usr/lib/duplicati but I’m unsure where yours is. If you have /usr/bin/duplicati-server, examining it with a text editor would probably show, or you could run that script to start the server.
/usr/bin/duplicati is usually a server with a tray icon that shows status via its style and colors.
Starting at boot would be done by configuring systemd, typically done via the systemctl command. openSUSE:Systemd tips The systemd Daemon
You’d probably do things like sudo systemctl start duplicati (or stop, enable, disable, etc.)