summaryrefslogtreecommitdiff
path: root/Help/command/file.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/file.rst')
-rw-r--r--Help/command/file.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst
index d77ad2d6ad..4210bd4cb9 100644
--- a/Help/command/file.rst
+++ b/Help/command/file.rst
@@ -987,6 +987,7 @@ Archiving
PATHS <paths>...
[FORMAT <format>]
[COMPRESSION <compression>]
+ [COMPRESSION_LEVEL <compression level>]
[MTIME <mtime>]
[VERBOSE])
@@ -1004,6 +1005,10 @@ compression. The other formats use no compression by default, but can be
directed to do so with the ``COMPRESSION`` option. Valid values for
``<compression>`` are ``None``, ``BZip2``, ``GZip``, ``XZ``, and ``Zstd``.
+Compression level can be specied by using ``COMPRESSION_LEVEL`` option.
+Compression level should be between 0-9. 0 is the default compression.
+``COMPRESSION`` option must be specified for ``COMPRESSION_LEVEL``.
+
.. note::
With ``FORMAT`` set to ``raw`` only one file will be compressed with the
compression type specified by ``COMPRESSION``.