many borgmatic operations don't show any progress #1333
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#1333
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
when using for example
borgmatic check --only extract --progress, there's no progress info, i also havein config file
same problem with
borgmatic compact, no progress at all.checklast for entire days and still no idea how much time is left.Steps to reproduce
No response
Actual behavior
no intermediate output
Expected behavior
there should be information of how many files or chunks or bytes or whatever have been processed or are left. maybe how long has been spent, and an extrapolation of how long is left
Other notes / implementation ideas
No response
borgmatic version
2.0.11
borgmatic installation method
debian
Borg version
1.4.4
Python version
No response
Database version (if applicable)
No response
Operating system and version
No response
Thanks for filing this. For
check --only extract --progresssupport, try upgrading. The version of borgmatic you're using has a bug / feature gap around that, which was fixed in #1224 and borgmatic 2.1.0.As for
compact --progress, also try upgrading. Inmain, I'm seeingcompactprogress reported like this:You can also try adding
--verbosity 2tocompact, which will show additional info as the compact proceeds. Although maybe not the info you're looking for?I did find a potential bug in the way the compact progress is displayed though in borgmatic 2.1.0+, possibly preventing the display from updating. I'll fix that, but you'll still need an upgrade in either case.
Okay, the
compactdisplay issue is fixed in main and will be part of the next release! Thanks again.Released in borgmatic 2.1.7!