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
|`COMPRESSION`| Use either Gzip `GZ`, Bzip2 `BZ`, XZip `XZ`, ZSTD `ZSTD` or none `NONE`|`ZSTD`||
184
184
|`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`||
185
185
|`ENABLE_PARALLEL_COMPRESSION`| Use multiple cores when compressing backups `TRUE` or `FALSE`|`TRUE`||
186
186
|`PARALLEL_COMPRESSION_THREADS`| Maximum amount of threads to use when compressing - Integer value e.g. `8`|`autodetected`||
187
187
|`GZ_RSYNCABLE`| Use `--rsyncable` (gzip only) for faster rsync transfers and incremental backup deduplication. e.g. `TRUE`|`FALSE`||
188
188
|`ENABLE_CHECKSUM`| Generate either a MD5 or SHA1 in Directory, `TRUE` or `FALSE`|`TRUE`||
189
189
|`CHECKSUM`| Either `MD5` or `SHA1`|`MD5`||
190
-
|`EXTRA_OPTS`| If you need to pass extra arguments to the backup command, add them here e.g. `--extra-command`|||
190
+
|`EXTRA_OPTS`| If you need to pass extra arguments to the backup and database enumeration command, add them here e.g. `--extra-command`|||
191
+
|`EXTRA_DUMP_OPTS`| If you need to pass extra arguments to the backup command only, add them here e.g. `--extra-command`|||
192
+
|`EXTRA_ENUMERATION_OPTS`| If you need to pass extra arguments to the database enumeration command only, add them here e.g. `--extra-command`|||
191
193
|`MYSQL_MAX_ALLOWED_PACKET`| Max allowed packet if backing up MySQL / MariaDB |`512M`||
192
194
|`MYSQL_SINGLE_TRANSACTION`| Backup in a single transaction with MySQL / MariaDB |`TRUE`||
193
195
|`MYSQL_STORED_PROCEDURES`| Backup stored procedures with MySQL / MariaDB |`TRUE`||
0 commit comments