Get a backup

Returns information about a Backup.

linode-cli linodes backup-view 123 123456
Learn more...
linodes:read_only
Learn more...
Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

integer
required

The ID of the Linode the Backup belongs to.

integer
required

The ID of the Backup to look up.

Responses

Response body
object
boolean

Read-only Whether this Backup is available for restoration.

Backups undergoing maintenance are not available for restoration.

configs
array of strings

Read-only A list of the labels of the Configuration profiles that are part of the Backup.

configs
date-time

Read-only The date the Backup was taken.

disks
array of objects

Read-only A list of the disks that are part of the Backup.

disks
object
string

The disk's format or file system. A value of raw indicates no file system, just a raw binary stream. A value of swap indicates a Linux swap area. The values ext3 or ext4 represent these Linux journaling file systems. The value ext2 is the deprecated ext2 Linux file system. Finally, initrd indicates the disk is formatted as an uncompressed initial RAM disk.

📘

The ext2 file system doesn't properly support timestamps and will be removed from Linux support in the near future. Also, initrd is a legacy format that no longer applies to most use cases. As a best practice, use the other supported formats or file systems instead.

raw swap ext2 ext3 ext4 initrd

string
integer
date-time

Read-only The date the Backup completed.

integer

Read-only The unique ID of this Backup.

string | null

A label for Backups that are of type snapshot.

string

Read-only The current state of a specific Backup.

paused pending running needsPostProcessing successful failed userAborted

string

Read-only This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time.

auto snapshot

date-time

Read-only The date the Backup was most recently updated.

Language
Credentials