Aboul_YouseF
04-13-2004, 11:36 AM
Hi guyz,
This seems to happen to me often. WHen i try to move a site from one server to another, using WHM, it takes its time to move etc.. , but after a succefful transfer i could not see the files in the folders, besides no databses have been copied.
What could be the problem.
cPanels transfer option isn't alyways perfect, which is it that didn't get moved the files or the databases? not sure from your post.
You might have to consider moving it manually.
Aboul_YouseF
04-13-2004, 11:53 AM
both werent moved :S, anyways yeah i should consider a manual move.
BobFarmer
04-13-2004, 11:55 AM
A backup, file transfer, restore may be useful also.
Aboul_YouseF
04-13-2004, 12:01 PM
how about if i create a home directory backup, and pull the .tar.gz file by FTP on SSH to the new server.. But then how will i restore the file?
ToOnZ - SGWHT.com
04-13-2004, 12:10 PM
Hello.
This might be of help to you
http://www.sgwhz.com/showthread.php?t=65
Aboul_YouseF
04-13-2004, 01:56 PM
guyz could anyone also help me remove an Unempty Directory?
Zentity
04-13-2004, 02:02 PM
Originally posted by Aboul_YouseF
guyz could anyone also help me remove an Unempty Directory?
Assuming you want to remove a directory and all of its contents and sub directories, you would just issue this command
rm -rf directory_name
Make sure that you don't need it, because once deleted, it's gone forever.
Imago
04-13-2004, 02:06 PM
Originally posted by Aboul_YouseF
how about if i create a home directory backup, and pull the .tar.gz file by FTP on SSH to the new server.. But then how will i restore the file?
That will work for all 100%. Use the full restore backup link in the WHM.
Aboul_YouseF
04-13-2004, 02:15 PM
thanks guyz this was very helpful.