borgbackup/borg

xattr and ACL support for Solaris 11 and OpenIndiana

開放

#1,337 建立於 2016年7月14日

 (4 則留言) (2 個反應) (1 位負責人)Python (732 個分叉)batch import
enhancementfilesystemhelp wantedos: other

倉庫指標

星標
 (10,086 顆星)
PR 合併指標
 (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)

貢獻者指南