Better Plesk backup solution
Dear support,
I did it like this:
1. Saving an psc-file for every client with Plesk Backup, configuring not to suspend control panel services, only the selected clients domains. Configuring also where to store the psa-file.
2. Created an batch-file and in that file created one line for every customer like this:
%PleskAdminBin%\backup.exe --batch-mode --config-file "[Drive]:\[Folder]\[Client].psc"
3. The Batch file runs as scheduled task every night.
When I now execute this Batch-file, the backup works great. Because the backup.exe runs only for one customer at once, there is no high cpu for long time of period and no memory-leaks. The result of this solution is one psa-file for every customer in my Plesk. This solution is also great because it is more logical to store my customers file separated from each other. The backup-utility is not overwriting any psa-files, the next created file automatically gets an [1], [2] etc. for the backup-file.
Maybe some providers got some help with this...