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.

manageSettingsGeneral

Description

With this function, you can manage general settings.

Parameters

Parameter name Type Description Possible values Example
debug Boolean Whether to enable the option that PHP error will be shown alongside other informative data.    
errorreporting Boolean Whether to enable the option to silently send error reports (email) to JetApps support team.    
workspacepath String The path to jetbackup workspace.   /usr/local/jetapps/usr/jetbackup/workspace
downloadspath String The path to jetbackup downloads.   /usr/local/jetapps/usr/jetbackup/downloads
zombiesttl Integer Time to keep   7
orphansttl Integer
Days to keep orphan backups.
Orphan backups are account backup files that are not associated with an active account.
  7
logsttl Integer Days to keep logs history.    
pushnotificationactive Boolean Whether API Notification system is active.    
pushnotificationurl String if pushnotificationactive is active    
manuallybackupretain Integer How many Manually Backups to keep.   14
manuallybackupttl Integer Days to keep Manually Backups.   7

Returns

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

Example