Skip to content

Instantly share code, notes, and snippets.

@stoormgeo
stoormgeo / tar_xz_tips.md
Created June 19, 2020 09:27 — forked from ntrepid8/tar_xz_tips.md
Create tar.xz file with threads and progress bar

tar xz tips

Compress a directory using multiple threads and show a progress bar with this script:

#!/usr/bin/env bash

# example: tar_cJf.sh ./directory > directory.tar.xz

SOURCE="$1"