feat: add exclude-if-xattr option#1718
Conversation
|
I'm not entirely sure what your workflow is, as this PR requires its counterpart in At any rate, just explaining why I made this PR draft. (and still don't know if it was a good idea:)). |
|
Now that you've merged the core counterpart, I'll make this one ready for review, but let me know if you want me to update |
Can you please also update the |
|
Hey, I did update core, but I'm still confused with the whole dependency system and what depends on what, but I do suspect that security issues are mostly with core… Anyway, I don't trust myself to take care of them yet ;-) |
## 🤖 New release * `rustic-rs`: 0.11.1 -> 0.11.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.11.2](v0.11.1...v0.11.2) - 2026-04-05 ### Added - add exclude-if-xattr option ([#1718](#1718)) ### Fixed - fix some typos ([#1710](#1710)) - Add keep-{within-}hourly to config/full.toml ([#1704](#1704)) ### Other - update dependencies ([#1723](#1723)) - *(deps)* unpin and update self_update ([#1699](#1699)) - move to axum for webdav command ([#1720](#1720)) - update dependencies ([#1721](#1721)) - *(deps)* bump quinn-proto from 0.11.13 to 0.11.14 ([#1703](#1703)) - Update core ([#1698](#1698)) </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 would be a
rusticcounterpart of rustic-rs/rustic_core#491