backup completion Api

Ehsan

Verified User
Joined
Jul 13, 2011
Messages
30
I know how to initiate a backup from API, but I need to know if that backup job failed or completed via PHP code, ( and absolutely the same for restoring )
Any suggestion will be much appreciated.
 
Since it only saves that information to a message ticket now...they would have to change how it stores that information. Probably not impossible but its definately a feature request.
 
@Ehsan,

You might want to try with FILEMANAGER API, of course it won't be very accurate, but you can check existance of temporary files and directories, which are created while backup is running and are deleted after backups is finished. Of course if backups failed, no newly created file.tar.gz would exist.
 
Where does DA store it's background job status?
Does DA has any internal databse?
 
Back
Top