FilterOptions.addEaExclude
void addEaExclude(string pattern) @safeAdds an Extended Attribute (EA) exclude pattern (glob-style).
EA names matching ANY exclude pattern will be excluded during backup/restore. Exclude patterns take precedence over include patterns. EA names are in format "domain.name" (e.g., "user.comment", "system.posix_acl_access").
Parameters
pattern | glob pattern for EA names (e.g., "system.", "security.") |