To create a tar ball with bzip2: You type: tar -cjvf [file-name].tbz [dir or file to backup]\n\n To view the file listing: You type: tar -tjvf [file-name].tbz To extract: You type : tar -xjvf [file-name].tbz -C [dir location to extract]