FilterOptions.addEaExclude

void addEaExclude(string pattern) @safe

Adds 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

patternglob pattern for EA names (e.g., "system.", "security.")