Documentation
¶
Overview ¶
Package vma reads Proxmox vzdump backup archives (.vma). A VMA holds a small header (device list, config blobs) followed by a sequence of extents that describe each device's data as sparse 64 KiB clusters, so the archive is deflated into one or more raw disk images for the rest of udf to walk.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disk ¶
type Disk struct {
Name string
// contains filtered or unexported fields
}
Disk is one device extracted from a VMA.
Click to show internal directories.
Click to hide internal directories.