nimafire Verified User Joined Aug 10, 2008 Messages 249 Aug 18, 2008 #1 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.
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.
R Rich-Boy Verified User Joined Jan 24, 2006 Messages 206 Aug 20, 2008 #2 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.
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.
nimafire Verified User Joined Aug 10, 2008 Messages 249 Aug 24, 2008 #3 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: Aug 24, 2008
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.