-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup is inefficient in space and time #685
Comments
That is most likely, because the other 1000MB are the apps themselves (APKs). We don't include those in the notification to not give users false security about how much data was backed up.
Yes when the backup fails, the system re-inits a complete copy of the backup. It even wants us to delete the old one which we don't do for your convenience.
This is #100
Thanks for letting us know that this is a big issue for you. Provided that we find a way in #566, it may help with this. |
Hmm, this might be, but I doubt that those around 25 apps that allegedly got backed up correctly take as much as 1000 MB.
So your notification just includes the data size? That is misleading.
I see.
Good to know.
Interesting. |
Backup data takes much more space than it should (or at least reports).
Even in cases where the backup process reports that it took some 500 MB, the actual storage size is around 1500 MB.
And when re-doing a backup after a few minutes, at least in some cases this again takes rather long time and much more space is taken.
Looks like backups are not incremental?Update: maybe this is just in cases where the earlier run was incomplete because of missing storage space.Moreover, looks like a possibility is missing for the user to delete backups that are no more needed, in order to re-gain space.
This inefficiency is a big issue, both when using local storage (because usually not very much space is left on the device) and when using remote storage, where transfer often is painfully slow and in my case took about two hours.
Even worse, on any intermittent (e.g., network) error, backup fails (is not resilient to such issues), and on retry it partially takes, in total, even more space and time.
The text was updated successfully, but these errors were encountered: