• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Plesk backup size difference in control panel and Linux server shell

aria

New Pleskian
Hello. I have a Linux Plesk server that is set to backup files on a daily basis. Also maintain up to 3 previous backups. A few days ago, the backup operation was stopped due to full disk space. Today, when I increased the disk space, the backup was taken successfully today, but the backup of the previous days shows their volume as 0.

ajtxw2fh86m6gbz2qhp.png


There is a problem, when I checked the disk space of the machine with the df command, I noticed that there are two backups in the path /var/lib/psa/dumps/domains/mysite.com/, which is exactly for the two days before the backup Were failed, but their size is 200 GB each. (2205060217 and 2205070217)

PHP:
# du -sh /var/lib/psa/dumps/domains/mysite.com/backup_domainmail*
196G    /var/lib/psa/dumps/domains/mysite.com/backup_domainmail_2205060217.tar
196G    /var/lib/psa/dumps/domains/mysite.com/backup_domainmail_2205070217.tar
124G    /var/lib/psa/dumps/domains/mysite.com/backup_domainmail_2205080217.tzst


Why in the control panel the size of the backups from two days ago that failed failed to show zero, but in the Linux shell that I check, they have volume?
 
Back
Top