start-os
start-os copied to clipboard
Implement RClone with filename compression
We have ran into issues where rsync when going to MS or mac filesystems, we have following issues:
- Permissions
- Long file names
- Path too long
RClone hints at these issues in their encryption docs, there are several bug that was solved with an experimental feature. We could also write a fuse layer to solve this too with tar each file + path
Related #2362
Using our own fuse module instead