James Kyle
blog
Search
Tags:
administration
History
Updated Oct 9, 2008 12:06 PM by
James Kyle
…
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:
export COPYFILE_DISABLE=true
←
↑
→