-
Notifications
You must be signed in to change notification settings - Fork 201
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
app cache backup should not happen or be optional #64
Comments
yes, this seems sensible. i would definitely include cache by default though. |
Hi! I don't mean to argue, just curious: what app's cache you appreciate so |
i don't particularly like caches :) but the point is that backups should reflect the state of that which is backed up. restoring should as accurately as possible restore how the package was when it was backed up, not create a somewhat similar state for it (unless the user wants that). |
Automatic cache management Developer: #109 (comment) Automatically clearing cache before backing up would massively help users as apps such as Firefox collect hundreds of megabytes cache (Firefox app size is ~ 50 MB) and clearing temporary files before doing a backup can make the process dozens of times faster for certain applications, based on my experience. |
Was this ever implemented ? |
Would it be possible to at the very least make cache backup optional? Certain apps like FDroid store large quantities of data in cache that nobody would ever want to back up. I just tested it out with a mere 30 apps, and clearing the cache removed almost 300MB (after compression and encryption!) of useless data from my backup folder. |
Firefox seems to persistently store 600 MB of cache on my system (OnePlus One, 64 GB). |
An app cache isn't usually required. So backing it up is a waste of space.
I'd suggest to make it optional.
FYI: adb backup seems to skip cache (need to check).
The text was updated successfully, but these errors were encountered: