nardoor

Results 19 comments of nardoor

To keep you updated, I could reproduce the issue using `opendal:fs`. The fix is not trivial, I'll keep this issue updated when I reach it.

I renamed the issue to be more generic. ### Problem insights: To give some insights the problem is the following: 1. (rustic_core) All our **backend traits** (and implementations) in rustic-rs/rustic_core...

Using `rclone` as backend with `webdav` feature result in a similar (but different) crash: ``` The application panicked (crashed). Message: Cannot drop a runtime in a context where blocking is...

See the above PR for the **step 1** fix, once `rustic_core` is updated, I'll update `rustic`.

Hello, Thank you for taking the time to fill an issue! Maybe more experienced maintainers will disagree, but I am not aware of any mechanism that allow that in our...

Hello @douglasparker , To me, the address `[::1]` is the IPv6 equivalent of `localhost` (same as `127.0.0.1` for IPv4). Are you certain that you can't connect to the **webdav** using...

> @nardoor Yep, I'm certain. Feel free to test it out yourself. This indeed was a bug, thanks for reporting. I apologize for taking so long to fix it. `rustic`...

Hello @Cookie04DE Thank you for taking the time to posting a feature request. I am interested in doing the work to implement that, updates will be posted on this issue....