From 1aa6bce8a876a9b5d7027e203f09afff04ade886 Mon Sep 17 00:00:00 2001 From: kees-z Date: Mon, 21 Jun 2021 21:16:58 +0200 Subject: [PATCH] Update 04-using-duplicati-from-the-command-line.md --- docs/04-using-duplicati-from-the-command-line.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/04-using-duplicati-from-the-command-line.md b/docs/04-using-duplicati-from-the-command-line.md index 3fa3c39..ab22f27 100644 --- a/docs/04-using-duplicati-from-the-command-line.md +++ b/docs/04-using-duplicati-from-the-command-line.md @@ -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. +***** +> ![](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.