|
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
|