How to give duplicati root permision on ubuntu

I think the simplest is to run Duplicati as a service:

  1. Stop any running instance
  2. Run sudo systemctl start duplicati
  3. Change the desktop launcher shortcut to duplicati --no-hosted-server --serverurl=http://localhost:8200
  4. Start the desktop launcher

This will run Duplicati as a service (on boot) and only start the tray icon once you are logged in to your desktop, but connect to the running service.

4 Likes