• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Plesk doesn't limit number of backup-files

ChristianIT

New Pleskian
I'm running Plesk v12.0.18 #22 on Ubuntu 12.04.
In the plesk backup-settings I've set the max. number of backup-files to 5.
Actually Plesk doesn't limit the number of backups stored in the local repository.
So unfortunately the partition is running out of space.

What can be done to solve that problem?
 
A solution to avoid increasing backups to nowhere, is a cronjob like this:

find /var/lib/psa/dumps -type f -mtime +7 -delete -print

This will delete all files, which are older than "7" days in the psa/dump - folder Please adjust the command to your needs.


Unfortunatetly the limiting doesn't always work very well. You might investigate the deletion - failures in the dump - log inside the specific backup ( try "locate psadump.log" - over the command line, to find the exact location of each dump - log ).
We all hope, that the incremental backup - solution will soon be implemented ( have a look at the uservoice - suggestion at: http://plesk.uservoice.com ... and probably vote for it! ^^).
 
Back
Top