Parameter name | Type | Description | Possible values | Example |
---|---|---|---|---|
concurrentqueueprocesses | Integer | The maximum concurrent tasks that are initiated on-demand (Restores, Downloads, Snapshots, Quick Clone). | ||
concurrentscheduleprocesses | Integer | The maximum concurrent tasks that each job type (Backups/Clones/Reindex) should run simultaneously.
This value applies per type (Backups/Clones/Reindex).
|
||
skipbwdata | Boolean | Don't backup cPanel's bandwidth data. | ||
skipmailman | Boolean | Don't backup mailman data. | ||
updateincrementalsize | Boolean | This will execute "du" command on the SSH and Local backup servers to calculate folder sizes. | ||
maxloadaverage | Integer | If the server load reaches this limit, restore process will wait for the load to go down. | ||
restoresleeptime | Integer | Time to wait between restore points could be useful when server load is high. | ||
limitdownloads | Integer | Select the number of downloads that you permit to keep for each account. | ||
downloadsttl | Integer | Select the number of days you want to keep downloads on your server. | ||
compressdatabases | Boolean | Activate only when needed, this will execute "gzip" command for each database. | ||
mysqldumpmaxpacket | Integer | The maximum packet length to send to or receive from server. |
|
|
mysqldumpforce | Boolean | Continue even if we get an SQL error. | ||
mysqldumpopt | Boolean | Same as --add-drop-table, --add-locks, --create-options, --skip-opt. | ||
mysqldumpskiplock | Boolean | Continue even if we get an lock table error. |