From 791b3cdfec0308e9934245c847efa5a2fe436ca2 Mon Sep 17 00:00:00 2001 From: kees-z Date: Mon, 3 May 2021 20:29:30 +0200 Subject: [PATCH] Update 07-other-command-line-utilities.md Added --server-datafolder as a required option to Duplicati.CommandLine.ConfigurationImporter.exe. --- docs/07-other-command-line-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-other-command-line-utilities.md b/docs/07-other-command-line-utilities.md index bf86345..b5058d7 100644 --- a/docs/07-other-command-line-utilities.md +++ b/docs/07-other-command-line-utilities.md @@ -302,7 +302,7 @@ This adds the ability to import backup configurations from the command-line. Thi The usage is as follows: ``` -ConfigurationImporter.exe --import-metadata=(true | false) []... +ConfigurationImporter.exe --import-metadata=(true | false) --server-datafolder= []... ``` For example: ```