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= +```