--progress ignored by borgmatic for check #287
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
borgmatic-collective/borgmatic#287
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'm trying to do and why
I like to call borgmatic using
borgmatic --progressto get an idea how log it will still take.This works well for the create step but stays silent for the check step. However
borg checksupports the flag--progress.Steps to reproduce (if a bug)
Call
borgmatic --progressand check output.Actual behavior (if a bug)
Output of borgmatic keeps silent during the check step.
Expected behavior (if a bug)
The ouptut of
borg check --progressis displayed during the check step.Other notes / implementation ideas
borgmatic check --progressdoesn’t recognize--progressat all and gives an error.Environment
borgmatic version: 1.4.22
borgmatic installation method: pip --user
Borg version: 1.1.10
Python version: 3.5.2
operating system and version: Ubuntu 16.04 LTS
This was just never implemented. But it is now in master! Thanks for the suggestion.
Released in borgmatic 1.5.0!