Skip to content

Instantly share code, notes, and snippets.

@adrelanos
Created December 25, 2018 05:27
Show Gist options
  • Save adrelanos/0060242cda30898f6f1fb5650e098049 to your computer and use it in GitHub Desktop.
Save adrelanos/0060242cda30898f6f1fb5650e098049 to your computer and use it in GitHub Desktop.
mkdir -p ~/temp
touch one.txt two.txt three.txt
tar --create --verbose --owner=0 --group=0 --numeric-owner --mode=go=rX,u+rw,a-s --sort=name --sparse '--mtime=2015-10-21 00:00Z' --xz --directory=/home/user/temp --file archived.xz one.txt two.txt three.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment