Web Hosting Talk







View Full Version : Urgent: Need DirectAdmin expert to restore backup


devioustrap
08-06-2005, 08:09 AM
Hello,
I need a DirectAdmin expert to quickly make a backup of a server, and then restore that backup after the hard drive has been replaced (current one is dieing). It's 90 domains, and about 15gb of data.

Please email admin[at]telnap[dot]com, with referrences, and approximate prices.

Thanks,
Eric

andreyka
08-06-2005, 10:40 AM
Hi

You may backup /home, mysql database dump, /usr/local/directadmin and restore it on new server.

KenThomp
08-07-2005, 02:39 AM
tar -c -v /home
phpmyadmin backup the databases
tar -c -v /usr/local/directadmin

move to new server via FTP

tar zxvf home.tar.gz
import mysql databases.
tar zxvf directadmin.tar.gz

Done!

=)