aawsome

Results 430 comments of aawsome

Hi @drdo I actually wanted to spend an hour or so to do a POC implementation in order to show how (easy) it can be done... then I stumbled over...

Now the repository is only opened once and index is only read once (in `Rustic::new()`) which gives an immense performance boost especially when scanning multiple snapshots tree. It is still...

> Is there something in rustic to parse repo strings in a restic-compatible way? For example an sftp repo. `BackendOptions::to_backends()` already does string parsing; however only `local`, `rclone`, `rest` and...

Thanks for opening the issue @benjaminweb! We surely can add this to the repo - if there is anyone who is willing to create it. AFAIK the core maintainers do...

@DianaNites Thanks for opening this issue! Actually I think that the error message means that the error *and* the files which failed getting xattrs are ignored. Please check your snapshot,...

IIRC this is an issue when using fuse3 in combination with rustic. @jullanggit are you self-compiling? In any case you should try to use libfuse.so instead of libfuse3.so. #1366 might...

As we use opendal in [rustic](https://github.com/rustic-rs/rustic) (thank you very much for your great project!!), I wanted to mention that we would like to request this feature.

@mrlee14 Can you please give some more details? What kind of information are you missing? Do you know about `rustic backup --json` and `rustic snapshots --long` / `rustic snapshots --json`?

@mrlee14 I already heard other users that the output verbosity should be discussed and maybe changed. So far, you can use `--level=` to set the output verbosity, the default is...