Backup.tar.gz
Hi All,We hosted new client web site, and he is upload via FTP his backup ( backup.tar.gz )
Now, we want to unzip the backup ( tar -zxvf backup.tar.gz ).
But how we can restore the site in the new server ?
i mean what's the command which we must to do here to restore the web site ?
I did this command:
tar -zxvf backup.tar.gz
This UnZip files in current directory (the directory apache is serving the particular website from), after that i moved all files was in backup.tar.gz to public_html ( mv backup home/public_html )
NOW, how i can setup or restore his site here in our new server?
I wish my question is clean
Regards,

