Alexander Neumann
Alexander Neumann
I've got a private branch with a few hacks to try things out, but nothing usable so far. sorry. ;)
I'm very sorry for not having responded earlier. This is a bug in the backup code and the restorer trips over it. If you backup an UNC path directly, restic...
Sure, that should be straight-forward. The code is here: https://github.com/restic/chunker/blob/master/polynomials.go A `Pol` is an alias for an `uint64`. I have a few test polynomials that may be helpful while porting:...
What are you planning to do with the generator?
Hey, thanks for contacting me! I'd be delighted if you could create a PR and we can also maintain it together. Did you measure the performance impact of the define-to-struct...
Hey, any news on the proposed PR?
Oh, that did the trick. Is this documented somewhere and I was just too stupid to find it?
A bit of both. #256 can for example also be realized by making sure that each blob is stored twice in the repo (and restic can easily ensure this). If...
Thanks for the report! I think we need some kind of mechanism within restic to hide errors (maybe based on patterns or types), so that users can consciously decide to...
That's one way to implement this, yes. Thanks for the proposal. A few random thoughts from me: * I think it's not a good idea to support several algorithms. When...