bit-team / backintime

Back In Time - An easy-to-use backup tool for GNU Linux using rsync in the back
https://backintime.readthedocs.io
GNU General Public License v2.0
1.92k stars 178 forks source link

GUI: Restore progress bar not always updated to 100 percent #1275

Open aryoda opened 1 year ago

aryoda commented 1 year ago

As a result of #1273 this issue is a reminder to check if and when not the GUI progress bar is showing the full progress of rsync.

Use the "Restore" menu of BiT's GUI.

The problem may occur only in special constellations (to be tested and confirmed or falsified):

ghost commented 1 year ago

Additional information to add context from #1273:

When I restore from the last snapshot on a new operating system (Trisquel Nabia 10.0.1), the progress bar (at the bottom of "Back in Time" GUI) stalls e.g. the bar displays 88% | sent: 69.10G | Speed: 21.52MB/s | Working: whereas restore process is completed.

This issue occurred on Back in Time version is 1.2.1.

To be clear, the display issue on the progress bar does not hinder the restore process. Snapshots are restored as expected.

Thank you for opening the issue @aryoda.

aryoda commented 1 year ago

Which desktop (KDE, Gnome, ...) and display server protocol (x11 or wayland) do you use on Trisquel Nabia 10.0.1?

ghost commented 1 year ago

I use desktop is MATE 1.24.0. I am not sure about the the display server protocol. I use the default.

aryoda commented 1 year ago

You can find out the protocol via the terminal:

echo $XDG_SESSION_TYPE

ghost commented 1 year ago

Thanks. This is the protocol:

$ echo $XDG_SESSION_TYPE 
x11