Conversation
72673ba to
a69b684
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files
🚀 New features to boost your workflow:
|
a69b684 to
122373d
Compare
333fed4 to
a3ac881
Compare
a3ac881 to
12def46
Compare
Merged
aawsome
added a commit
to rustic-rs/rustic
that referenced
this pull request
Jan 13, 2026
Adapts to the following core changes: - `restore` optimizations (rustic-rs/rustic_core#453) - Modify and change options for saving nodes (rustic-rs/rustic_core#461)
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 11, 2026
## 🤖 New release * `rustic_core`: 0.9.0 -> 0.10.0 (✓ API compatible changes) * `rustic_backend`: 0.5.4 -> 0.6.0 (✓ API compatible changes) * `rustic_testing`: 0.3.4 -> 0.4.0 (✓ API compatible changes) * `rustic_config`: 0.2.3 -> 0.2.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `rustic_core` <blockquote> ## [0.10.0](rustic_core-v0.9.0...rustic_core-v0.10.0) - 2026-02-09 ### Added - [**breaking**] Add support for batch warmup ([#438](#438)) - [**breaking**] Add masterkey as credential option ([#468](#468)) - improve copy algorithm ([#464](#464)) - [**breaking**] More rewrite features ([#465](#465)) - [**breaking**] Add rewrite command ([#462](#462)) - [**breaking**] extend LocalSourceSaveOptions ([#461](#461)) - [**breaking**] improve restore algorithm ([#453](#453)) - [**breaking**] change ignore-devid to with-devid ([#460](#460)) - Use Timestamp in index ([#458](#458)) - Optimize prune rewrite ([#448](#448)) - [**breaking**] Add support for multiple parents ([#427](#427)) ### Fixed - fix clippy lints ([#473](#473)) - Use jiff everywhere ([#467](#467)) - fix rewrite file count ([#466](#466)) - Return error if too few snapshots for latest~N ([#459](#459)) - Use early-delete-index only if instant-delete is selected ([#457](#457)) - fix clap runtime errors for parent options ([#456](#456)) - Use parents instead of parent; allow latest ([#455](#455)) - improve error handling for missing UID/GID name ([#454](#454)) - fix clippy lints ([#449](#449)) ### Other - update dependencies ([#475](#475)) - [**breaking**] Refactor snapshot grouping ([#474](#474)) - [**breaking**] Simplify Repository status ([#472](#472)) - [**breaking**] Simplify Progress ([#469](#469)) - update MSRV to 1.88.0 ([#471](#471)) - FreeBSD build ([#440](#440)) - refactor! use jiff instead of chrono ([#452](#452)) </blockquote> ## `rustic_backend` <blockquote> ## [0.6.0](rustic_backend-v0.5.4...rustic_backend-v0.6.0) - 2026-02-09 ### Added - [**breaking**] Add support for batch warmup ([#438](#438)) - *(backend/opendal)* include scheme in location() and bump opendal to 0.55.0 ([#446](#446)) ### Fixed - fix clippy lints ([#473](#473)) - Use jiff everywhere ([#467](#467)) ### Other - update dependencies ([#475](#475)) - update MSRV to 1.88.0 ([#471](#471)) </blockquote> ## `rustic_testing` <blockquote> ## [0.4.0](rustic_testing-v0.3.4...rustic_testing-v0.4.0) - 2026-02-09 ### Added - [**breaking**] Add support for batch warmup ([#438](#438)) </blockquote> ## `rustic_config` <blockquote> ## [0.2.4](rustic_config-v0.2.3...rustic_config-v0.2.4) - 2026-02-09 ### Other - update MSRV to 1.88.0 ([#471](#471)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This refacors
LocalSourceSaveOptionsand introduces changed/new options:with-atime=>set-atimeallowsyes,no,mtime(default)set-ctimeallowsyes,no,mtime(default)with-devid=>set-devidallowsyes,no,hardlink(default)set-blockdevallowsspecial(default),file- which allows reading block devices; closes If I want a backup block device (bytes array), can it support it? #104set-xattrsallowsyes,no; closes [Feature Request] Avoid trying to backup xattrs rustic#1599Additional, the parent-processing algorithm has been updated. Now ctime and inode are only compared if they are set either in the parent or in the current snapshot.