1

I've been searching on the internet and used Archiver to make .bz2 files. My archiving tool only makes tar.bz2 and my game host doesn't read that. It reads .bz2 files only. Is there a way to make a DIRECTORY into a .bz2 file?

I've tried sudo bzip2 but it doesn't accept directories.

LiveWireBT
  • 29,597

1 Answers1

1

No; bzip2 and the other compression utilities only compress a single file, so if you want to archive multiple files you need another tool like tar first, then compress the archive.

psusi
  • 38,031