-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Exclude the cache from iCloud backup. #113
Comments
How much is a large amount? It's using 75MB for me which is maybe slightly high, but Amazon uses around the same amount (as does WeChat, which I've never actually used). Based on what I've read I'm not entirely convinced that cached images are being included. If you're able to download your backup and confirm that images are included I'm happy to debug further. I think Realm (the database library) tends to create large blobs. |
My iPhone device backup is ~ 1GB in total, of which XKCDY takes up about 300 MB. Another app backing up cache data (offline maps) is approx. the same amount, so two apps of approx. 80 account for ~50% of backup data. All others seem to backup settings and smaller chunks only. Do you have an idea how I could download my device backup to investigate further? As far as I'm aware, it's not easily visible within the iCloud folder structure. Only thing I can do on my Mac and iPhone when browsing the device backups from settings is to delete it and view the data amounts sorted by app. |
Then I suppose something is off with my installation. I might have to delete the local and iCloud data and re-download it from the App Store – even though that's going to delete my favourited comics. In the meantime since I reported the issue I got another iPhone, therefore there isn't as much local data as previously stated: However, the iCloud backup remains at almost 300 MB and is still the largest backed up app: |
I was able to reproduce the issue with a fresh install:
|
I suspect XKCDY is including Cache Data within the iCloud Backup.
Therefore
Could you please consider changing that?
As I've briefly researched, there are quite a few possibilities, like
What you could store though are favourites/liked comic strips, preferences and such. Then I suspect the backup size could shrink to Kilobytes or single digit Megabytes, instead of hundreds of Megabytes as it is right now.
The text was updated successfully, but these errors were encountered: