Interface nodesStoragePrunebackupsDryrun

Returned by GET /nodes/{node}/storage/{storage}/prunebackups

Hierarchy

  • nodesStoragePrunebackupsDryrun

Indexable

[additionalProperties: string]: any

Properties

Properties

ctime: number

Creation time of the backup (seconds since the UNIX epoch).

mark: string

Whether the backup would be kept or removed. Backups that are protected or don't use the standard naming scheme are not removed.

type: string

One of 'qemu', 'lxc', 'openvz' or 'unknown'.

vmid?: number

The VM the backup belongs to.

volid: string

Backup volume ID.

Generated using TypeDoc