Skip to content

Instantly share code, notes, and snippets.

@keijiro
Created September 13, 2021 02:44
Show Gist options
  • Save keijiro/5f2f4a59d04fa31d99bc732b9846db15 to your computer and use it in GitHub Desktop.
Save keijiro/5f2f4a59d04fa31d99bc732b9846db15 to your computer and use it in GitHub Desktop.
Archive an FCP project with tar/pigz
tar --use-compress-program=pigz -c -v -f foo.fcpbundle.tar.gz foo.fcpbundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment