2022-01-13 10:00:00 -08 - [Warning-Duplicati.Library.Main.Controller-OptionValidationError]: The value "“D:” supplied to --run-script-before does not represent a valid path
I am getting the above errors in all my logs after I added a run before script. The parameter for the option is “D:\Documents\backupscripts\script.cmd” including the quotes.
Can you share a link to the instructions where you saw that? Maybe I can get it fixed. Quotes may be required if there’s a space, or maybe the quotes were a problem because they were the curly kind “ ” instead of basic " ones.
In this case, the displayed quotes point you to the value inside the quotes, not the quotes themselves.
The value inside quotes means either use graphical elements to enter, or use three dot “Edit as text”:
(and note that the quotes there mean the value inside the quotes, not to expect it shown on the page)
Entering that first option in Command Prompt would need the value in double quotes to avoid space break.
Was this the misunderstanding? I suppose we could omit quotes, but it might be considered bad style.
Seeing nothing might also make people wonder. What’s the best way to mean literally an empty string?