After full backup, upgrade from 11.34 to 11.36 and RHEL 4 to 6, unbelievably slow incomplete restore, the few accounts that were "restored" have the wrong ips. I changed the ips in WHM but so far the server is returning the default problem page.
The response I got from the support tech was
The response I got from the support tech was
This is a disaster. What do you guys think?In the meantime the restore will go faster if you copy the files from /backup/cpbackup/daily/user.tar.gz to /home/ and restore them with the following command:
for x in `ls -al /home/*.tar.gz|awk '{print $9}'` ; do /scripts/restorepkg --force $x ; done