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.
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)
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?
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?