Replies: 4 comments 9 replies
-
This will be pretty heavy to implement and needs a similar amount of processing as the actual backup. Vorta also outsources those parts to Borg, so it doesn't have those kinds of details really. What you describe is more similar to a continuous sync solution, like Nextcould with a watcher. |
Beta Was this translation helpful? Give feedback.
-
Maybe the sources table view could have a summary line and the bottom like the table header but as a footer. I searched on the internet whether anybody has coded something like that before but unfortunately I couldn't find anything. |
Beta Was this translation helpful? Give feedback.
-
The pattern I displayed merely serves a suggestion. If you identify
a different pattern which is easier to work with (as in maintaining
the underlying code, eventual access from the GUI as a subtle
indicator, etc.), of course use the one more suitable.
With pointing to specific pages of qt's documentation, you set an
incentive to get familiar with the underlying concepts new for me.
Thank you equally for this one.
|
Beta Was this translation helpful? Give feedback.
-
I've designed a mockup for implementing summary row. This implements a custom QWidget to handle two tables (for our main source list and a summary table which only utilises the headers without rows of its own) aligned without any margin.
@real-yfprojects I believe this GUI is similar to what you were referring to |
Beta Was this translation helpful? Give feedback.
-
The tab
sources
lists the volume of the folders to process and their corresponding file number. While these represent the maximum of work ahead e.g., for the initial backup without consideration of compression and deduplication of the backup written by vorta, I would like if there were an additional line summing up all directories and files scheduled for the backup. Especially in a modular backup profile selecting multiple files and directories where «Source Folders and Files to Back Up» can not be seen at once but requires to scroll through the entries, this grand total would help to set the continuously updated progress report (in the lower section of the same tab) into context.Beta Was this translation helpful? Give feedback.
All reactions