Configuration seems to have disappeared after reboot?

Hello,
I am using Manjaro, using the same version as you. In my case, the following solved the problem.

  1. The configuration was supposed to be in /root/.config/Duplicati/. However, the systemd file (which was damaged, it had the wrong user) pointed to a EnvironmentFile in /etc/default/duplicati. In there was the definition DUPLICATI_HOME=/var/lib/duplicati.
  2. Following the path found that the structure was similar to /root/.config/Duplicati/ but some files were missing, specifically a database.
  3. I copied all the files from /root/.config/Duplicati/ to /var/lib/duplicati/ (after making a backup of course).
  4. After I fixed the service file, I reloaded the systemd unit and restarted the service. I used systemctl daemon-reload
    systemctl reastart duplicati

The backup jobs reappeared and they started, as they should.
Hope this helps you too. Please let me know what happened or if you find a different solution

1 Like