problem with move file and database

nimafire

Verified User
Joined
Aug 10, 2008
Messages
249
hi.
how can i move the file and database betwen user?
because i have two member and i want to move user one's file and database to user's two.
 
You can use DA's backup feature;
http://www.site-helper.com/backup.html

Or, if you want a more hands-on approach, tar up the user's home DIR;
# tar -pczf some_user.tar.gz /path/to/users/home/directory
Then backup the user's database with phpmyadmin, upload both to the new server and wey hey.
 
hi,
TNX for your reply.
i mean that user one's backup is 1 gb and so its not possible for me to download his back up and they are in one server.
 
Last edited:
Back
Top