-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Unable to backup application #1108
Comments
I'll look into this - sounds like it should be a quick fix, although I'm not sure why the userdata should be 82MB. I'll check on some other devices and see what's pushing this size. |
Yes. I glad to know, what eated the place. |
Ah, just noticed you're on the OSS version. I wonder if the cached map tiles are counting towards the user data space? |
Hah, yes, I just scolled around a lot on my OSM version and the User data jumped up to 43MB from about 10MB. I'll test adding an exclude for that path. |
Found it. # du -h /data/data/org.owntracks.android/files/osmdroid/tiles/cache.db Maybe we can exclude tiles directory from backup. Thank you |
Will be in 2.4.3 |
Was just looking at the implementation here, I wonder if a better approach would be to get osmdroid to cache its tiles in the I did some quick |
If you will release beta 2, I will test it and will report results. |
Soon! Just a couple of things I want to tick off, then there'll be a new beta. |
* Cache dir is too fragile / touched by others to reliably put a SQLite database. Related to #1108 * Also close file handles in tests that `adb shell`
I would like to report that backuping of app is working now. |
Hello all,
Im unable to backup Owntracks application. Lineage OS comes with included SeedVault Backup (solution from Calyx Institute).
https://calyxinstitute.org/projects/seedvault-encrypted-backup-for-android
Error is "quota exceed". Searching on internet point me to android backup limits 25 MB (or 50 MB maybe) for application data suitable for backup.
Owntracks has 37 MB app and 82 MB userdata on my device after installation and few days of usage.
Nexttracks (fork of Owntracks) has only 17 MB app and 2MB userdata on same device.
Can I ask some kind developer to look at https://developer.android.com/guide/topics/data/autobackup
and exclude some files from backup in app source code via <exclude> elements :
android/project/app/src/main/res/xml/backup_descriptor.xml
Thank you very much for your great app
Petr
The text was updated successfully, but these errors were encountered: