start-os icon indicating copy to clipboard operation
start-os copied to clipboard

Implement RClone with filename compression

Open Blu-J opened this issue 1 year ago • 1 comments

We have ran into issues where rsync when going to MS or mac filesystems, we have following issues:

  1. Permissions
  2. Long file names
  3. 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

Blu-J avatar Mar 08 '23 21:03 Blu-J

Related #2362

MattDHill avatar Sep 28 '23 21:09 MattDHill

Using our own fuse module instead

MattDHill avatar Jul 30 '24 17:07 MattDHill