Results 1 to 7 of 7
-
16th Aug 2011, 05:09 PM #1OPMember
how to backup the home directory using ssh?
I know i can back up the home directory + databases of one account in cPanel, but is there a command like pkgacct that will backup only the home directory? (without databases)
Basically, I want to transfer all file from one account to another, with same files/folders permissions.
If anyone have any suggestion for me, please post here
Thank you!Divvy Reviewed by Divvy on . how to backup the home directory using ssh? I know i can back up the home directory + databases of one account in cPanel, but is there a command like pkgacct that will backup only the home directory? (without databases) Basically, I want to transfer all file from one account to another, with same files/folders permissions. If anyone have any suggestion for me, please post here :) Thank you! Rating: 5
-
16th Aug 2011, 05:12 PM #2BannedWebsite's:
xsl.tel xsltel.comno you can't with a command like pkgacct. but you can do that with tar
tar -cf homedir.tar /path/to/homedir
anyway still you will have to use chown command to change permissions
Highest Regards
Mohammed H
-
16th Aug 2011, 05:12 PM #3MemberCode:
tar -zcf /destination_dir/filename /home/account/public_html example: tar -zcf /home/account.tar.gz /home/account/public_html/ extraction similar tar -zxf
"Only great minds can afford a simple style."
-
16th Aug 2011, 05:15 PM #4OPMember
Thank you guys!
Hmmm but I need to preserve files and folders permissions.
How about a command to copy the files from one account to another?
-
19th Aug 2011, 10:52 AM #5Member
Use rsync to preserve everything.
rsync -avH /home/user1/public_html /home/user2/Linux System Administrator
Server Management at affordable cost.
linuxhostingsupport.net | MSN:madaboutlinux@hotmail.com
-
19th Aug 2011, 11:07 AM #6Banned
why not do it using whm or cpanel(if you have access to either)?
-
19th Aug 2011, 02:34 PM #7Respected Member
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
CrownCloud - Backup solution - Backup your sites today ! For $5/Month
By speedbus in forum Other Hosting OffersReplies: 0Last Post: 17th Apr 2012, 06:55 AM -
Unable to restore backup using Wp complete backup
By Jayzzy in forum Webmaster DiscussionReplies: 13Last Post: 25th Mar 2012, 03:32 PM -
Welcome home...
By mahjong in forum IntroductionsReplies: 4Last Post: 5th Jun 2010, 01:46 AM -
Hello All , a new guy at home
By maniac-1979 in forum IntroductionsReplies: 2Last Post: 27th Feb 2010, 02:19 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...