compression - Create a .tar.bz2 file Linux - Stack Overflow
linux compression tar Share Improve this question Follow asked Apr 23, 2014 at 14:10 Adam 2,275 5 27 54 See also: bash: /bin/tar: Argument list too long when compressing many files with tar – Martin Thoma Jan 27, 2017 at 20:40 2 For those wondering - c = create, v = verbose, j = bz2 compression, S = sparse efficiency, f = output file name.