]> git.proxmox.com Git - proxmox-backup.git/commitdiff
change order of "Image Archives" and "File Archives"
authorDylan Whyte <d.whyte@proxmox.com>
Mon, 7 Sep 2020 15:28:48 +0000 (17:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 8 Sep 2020 04:19:09 +0000 (06:19 +0200)
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 <d.whyte@proxmox.com>
docs/administration-guide.rst

index d672031cfc6a8447dab5e31ee7a0a8de197e984e..08aaed4ab1f8003fc8d14668b85ad914e7d335a6 100644 (file)
@@ -24,6 +24,13 @@ good deduplication rates for file archives.
 The Proxmox Backup Server supports both strategies.
 
 
+Image Archives: ``<name>.img``
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This is used for virtual machine images and other large binary
+data. Content is split into fixed-sized chunks.
+
+
 File Archives: ``<name>.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: ``<name>.img``
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-This is used for virtual machine images and other large binary
-data. Content is split into fixed-sized chunks.
-
-
 Binary Data (BLOBs)
 ^^^^^^^^^^^^^^^^^^^