You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Your Organization will be mapped to `DB_USER` and your root token will need to b
166
166
|`COMPRESSION_LEVEL`| Numberical value of what level of compression to use, most allow `1` to `9` except for `ZSTD` which allows for `1` to `19` - |`3`|
167
167
|`ENABLE_PARALLEL_COMPRESSION`| Use multiple cores when compressing backups `TRUE` or `FALSE`|`TRUE`|
168
168
|`PARALLEL_COMPRESSION_THREADS`| Maximum amount of threads to use when compressing - Integer value e.g. `8`|`autodetected`|
169
-
|`GZ_RSYNCABLE`| Use --rsyncable (gzip only) for faster rsync transfers and incremental backup deduplication. e.g. `TRUE`|`FALSE`|
169
+
|`GZ_RSYNCABLE`| Use `--rsyncable` (gzip only) for faster rsync transfers and incremental backup deduplication. e.g. `TRUE`|`FALSE`|
170
170
|`ENABLE_CHECKSUM`| Generate either a MD5 or SHA1 in Directory, `TRUE` or `FALSE`|`TRUE`|
171
171
|`CHECKSUM`| Either `MD5` or `SHA1`|`MD5`|
172
172
|`EXTRA_OPTS`| If you need to pass extra arguments to the backup command, add them here e.g. `--extra-command`||
0 commit comments