simonsan
simonsan
As an idea to iterate on for the error handling in the `check` command. Essentially, we use an error handling thread that prints the errors and gets the `CheckErrorKind`s from...
Fixes https://github.com/rustic-rs/rustic_core/issues/310
Fixes #315 TODO: - [x] replace log with tracing - [x] annotate functions/methods with `tracing::instrument`, candidates: - async, e.g. `WebDavFS` and `opendal` backend - in general multithreading (`TreeArchiver`) - contain...
I think it would be nice to use the `tracing` crate throughout `rustic_core`, as we could make use of it also regarding the `#[instrument]` macro. Giving us an easy opportunity...
Hi @nrc! I’m reaching out to get some expert advice on the challenges we’re facing with error and warning handling in our Rust-based project, [`rustic_core`](https://github.com/rustic-rs/rustic_core/blob/main/crates/core/src/error.rs). Our project is relatively complex,...
Relevant information from openDAL side: > Cross-posting relevant replies from imWildCat [#2129 (comment)](https://github.com/apache/opendal/pull/2129#issue-1684266501) > > > To get a working access_token for OneDrive, we can leverage https://crates.io/crates/graph-rs-sdk, especially its demo:...
This is the first PR to lay some foundations to test rustic's compatibility against a restic repository. It should essentially show, how to start out with it and give some...
We need to implement comprehensive tests for includes/excludes. - Tests should validate that only the intended files are included or excluded based on the defined rules. - The backup behaviour...