• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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