From 16e430c63e328df7ad8a0083c4187bb1e8694ae9 Mon Sep 17 00:00:00 2001 From: kees-z Date: Mon, 3 May 2021 20:26:11 +0200 Subject: [PATCH] Update 07-other-command-line-utilities.md Added Duplicati.CommandLine.ConfigurationImporter.exe description. --- docs/07-other-command-line-utilities.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/07-other-command-line-utilities.md b/docs/07-other-command-line-utilities.md index 5d95f60..bf86345 100644 --- a/docs/07-other-command-line-utilities.md +++ b/docs/07-other-command-line-utilities.md @@ -296,3 +296,15 @@ This command downloads all files to the local folder specified by ` > ![](icon_important.png) Warning: Before recompressing, delete the local database and recreate the local database again after recompressing. Do this before executing any operation on the backup so that Duplicati can read the new file names from remote storage. ***** + +## Duplicati.CommandLine.ConfigurationImporter.exe +This adds the ability to import backup configurations from the command-line. This should ease deployments by allowing one to import configurations without starting the web server and interacting with the web interface. + +The usage is as follows: +``` +ConfigurationImporter.exe --import-metadata=(true | false) []... +``` +For example: +``` +ConfigurationImporter.exe C:\backup-config.json --import-metadata=false --server-datafolder= +```