• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Tons of old backup files [Delete and how?]

LionKing

Regular Pleskian
Server operating system version
Ubuntu Linux
Plesk version and microupdate number
18.048
So in var/lib/psa/dumbs there is a ton of backup files which fills a huge amount of GB and just taking up server disk space.
1688679734784.png

More examples here directly in Linux:
1688679906966.png

Is there a way to delete them in directly Plesk or shold we delete them manually in Linux? (I assume that Plesk is generating this data)

Thanks in advance!
 
Thanks @Peter Debik for your kind reply.

I've tested and deleted the backups made in the "backup manager":
1688821191012.png
However there is still loads of files in the "dumps" directory and sub folders:
1688821318937.png
/var/lib/psa/dumps/.discovered
1688821389972.png

Now sure how they are generated, and how clean this up.
Logically (At least in my mind/way of thinking), these files should be deleted too when you manually delete backups in the "Backup Manager", right?

Or am I completely incorrect in my assumption?

Is there a script available by the way that you can run to clean up server disk space with?

Thanks in advance.
 
The mysql.daily* files are automated daily database dumps that are done for security reasons.
The *preupgrade* files are files created before the database scheme is upgraded. If your system works fine, you can delete those.
Both of these file types occupy very little disk space, and normally you will not need to care about them.

The cryptically named files should also only occupy a tiny bit of disk space. Can you verify that?
 
Back
Top