borgbackup/borg

xattr and ACL support for Solaris 11 and OpenIndiana

Open

#1,337 创建于 2016年7月14日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)Python (732 fork)batch import
enhancementfilesystemhelp wantedos: other

仓库指标

Star
 (10,086 star)
PR 合并指标
 (平均合并 5天 12小时) (30 天内合并 91 个 PR)

描述

xattrs: Solaris 11 and OpenIndiana have the same API (O_XATTR):

Note that xattr/fsattr in sunos5 is far more powerful than on the other platforms. On sunos5 they are essentially file system namespace attached to every file. You can put any file type in there (e.g. sockets, block devices, link) and have arbitrarily complex directory structures. So it may make sense to map these into normal items (NUL as separator? - other platforms would not extract) and traverse them. Or, we could flatten them and only regard regular files (i.e. key-value pairs).

ACLs: APIs are also similar to each other (and our already implemented APIs)

贡献者指南