From e11cfb93c031a0efcc3c83ca373f4f725c1dae4d Mon Sep 17 00:00:00 2001 From: Dylan Whyte Date: Mon, 7 Sep 2020 17:28:48 +0200 Subject: [PATCH] change order of "Image Archives" and "File Archives" Change the order of the "Image Archives" and "File Archives" subsections, so that they match the order which they are introduced in, in the section "Backup Content" (minor readability improvement). Signed-off-by: Dylan Whyte --- docs/administration-guide.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/administration-guide.rst b/docs/administration-guide.rst index d672031c..08aaed4a 100644 --- a/docs/administration-guide.rst +++ b/docs/administration-guide.rst @@ -24,6 +24,13 @@ good deduplication rates for file archives. The Proxmox Backup Server supports both strategies. +Image Archives: ``.img`` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +This is used for virtual machine images and other large binary +data. Content is split into fixed-sized chunks. + + File Archives: ``.pxar`` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -34,13 +41,6 @@ the :ref:`pxar-format`, split into variable-sized chunks. The format is optimized to achieve good deduplication rates. -Image Archives: ``.img`` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -This is used for virtual machine images and other large binary -data. Content is split into fixed-sized chunks. - - Binary Data (BLOBs) ^^^^^^^^^^^^^^^^^^^