aawsome

Results 100 issues of aawsome

To solve https://github.com/rustic-rs/rustic/issues/493 it will be necessary to add support for multiple parents. This PR adds this support: - The `parent` option can be now given multiple times - In...

see e.g. https://github.com/rustic-rs/rustic/discussions/1439 This also introduces the repository config option `use-pack-padding` which allows to disable the padding. As a side-effect currently wrong statistics (data added to blobs in stats was...

A-security
S-blocked
S-waiting-for-review

This PR refactors indexer and packer into a version which is completely independent from I/O and concurrency but simply provides the functionality. This can then be separated into real "core"...

S-waiting-for-review

Instead of having an own crate for each example, this PR moves all examples into the `rustic_core` crate. This simplifies the workspace and makes the examples available in the distributed...

S-waiting-for-review

Here is a working POC which optionally uses rustic_core, see #87. I think there are several things to enhance/fix, but I'll leave that to you @drdo ;-) Here are the...

Hi, just wanted to suggest you use https://github.com/rustic-rs/rustic_core instead of calling the restic binary. This would give you the following benefits: - only compile dependency, no dependency on existing binary...

`rustic check` run on a 64TB repo gets killed with OOM. ``` - checking trees... [00:29:17] █████████████████████████████████████░░░ 4479/4751 Killed ```

perf

Note: The new `log-level-*` options change the default behavior of log levels when using a log file. Previous behavior: `log-level` gives the log-level used in the config file; only warnings/errors...