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

This commit is contained in:
kees-z 2021-06-21 21:16:58 +02:00 committed by GitHub
parent 7b040b62dc
commit 1aa6bce8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,12 @@ Generally, each operation from the command line has the following format:
Storage-URL, arguments and advanced-options may or may not be mandatory, depending on the command you execute. Storage-URL, arguments and advanced-options may or may not be mandatory, depending on the command you execute.
*****
> ![](icon_info.png) Advanced options are preceeded with 2 dashes (`--`), followed by an equal=sign (`=`) and the desired value:
> `--advanced-option=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. > ![](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.