It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Intronis Backup
formerly ECHOplatform

Storage Location APIs

  • Last updated on

The storage location setting for parameters, defaults and usage applies to Files and Folders and Physical Imaging Standard.

Usage

The code is set using the "online" key in the request JSON.

Default value: true

{

    "name": "Test Backup Set",

    "type": "Files",

    "online": true

}

Use cases

If Local Vault is enabled:

  • "online": true sets the destination of the backup to Online and Local.
  • "online": false sets the destination of the backup to Local Only.

If Local Vault is disabled:

  • "online": true sets the destination of the backup to Online Only.
  • "online": false the backup creation fails with an error.