Skip to content

Instantly share code, notes, and snippets.

@l0b0
Created November 25, 2010 11:16
Show Gist options
  • Save l0b0/715225 to your computer and use it in GitHub Desktop.
Save l0b0/715225 to your computer and use it in GitHub Desktop.
Compress a path, but exclude all mount points in it
tar -X <(cat /etc/fstab | cut -d ' ' -f 2 | grep ^$dir) -zcvf dir.tar.gz $dir/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment