How do I extract a TAR to a different destination directory -


On server A, I have created a tar file (backup.tar.gz) of the entire website / www

On Server B, I want to put those files in / public_html but do not include the top-level directory

Of course, tar -

Thank you!


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -