From 2d4735c3a0070b6f1d5e9d0166de38629f202e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Siles=20Br=C3=BCgge?= <48240545+oscarsiles@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:31:13 +0000 Subject: [PATCH] Readme should mention rsyncable works for zstd as well --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f964eae..796bde02 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ If these are set and no other defaults or variables are set explicitly, they wil | `DEFAULT_COMPRESSION` | Use either Gzip `GZ`, Bzip2 `BZ`, XZip `XZ`, ZSTD `ZSTD` or none `NONE` | `ZSTD` | | `DEFAULT_COMPRESSION_LEVEL` | Numerical value of what level of compression to use, most allow `1` to `9` | `3` | | | except for `ZSTD` which allows for `1` to `19` | | -| `DEFAULT_GZ_RSYNCABLE` | Use `--rsyncable` (gzip only) for faster rsync transfers and incremental backup deduplication. | `FALSE` | +| `DEFAULT_GZ_RSYNCABLE` | Use `--rsyncable` (gzip/zstd only) for faster rsync transfers and incremental backup deduplication. | `FALSE` | | `DEFAULT_ENABLE_PARALLEL_COMPRESSION` | Use multiple cores when compressing backups `TRUE` or `FALSE` | `TRUE` | | `DEFAULT_PARALLEL_COMPRESSION_THREADS` | Maximum amount of threads to use when compressing - Integer value e.g. `8` | `autodetected` | @@ -469,7 +469,7 @@ Otherwise, override them per backup job. Additional backup jobs can be scheduled | `DB01_COMPRESSION` | Use either Gzip `GZ`, Bzip2 `BZ`, XZip `XZ`, ZSTD `ZSTD` or none `NONE` | `ZSTD` | | `DB01_COMPRESSION_LEVEL` | Numerical value of what level of compression to use, most allow `1` to `9` | `3` | | | except for `ZSTD` which allows for `1` to `19` | | -| `DB01_GZ_RSYNCABLE` | Use `--rsyncable` (gzip only) for faster rsync transfers and incremental backup deduplication. | `FALSE` | +| `DB01_GZ_RSYNCABLE` | Use `--rsyncable` (gzip/zstd only) for faster rsync transfers and incremental backup deduplication. | `FALSE` | | `DB01_ENABLE_PARALLEL_COMPRESSION` | Use multiple cores when compressing backups `TRUE` or `FALSE` | `TRUE` | | `DB01_PARALLEL_COMPRESSION_THREADS` | Maximum amount of threads to use when compressing - Integer value e.g. `8` | `autodetected` |