View Single Post
  #1 (permalink)  
Old 07-07-2009, 05:18 PM
GoWilkes GoWilkes is offline
Registered User
 
Join Date: Sep 2006
Posts: 45
GoWilkes is on a distinguished road
Manually backing up an account

I'm always nervous about plugging code directly in to SSH, just because I know that one day I'll accidentally do something stupid and delete everything! LOL

Would someone please glance at this and make sure that it's correct? I'm planning to copy everything in the /www/ directory (and all subdirectories) from account "domain1" to "domain2" (on the same server).

cp /home/domain1/www/* /home/domain2/www/

The account has about 200MB worth of storage.

TIA,

Jason
Reply With Quote