Linux: Create TAR (Create tar-Archives)
by admin 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.