diff --git a/@xen-orchestra/backups/docs/VM backups/README.md b/@xen-orchestra/backups/docs/VM backups/README.md index 42c4e274a..4feaa28c7 100644 --- a/@xen-orchestra/backups/docs/VM backups/README.md +++ b/@xen-orchestra/backups/docs/VM backups/README.md @@ -14,6 +14,8 @@ ## File structure on remote +### with vhd files + ``` └─ xo-vm-backups @@ -30,6 +32,19 @@ └─ T.xva.checksum ``` +### with vhd directories + +When `useVhdDirectory` is enabled on the remote, the directory containing the VHDs has a slightly different architecture: + +``` +// + ├─ T.alias.vhd // contains the relative path to a VHD directory + ├─ T.alias.vhd + └─ data + ├─ .vhd // VHD directory format is described in vhd-lib/Vhd/VhdDirectory.js + └─ .vhd +``` + ## Attributes ### Of created snapshots