aruhier / virt-backup

Backup your kvm guests managed by libvirt
Other
107 stars 23 forks source link

Change progression status in multithreading #18

Closed aruhier closed 5 years ago

aruhier commented 5 years ago

Multiple tqdm are running at the same time, breaking a bit the progression output.

As the progression bar is broken anyway, maybe it could be changed.

aruhier commented 5 years ago

I dropped the support of progression bar for now. It was kind of broken before anyway, and it complicates things with the support of multithreading: 66d88ef6677d6f50cf98cc195fa099426a5ec542 The feature can comes back later, but I don't think that tqdm can be used to get parallel progress bars.