Rename repository actions for compatibility with Borg 2 subcommand renames #915
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
borgmatic-collective/borgmatic#915
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What I'd like to do and why
Borg 2 recently renamed all of its "r*" subcommands like
rcreateandrinfoto "repo-*" counterparts likerepo-createandrepo-info. So as part of this ticket, make the corresponding renames in borgmatic's actions, while still accepting the old action names on the command-line. But don't worry building in compatibility with old versions of Borg 2 that don't accept the newly renamed subcommands; that's not worth the logic and complexity given that Borg 2 is not for production use yet.Other notes / implementation ideas
No response
Implemented in main and will be part of the next release.
Released in borgmatic 1.9.0!