• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Harddisk full after trying to restore a backup

Davedeluxe

New Pleskian
Hi,
I tried today to restore a backup.
Unfortunately, the hard drive was not big enough and the process was aborted.
Unfortunately, the already loaded or unpacked files were not deleted and my hard disk is now full.
Can someone tell me how to delete these files?

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/ploop38530p1 103079200 94009760 4770660 96% /

Thank you in advance
Dave
 
First look into /etc/psa/psa.conf and search vor the "# Backups directory" section. It gives you your individual locations for the dumps and temporary dump directory, for example
Code:
# Backups directory
DUMP_D /var/lib/psa/dumps
DUMP_TMP_D /tmp
Then check these directories for leftovers and remove them as necessary.
 
Back
Top