WARNING: JetBackup 4 is set to reach its End-of-Life (EOL) on July 1st, 2024. For More Information, please visit: JetBackup 4 EOL Announcement.
NOTICE: JetBackup 5 is now available in the Stable Tier. For more information, please visit our Jetbackup 5 Documentation.

manageSettingsPerformance

Description

With this function, you can manage performance settings.

Parameters

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 Integer This will execute "du" command on the SSH and Local backup servers to calculate folder sizes.    
maxloadaverage Integer If server load reaches this limit, restore process will wait for 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.
  • Default - 0
  • 32 MB - 32
  • 64 MB - 64
  • 128 MB - 128
  • 256 MB - 256
  • 512 MB - 512
  • 1 GB - 1024
 
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 a lock table error.    

Returns

This API call returns performance setting object.
To view the parameters returned, click on Performance Setting Object

Example