pkgacct shows error on archive

vipin

Active Member
Aug 23, 2013
28
0
1
cPanel Access Level
Root Administrator
Hello,

Account backup using pkgacct failed with the following errors:

------

tar process 29653 exited with status 25: /home/cpmove-test/mysql/test.sql: Cannot write file to archive: Success at /scripts/pkgacct line 1782.Delayed nonzero exit status at /scripts/pkgacct line 1787. at /usr/local/cpanel/Cpanel/IO/Tarball.pm line 198.

------

Total size of account is 20GB and database is almost 3GB.I have taken account backup by skipping home directory.

Skip database seems to be working fine.

cpanel version : 11.38

Please Help !
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

I recommend checking the available disk space on the server when the account is packaging. The error message suggests the partition is reaching 100% usage. The following commands should be helpful:
Code:
df -h
df -i (for inode usage)
Thank you.