Hacker News new | ask | show | jobs
by pier25 53 days ago
I use these settings when creating a tar file for deploy:

    tar --no-xattrs --no-mac-metadata -czf
2 comments

I do this same thing too when building archives in macOS I will unpack on Linux later.
Thanks for the command! I'll try using it to package next time.