How to make a simple tar archive from the command-line
Just wanted to make a quick note on how to make a simple tar archive. Do this:
tar -cvzf archivename.tgz /path/to/file/or/folder
Do a man tar to get more info.
Enjoy!
No comments yet.
Just wanted to make a quick note on how to make a simple tar archive. Do this:
tar -cvzf archivename.tgz /path/to/file/or/folder
Do a man tar to get more info.
Enjoy!
No comments yet.