vatesfr / xen-orchestra

The global orchestration solution to manage and backup XCP-ng and XenServer.
https://xen-orchestra.com
Other
782 stars 264 forks source link

XO 6 backup UI #3907

Open olivierlambert opened 5 years ago

olivierlambert commented 5 years ago

Here is some Unitrend backup screenshots to give us some ideas on how to improve our backup part of XO.

Ideas:

screenshot 2019-01-23 at 15 44 32 screenshot 2019-01-23 at 15 45 58 screenshot 2019-01-23 at 16 31 30 screenshot 2019-01-23 at 16 32 54 screenshot 2019-01-23 at 16 33 33 screenshot 2019-01-23 at 16 34 31

usbalbin commented 3 years ago

(Disclaimer, I am not familiar with the code, also not sure if this should be a separate issue. Feel free to delete/move this comment)

As for

  • progress bar for a backup job

I tend to have two tabs in my browser when watching a backup's progress. One for the backup log to figure out what VM is being processed and the other for the progress of that VM.

Is there currently any way to, in code, figure out which task in the /tasks-page corresponds to what stage in a running backup job? With that information it would be possible to put a percentage text or actual progress bar next to the status thing where it says snapshot, merge etc, right?

Is that something that would be hard to do in the current GUI? If not, I might give it a go if I knew where/how to start.

olivierlambert commented 3 years ago

There's absolutely nothing done right now in XO code to do that. But it's planned to create XO tasks (and not just XAPI tasks) to get a global progress, yes.

usbalbin commented 3 years ago

Oh, okay :)