-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add a "minutely" timeline #374
Conversation
Please also add an explanation to |
The clippy CI shows some warnings/errors. Should I try to fix them? (most of them are not related to this PR) |
@jullanggit Ah, I think these are due to a new Rust version. We should fix those in a separate PR before we merge this one... |
It would be great if you could extend/adapt the unittests in |
The only thing missing now for clippy is the |
Thank you for the contribution! 🚀 :) |
## 🤖 New release * `rustic_core`: 0.7.1 -> 0.7.2 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `rustic_core` <blockquote> ## [0.7.2](rustic_core-v0.7.1...rustic_core-v0.7.2) - 2024-11-30 ### Added - Add a "minutely" timeline ([#374](#374)) ### Fixed - clippy lints </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>
Adds documentation for the minutely timeline (rustic-rs/rustic_core#374) in `./config/full.toml` and `./config/README.md` Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
Disclaimer
I am not very experienced with contributing to projects like rustic, so please correct me if I make any mistakes or could improve something about this PR!
In this case, I am particularly unsure about the commit message and how to add tests, so any tips there would be appreciated 😄
Motivation
As creating a rustic snapshot can be really fast if not much has changed (less than 10s), I have started to backup-up my files every ten minutes, but noticed that rustic doesn't yet have any keep-options for sub-hourly snapshots, so I decided to add them!