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

Barracuda Campus is getting an upgrade!

We are excited to announce that Barracuda Campus will migrate to a new platform around mid-January 2026. Please see the announcement on the Campus Dashboard to find out more.

Create Backup Set on One Subaccount

  • Last updated on

Create Backup Set on one subaccount creates a backup set on a specific agent on a computer.

Example

POST /v2/accounts/username/computers/0000/backupsets

{

    "name": "Backupset test1",

    "type": "FILES",

    "selection": ["C:"]

}

Response

{

    "data": {

        "id": 8

    }

}

Full Request Example

curl -X POST "https://v2/accounts/username/computers/0000/backupsets" -H "accept: application/json" -H "Authorization: Oauth 5dc02bb64881753b4c37398e20c8f461" -H "Content-Type: application/json" -d "{ \"name\": \"Backupset test1\", \"type\": \"FILES\", \"selection\": [ \"C:\" ]}"

Exceptions

For Disk Image Standard, the message, You cannot select removable media. displays if one of the volumes selected for backup via the "selection" parameter belongs to a removable drive.