Hi @Liridon , welcome to the forum!
I’m no expert with OneDrive (or OD4B) or encrypted keys / tokens but it sounds like a parameters file as described in this post might do what you need:
You can add parameters in either the GUI or terminal, whatever works best for you.
Setting parameters via GUI
In the GUI you would:
edit your job
go to step 5 (Options)
scroll down a little bit and expand “Advanced options” section
choose the options you want from the “Add advanced option” select list
Note: If you have a setting you want to apply to ALL jobs (such as email notifications or tempdir) you can use the “Add advanced option” selector under main menu “Settings ” - > “Default optio…
If you have control over users login scripts you might be able to use environment variables as well.
Do you mean the PDF documentation that’s not quite done?
The variables should be the same in all environments and are basically DUPLICATI followed by the parameter name (as it would be used with a command line call) with any dashes replaced by underscores.
Some examples are:
if you want to access the --dbpath parameter you’d use DUPLICATI__dbpath
if you want to access the --dblock-size parameter you’d use DUPLICATI__dblock_size
if you want to access the --backup-name parameter you’d use DU…