-
-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When merging/pulling chunk index --progress-like output is used despite not passed #2866
Comments
I can't find these messages in 1.0.10. There are some other messages, but no percentage progress display. It announces the archives as they get fetched / merged to build the chunks index. IIRC this was implemented because people complained that it was taking a longer time, but nothing was visible, so they were unsure what's happening / if something was happening. Note that -v means verbose, so you have to expect some informative output. If you still think this is a bug, reopen it and give more / more precise information. |
Wait… what?
But not What is annoying about these messages is just that each |
It is implemented in 1.1.x. |
This is about the cache sync. |
Corrected. But still, there is no such progress in 1.0.10. |
So v1.1.0 of borg do not display the progress anymore? If so, then this is fixed. BTW on the sever side I may indeed used a lower/older version that 1.0.10. |
1.0 does have this, and shows it as soon as you pass -v. |
|
https://github.com/borgbackup/borg/blob/1.0.11/borg/cache.py#L352
|
That is:
|
It is EOD here for me. If there is an issue, feel free to file a new bug and be precise about version number where it is seen and also have precise information not just "as far as I remember". |
When you need to merge the chunk index as you deleted the local chunk index/cache, then you always get this log output: (when piping/directing it to a log file as you usually do in automated systems):
(no original log file, just how I remember it)
However the command I executed there (borg create), did not have the
--progress
parameter passed, but just some usual ones (-v
and--stats
), whcih do have such a progress bar/indicator. Thus, IMHO, the behaviour of borg is wrong here. The output without--progress
should be something likeMerging chunk index...
without any percentage.v1.0.10
The text was updated successfully, but these errors were encountered: