X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pve-storage-dir.adoc;h=4116fe51de7605730e0946a5f8d8079d0a745dc7;hb=44562c3b8e947d6be2fbc42dfd48129063941ae3;hp=991b3744a17250cefd1b90daace54f8326fdd4d1;hpb=5eba07434fd010e7b96459da2a5bb676a62fe8b1;p=pve-docs.git diff --git a/pve-storage-dir.adoc b/pve-storage-dir.adoc index 991b374..4116fe5 100644 --- a/pve-storage-dir.adoc +++ b/pve-storage-dir.adoc @@ -1,6 +1,10 @@ +[[storage_directory]] Directory Backend ----------------- -include::attributes.txt[] +ifdef::wiki[] +:pve-toplevel: +:title: Storage: Directory +endif::wiki[] Storage pool type: `dir` @@ -35,6 +39,7 @@ storage backends. |ISO images |`template/iso/` |Container templates |`template/cache/` |Backup files |`dump/` +|Snippets |`snippets/` |=========================================================== @@ -50,12 +55,13 @@ needs to be an absolute file system path. dir: backup path /mnt/backup content backup - maxfiles 7 + prune-backups keep-last=7 + max-protected-backups 3 ---- -Above configuration defines a storage pool called `backup`. That pool -can be used to store up to 7 backups (`maxfiles 7`) per VM. The real -path for the backup files is `/mnt/backup/dump/...`. +The above configuration defines a storage pool called `backup`. That pool can be +used to store up to 7 regular backups (`keep-last=7`) and 3 protected backups +per VM. The real path for the backup files is `/mnt/backup/dump/...`. File naming conventions @@ -103,8 +109,8 @@ feature to create clones. .Storage features for backend `dir` [width="100%",cols="m,m,3*d",options="header"] |============================================================================== -|Content types |Image formats |Shared |Snapshots |Clones -|images rootdir vztempl iso backup |raw qcow2 vmdk subvol |no |qcow2 |qcow2 +|Content types |Image formats |Shared |Snapshots |Clones +|images rootdir vztmpl iso backup snippets |raw qcow2 vmdk subvol |no |qcow2 |qcow2 |==============================================================================