How to change the local database file location?

There are a number of options to change default locations in Duplicati, depending on your needs:

  • Start Duplicati.Server.exe of the Tray Icon with command line option --server-datafolder. Duplicati will stora all local databases and configuration files in the specified folder.
  • Use advanced option --dbpath if you want to use a local database that is not stored in the default folder.
  • Use advanced option --tempdir to change the location for storing temporary files. However, this is only for temporary files used by Duplicati. SQLite will keep using the default %temp% folder. If you want to change the location for SQLite also, change the TEMP environment variable to the location of your choice.
2 Likes