mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 15:02:28 +00:00
Update 04-using-duplicati-from-the-command-line.md
This commit is contained in:
parent
1aa6bce8a8
commit
3ca9b3852d
@ -36,8 +36,11 @@ 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.
|
||||
|
||||
*****
|
||||
>  Advanced options are preceeded with 2 dashes (`--`), followed by an equal=sign (`=`) and the desired value:
|
||||
>  Advanced options with a value are preceeded with 2 dashes (`--`), followed by an equal=sign (`=`) and the desired value:
|
||||
> `--advanced-option=value`
|
||||
> Advanced options that don't have a value (just turn on an option) can be specified in 2 ways:
|
||||
> `--advanced-option=true` (`--advanced-option=false` disables the option)
|
||||
> `--advanced-option`
|
||||
|
||||
*****
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user