mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 15:02:28 +00:00
Fix documentation for ConfigurationImporter utility.
The ability to specify advanced options from the command line were removed in https://github.com/duplicati/duplicati/pull/3622 This avoids having to resolve ambiguities between options provided from the command line and those contained in the JSON configuration file.
This commit is contained in:
parent
262aa38a17
commit
607c3d0c10
@ -302,7 +302,7 @@ This adds the ability to import backup configurations from the command-line. Thi
|
|||||||
|
|
||||||
The usage is as follows:
|
The usage is as follows:
|
||||||
```
|
```
|
||||||
ConfigurationImporter.exe <configuration-file> --import-metadata=(true | false) --server-datafolder=<path to .sqlite file> [<advanced-option>]...
|
ConfigurationImporter.exe <configuration-file> --import-metadata=(true | false) --server-datafolder=<path to .sqlite file>
|
||||||
```
|
```
|
||||||
For example:
|
For example:
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user