• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

"Failed to pack files back" Backup-Error

Hi,

I have this same issue.

Has anyone here figured out how to fix it? (without hashing out code)...

Parallels Plesk Panel v11.5.30_build115130819.13 os_CentOS 6
 
Backup always reporting errors here too

Running latest plesk version on centos 6.5
Panel version 11.5.30 Update #31, last updated at Jan 31, 2014 04:36 AM

Code:
Failed to pack files backup_xxxx_user-data_1402060412 in /var/lib/psa/dumps/domains/xxxx.tld [ 368733577216 bytes free of 482933999616 bytes total on mount point 0]

Ho can I fix it? Space is fine:
Code:
[root@server02 ~]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda3       900G  191G  664G  23% /
tmpfs           3.9G     0  3.9G   0% /dev/shm
/dev/sda1       985M  117M  818M  13% /boot

Code:
[root@server02 ~]# ls -al /usr/local/psa/PMM/tmp*
lrwxrwxrwx 1 root   root     16 Feb  1 14:34 /usr/local/psa/PMM/tmp -> /var/lib/psa/tmp

Code:
[root@server02 ~]# grep 'TMP' /etc/psa/psa.conf
DUMP_TMP_D /var/tmp

no errors can be seen here:
Code:
/usr/local/psa/PMM/logs
 
Last edited:
Hi,

we have got the same Problem on different Servers:

Code:
Failed to pack files backup_***_user-data_1404220321 in /var/lib/psa/dumps/clients/spadmin/domains/*** [ 25133096960 bytes free of 31670140928 bytes total on mount point 0]



Code:
 df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/xvda1            3.7G  896M  2.8G  24% /
/dev/mapper/vg00-usr  4.0G  1.7G  2.4G  41% /usr
/dev/mapper/vg00-var   59G   12G   48G  19% /var
/dev/mapper/vg00-home   19G  4.9M   19G   1% /home
none                  1.0G   64K  1.0G   1% /tmp

Code:
grep 'TMP' /etc/psa/psa.conf
DUMP_TMP_D /var/lib/psa/tmp

Code:
 ls -al /var/lib/psa
total 16
drwxr-xr-x  4 root   root     28 Jul  1  2013 .
drwxr-xr-x 27 root   root   4096 Aug 19  2013 ..
drwxr-xr-x  4 psaadm psaadm 8192 Apr 22 04:05 dumps
drwxrwxrwt  2 psaadm psaadm    6 Apr 22 04:04 tmp

Code:
ls -al /usr/local/psa/PMM/tmp
lrwxrwxrwx 1 root root 16 Jul  1  2013 /usr/local/psa/PMM/tmp -> /var/lib/psa/tmp

Plesk Version is 11.5.30 Update #42
OS is CentOS 5.10 (Final)
 
Back
Top