Create a .tar.bz2 file Linux Create a .tar.bz2 file Linux linux linux

Create a .tar.bz2 file Linux


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!


Try this from different folder:

sudo tar -cvjSf folder.tar.bz2 folder/*