You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
bit of a follow-on to #1901, but it seems that control.Options is not propagated from the CLI layer to the operation layer. This makes all options default to their zero-value, meaning incremental backups are still not available at the CLI
The text was updated successfully, but these errors were encountered:
## Description
Make sure the options struct is passed through the entire stack so we actually have access to flag values.
## Does this PR need a docs update or release note?
- [ ] ✅ Yes, it's included
- [ ] 🕐 Yes, but in a later PR
- [x] ⛔ No
## Type of change
- [ ] 🌻 Feature
- [x] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [x] 🐹 Trivial/Minor
## Issue(s)
* closes#1931
## Test Plan
- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
bit of a follow-on to #1901, but it seems that control.Options is not propagated from the CLI layer to the operation layer. This makes all options default to their zero-value, meaning incremental backups are still not available at the CLI
The text was updated successfully, but these errors were encountered: