Mac OS X: Tar Without Resource Forks & File Metadata
You can stop Tar from archiving the ._ files that Mac OS uses to mark up its file system with an undocumented environment variable:
export COPYFILE_DISABLE=trueThanks Norman Walsh
You can stop Tar from archiving the ._ files that Mac OS uses to mark up its file system with an undocumented environment variable:
export COPYFILE_DISABLE=trueThanks Norman Walsh