geek-merlin
geek-merlin
OK so we can leverage https://rclone.org/commands/rclone_serve_restic/
Here are instructions how to [use rclone as a library](https://github.com/rclone/rclone/issues/361#issuecomment-422327474). (oh, and a title update may help, i opened #187, when i did not find this at first.)
OMG, googling led me to: https://github.com/dpc/rdedup/blob/master/docs/examples/regular-backups-with-rdup.md So this might be linked in readme.
This may be obsoleted by [rclone mount](https://rclone.org/commands/rclone_mount/).
> rclone mount is a nice workaround for some people, but it would be better to have it internally implemented. OK so i researched that a bit and opened #187
Note: For some of my use cases it's essential to store xattributes of files (like tar does with some suitable options). Can the mentioned traversers do this too?
> Notably, removing data (mostly garbage collection) takes an exclusive lock. @dpc Thanks for pointing that out, i already wondered about that. So starting a GC blocks everything else until...
Ah amazing! Reading old tickets gives me a picture: #75 #32 #132 #37 Relevant to me: #172
Hey, this sounds reasonable. Ovyiously you're much more into locking than me.
Yes i wanted to make the use-case thing explicit by #189. Sorry if that feels overwhelming. But i am quite confident that - with reasonable tradeoffs - rdedup can stay...