melawy-skel-root/03_arc.sh

7 lines
116 B
Bash
Executable File

#!/bin/bash
#XZ_OPT=-e9T0 tar -cJf root.tar.xz root
tar -cf - root | xz -e -9 -T0 -c - > root.tar.xz
echo "Ready"