beta.blog

Linux: Create TAR (Create tar-Archives)

by on Nov.19, 2011, under Linux (Ubuntu)

Short example of how to create tar archives in Linux using a terminal command:

tar cfv test.tar /opt/myFolder/

So the above code would add the files as well as folder structures to a newly created archive called test.tar.

Learn how to extract tar-archives


Leave a Reply

*

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!