Support for Borg 2 beta 3 --match-archives #591
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 assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#591
Loading…
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'm trying to do and why
Borg 2 beta 3 has renamed
--glob-archivesto--match-archivesand changed its syntax. borgmatic will need to support this change so as to continue supporting Borg 2 in general.So as part of this ticket, branch in borgmatic on whether the current system is is running Borg 2 beta 3 or later. If it is, use
--match-archivesinstead of--glob-archives. Otherwise, fall back to--glob-archives.Related: #557, #588.
Will be part of the next release.
Just released in borgmatic 1.7.3!