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.
[Solved] Migrating a domain
[Solved] Migrating a domain
Last edited by erpee on Mon May 18, 2009 2:01 pm, edited 1 time in total.
Waarom zou het direct goed moeten gaan? Dan is alle lol weg ...
Re: Migrating a domain
#tar --helperpee 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.

try with tar zcf cmsms.tar.gz root_directory/
Alby
Re: Migrating a domain
That's it !! Thanks!!
Waarom zou het direct goed moeten gaan? Dan is alle lol weg ...