aawsome
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...
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"...
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...
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 ```
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...