Update 04-using-duplicati-from-the-command-line.md

Added warning for using quotes for the command line tools when using values that contain special characters.
This commit is contained in:
kees-z 2023-06-20 15:52:14 +02:00 committed by GitHub
parent 17a7b3329a
commit 222c8e34e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,12 @@ Storage-URL, arguments and advanced-options may or may not be mandatory, dependi
*****
*****
> ![](icon_important.png) When using the command line tools, if any value (like a password) contains one or more special characters, enclose that value in double quotes or URL encode the special characters in that value.
> Keep in mind that this is not necessary when using the Web UI, as the Web UI will automatically convert special characters in the background. In that case, quotes will be considered as a literal part of the value.
*****
*****
> ![](icon_info.png) From this point, only Duplicati.CommandLine.exe will be used as reference to the Commandline tool. Linux and Mac OS X users should replace this with duplicati-cli or mono Duplicati.CommandLine.exe.