Page 1 of 1

[Solved] Migrating a domain

Posted: Sun May 17, 2009 9:53 am
by erpee
I have to migate a domain to another server.

I can use SSH. What is the TAR-command I should use to pack my whole Root and all of its subdirectories into 1 Tar-file.

Re: Migrating a domain

Posted: Sun May 17, 2009 10:09 am
by alby
erpee wrote: I have to migate a domain to another server.

I can use SSH. What is the TAR-command I should use to pack my whole Root and all of its subdirectories into 1 Tar-file.
#tar --helpĀ  ;)

try with tar zcf cmsms.tar.gz root_directory/

Alby

Re: Migrating a domain

Posted: Mon May 18, 2009 2:01 pm
by erpee
That's it !! Thanks!!