
Originally Posted by
DWHS.net
I have 54G for /home and 54G /backup
The website to restore is 20 gigs, how can I use my current space to install this full back up. It looks like cpanel needs three times the space of the back up which is too much currently to do this.
Currently I moved the main tarball to back up, then created a symlink to it from the home directory so cpanel can see the restore file. But it looks like it make a new tar file and uncompressed it and copied it to the domain. This is three times the size again.
You may want to try leaving the full backup archive on your /backup partition or drive (without having to create a symlink), then run the restore script manually, using a command such as the following:
Code:
# /scripts/restorepkg /path/to/fullbackup.tar.gz
In the above example, replace "/path/to/fullbackup.tar.gz" with the actual full path and file name of where your full backup archive is located.
You may also want to check in the following directory to remove old backup archives or copies of such that you may no longer require or need: "/home/cprestore/" You can use a command such as the following to view a list of the directory contents and check its disk usage:
Code:
# ls -ahl /home/cprestore/
# du -ahx --max-depth=1 /home/cprestore/