aawsome

Results 206 comments of aawsome

@darkdragon-001 If you are willing to self-compile rustic in combination with a local `rustic_core', you can try #973 in combination with https://github.com/rustic-rs/rustic_core/pull/106. Note this is WIP, but I'm happy to...

webdav is now also implemented in #973

@robsmith11 There is another PR in rustic_core needed for mount: https://github.com/rustic-rs/rustic_core/pull/156. I updated #973 and it now uses the needed rustic_core branch. So, to try out the `mount` command it...

see also https://github.com/restic/restic/pull/3121

The following options might be nice to have: - only tree pack files (this could be standard as tree pack files should be always readable) - only a fixed subset...

Yes, the `multibackup` I'm referring here would make such a thing possible - maybe using a slightly different syntax. But by default it will create multiple snapshots. Only if rustic-rs/rustic#411...

@dionorgua Yes, this is exactly what the `multibackup` command would be meant for. Plus maybe an `--merge` option which does exactly the same as calling `rustic merge --delete` with all...

Thanks a lot @lucatrv for opening this feature request. Before going into detail, I have a general question: What is the reason you want to prevent blobs fragmentation? I mean,...

@DianaNites Sorry for the late answer - I somehow delayed the answer as I intended to start an effort about how to generally improve including/excluding. But then that topic got...

@cactushydrocodone Thanks a lot for your analyis! I think you are right and using the `OverrideBuilder` with `/` obviously wasn't a good idea! I'll add a PR to change this.