docs(backups): describes file hierarchy with VHD directories (#6337)

This commit is contained in:
Florent BEAUCHAMP 2022-08-02 11:12:24 +02:00 committed by GitHub
parent 26e7e6467c
commit a4118a5676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@
## File structure on remote
### with vhd files
```
<remote>
└─ xo-vm-backups
@ -30,6 +32,19 @@
└─ <YYYYMMDD>T<HHmmss>.xva.checksum
```
### with vhd directories
When `useVhdDirectory` is enabled on the remote, the directory containing the VHDs has a slightly different architecture:
```
<vdis>/<job UUID>/<VDI UUID>
├─ <YYYYMMDD>T<HHmmss>.alias.vhd // contains the relative path to a VHD directory
├─ <YYYYMMDD>T<HHmmss>.alias.vhd
└─ data
├─ <uuid>.vhd // VHD directory format is described in vhd-lib/Vhd/VhdDirectory.js
└─ <uuid>.vhd
```
## Attributes
### Of created snapshots