Replies: 4 comments
-
|
This needs one extra run to determine the "total" of the work first. So most backup tools make it optional or skip it. Since the cost can be pretty large. If few files are changed it's basically 2x. |
Beta Was this translation helpful? Give feedback.
-
|
I thought while files are processed and upload, a thread is checking which ones should be queued to process and which ones are already in upload. Check should be faster than upload (at least in my exprience), so there should be a point where you know which files/size need to be processed, how much have you done, and how long did it take. |
Beta Was this translation helpful? Give feedback.
-
|
For most run, the local filecache will skip unchanged files. This is very fast and about the same as getting an estimate for a progress indicator. If there is lots of data to upload (which is the case you're thinking of) the extra walk would have less impact. So it's 2x the work at worst, but less with many new files. |
Beta Was this translation helpful? Give feedback.
-
|
If a progress indicator is actually useful depends on the use case: In the first case, a progress indicator could be really helpful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Could there be a "progress indicator" when backing up? I don't hope it to be exact, but knowing if backup would take 1 hour or 1 day could help to identify if I forgot to ignore a cache/temp folder.
Beta Was this translation helpful? Give feedback.
All reactions