Skip to content

Instantly share code, notes, and snippets.

@cfstras
Created December 18, 2025 08:43
Show Gist options
  • Select an option

  • Save cfstras/744a9a16af3d0069383cef5a529a5732 to your computer and use it in GitHub Desktop.

Select an option

Save cfstras/744a9a16af3d0069383cef5a529a5732 to your computer and use it in GitHub Desktop.
BSD Tar with zstd (macOS)
tar -cv --zstd --options zstd:compression-level=22 --options zstd:threads=0 -f archive.tar.zstd files_to_compress/

Tested with bsdtar 3.5.3 (macOS 15.7.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment