borgbackup/borg

fuse library dependencies and their maintenance

開放

#6,734 建立於 2022年5月31日

 (7 則留言) (0 個反應) (0 位負責人)Python (732 個分叉)batch import
communityhelp wanted

倉庫指標

星標
 (10,086 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

borgbackup uses llfuse or pyfuse3 (since borg 1.2) to offer the borg mount functionality.

llfuse is orphaned by its original developer @nikratio since quite a while, but received some minimal maintenance by me to keep it alive, because we still need it for borg 1.1.x and also for macOS (which does not offer fuse3 yet) and some BSD (which has problems with pyfuse3).

for borg 1.2+ we can use either llfuse or pyfuse3 and for the future it was planned to switch to pyfuse3 eventually, after that actually works for all major platforms we support.

since recently, pyfuse3 is now also orphaned, but still considered as the better alternative compared to llfuse by its original developer @Nikratio. I guess I could do the same sort of minimal maintenance there, but I still need to have a deeper look.

But in general, these projects need developers with (lib)fuse knowledge (that's not me), so if you have that, please consider maintaining these. The stuff basically works, but might need a bug fix now and then and adapt to changes in Python / Cython / libfuse.

Links:

https://github.com/python-llfuse/python-llfuse

https://github.com/libfuse/pyfuse3

貢獻者指南