Versions Compared

Key

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

...

To backup all relevant content that is stored by Blueriq Studio, the Management Service has a SOAP operation to duplicate its data storage to a single file on disk. For typical automated backup strategies it is cumbersome to interact with a SOAP service, therefore Blueriq provides a tool that can be run from a batch/bash script to perform this operation.

The backup tool

...

can be downloaded from the customer-area of my.blueriq. The tool can be run using the following parameters:

Code Block
languagexml
titleBasic authentication
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

...