Skip to content

When merging/pulling chunk index --progress-like output is used despite not passed #2866

@rugk

Description

@rugk

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):

Merging chunk index... (0.00%)
Merging chunk index... (1.22%)
Merging chunk index... (3.32%)
[…]
Merging chunk index... (100.00%)

(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 like Merging chunk index... without any percentage.

v1.0.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions