Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The backup tool is included in the installation zip, and can be run using the following parameters if the Studio server uses basic authentication:

Code Block
languagebash
java -jar blueriq-studio-backup-tool.jar backup --studioUrl=http://studio.server:140/Studio/Server/Services/ManagementService --username=user --password=password --path=backup/path/repository.zip

Or use the following parameters if the Studio server uses NTLM authentication (supported from studio backup tool version 1.3.1):

bash
Code Block
language
java -jar blueriq-studio-backup-tool.jar backup --studioUrl=http://studio.server:140/Studio/Server/Services/ManagementService --auth-type=ntlm --username=DOMAIN\user --password=password --path=backup/path/repository.zip

...