1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-20 21:27:32 +00:00

Update internals to reflect new --compression argument

This commit is contained in:
Jan Bader 2015-07-02 23:21:28 +02:00
parent 77577b7417
commit 028e12473d

View file

@ -355,4 +355,4 @@ representation of the repository id.
Compression
-----------
Currently, zlib level 6 is used as compression.
Currently, compression is disabled by default. To enable zlib compression, ``--compression level`` on the command line. Level can be anything from 0 (no compression, fast) to 9 (high compression, slow).