How do I compress the contents of a folder using the tar command on an Unix system over SSH?
|
| |||||||
feedback
|
migrated from stackoverflow.com May 21 '11 at 20:08
This question came from our site for professional and enthusiast programmers.
|
From
So just use | |||
|
feedback
|
|
If you want to compress it, add the -z or -j arguments to the recommendations above.
| |||
|
feedback
|
|
If the content you want to archive is in the home directory of the user - it should be:
If you need to navigate somewhere, try this:
| ||||
|
feedback
|