Support

Documentation

getBackupInfo

Gets detailed information about a specific backup record.

Request Data expected

backup_id

Integer. The numeric ID of the backup record you want more info about.

Response Data returned

A simple JSON object, consisting of ALL the fields described in listBackups plus:

filenames

An array of objects. Each object has the following format:

part

Integer. The part number (1 to multipart)

name

String. The base filename of this part.

size

Integer. The part size in bytes.