• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question Need API functions to create a backup manager for Plesk

bibakisv

New Pleskian
I'm creating a web based application which will act as a backup/restore manager for Plesk. The desired functionality is as follows:

List websites available for restore
List databases available for restore
List the corresponding dates with backup availability for the above websites/DBs
I have already made the Cpanel version of this app using functions such as: listdbs, backup_user_list, backup_date_list

Unfortunately I can't find the desired functionality in Plesk API documentation. Can anybody shed some light on this?
 
I suppose that these lists can be obtained through command line utilities or sql queries. Therefore using Plesk REST API looks more effective because you can call these command by REST API requests.
 
Hi IgorG, I've been going through this, but there is currently no way to make a list of the existing back-ups.
 
Back
Top