Documentation
SB_CreateBackup
boolean SB_CreateBackup (int $InstanceID)
Parameters
InstanceID | ID of the instance |
Returns
If the command could be executed successfully, it returns TRUE as the result, otherwise FALSE
Description
Creates or updates a backup according to the settings of the instance.
Example
SB_CreateBackup(12345);