diff options
Diffstat (limited to 'rdiff-backup/rdiff_backup')
-rw-r--r-- | rdiff-backup/rdiff_backup/eas_acls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/eas_acls.py b/rdiff-backup/rdiff_backup/eas_acls.py index 9b1f887..b392d32 100644 --- a/rdiff-backup/rdiff_backup/eas_acls.py +++ b/rdiff-backup/rdiff_backup/eas_acls.py @@ -67,7 +67,7 @@ class ExtendedAttributes: if attr.startswith('system.'): # Do not preserve system extended attributes continue - if attr == 'com.apple.FinderInfo' or attr == 'come.apple.ResourceFork': + if attr == 'com.apple.FinderInfo' or attr == 'com.apple.ResourceFork': # FinderInfo and Resource Fork handled elsewhere continue try: self.attr_dict[attr] = rp.conn.xattr.getxattr(rp.path, attr) |