Disable Extended Attributes for Tar Backup
To disable the tar'ing of extended attributes (those pesky ._foo files), export the following variable:
For Tiger:
export COPY_EXTENDED_ATTRIBUTES_DISABLE=true
For Leopard & Snow Leopard:
export COPYFILE_DISABLE=true
Comments !