Create tar.bz2 file Linux (Unix)
 
Date: 
        [3rd Nov 2025]
  
  Categories: 
      [howto],
      [linux]
  
  
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 *