rustic_core
rustic_core copied to clipboard
Mounting repository on different platforms
No, depending on the platform a different implementation.
Unix - Fuse: https://crates.io/crates/fuser Windows - WinFSP: https://crates.io/crates/winfsp | https://crates.io/crates/dokan (https://github.com/dokan-dev/dokany) Mac - macfuse: https://crates.io/crates/fuser
That is also a reason, why it may take longer, because this changes the way we are packaging things for each platform. Which means, we need to adapt the whole CI/CD workflows. And while we are at it, we should make it, so it's easy to extend again.
Originally posted by @simonsan in https://github.com/rustic-rs/rustic/discussions/1029#discussioncomment-8324372
[About macfuse] no no - on macOS it is dead technology.... on all new macs (ARM based) you have to lower all system security in order to install it. And most likely will be killed soon (apple keeps talking about it for some time).
Some alternative is FUSE-T - https://www.fuse-t.org/
Originally posted by @kapitainsky in https://github.com/rustic-rs/rustic/discussions/1029#discussioncomment-8324451
- [ ] Tracking issue: https://github.com/cberner/fuser/issues/273