Example command:
$ tar -cvjf destination.tar.bz2 /path/to/folder/source
I'd like the final destination.tar.bz2, when extracted, to not include a /path/to/folder/ file directory. It seems inefficient to extract the tarball and then mv the contents of /path/to/folder/source to a different directory.