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=true

Thanks Norman Walsh