Create a .tar.bz2 file Linux

The Solution to Create a .tar.bz2 file Linux is


You are not indicating what to include in the archive.

Go one level outside your folder and try:

sudo tar -cvjSf folder.tar.bz2 folder

Or from the same folder try

sudo tar -cvjSf folder.tar.bz2 *

Cheers!

~ Answered on 2014-04-23 14:14:59


Most Viewed Questions: