TypeError traceback running borgmatic transfer #663
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#663
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
I'm trying to run
borgmatic transferas part of testing and development, but I get aTypeErrorwhen I do.Steps to reproduce (if a bug)
Actual behavior
Expected behavior
No traceback and the borgmatic invokes Borg to initiate the transfer of archives.
Other notes / implementation ideas
I'm pretty sure this is a accidental regression as part of #635; the
transferaction is not getting itsrepositorydict converted to a repository path string.Environment
borgmatic version: master (after 1.7.10)
borgmatic installation method:
pip install --editableBorg version: 1.2.3
Python version: 3.10.9
operating system and version: Manjaro Linux stable
Fixed in master. An end-to-end test for
borgmatic transferwould be ideal, but that would require having a Borg 2 beta in the end-to-end test images.