How to get a list of backed-up files for an app? #945
Unanswered
o-alquimista
asked this question in
Q&A
Replies: 1 comment
-
|
There may be technical means to peak into the app's backup data, but I am not sure we should do this. Also normal users can't know what these files mean and even programmers can't always know what is in those files. So not sure all this would help. What we give you is the size of the backup for each app so that's the best approximation I'd say. Ultimately, you'll have to test a backup to make sure it is working as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some apps don't make it clear whether they allow Android Backup or not. Some say they do, but they don't (I file an issue); some say they don't, but they do (I file an issue to let them know).
Getting a list of backed-up files for each app would eliminate the uncertainty.
OFF-TOPIC: I find that a lot of maintainers associate Android Backup with Google Drive (as you can see in the Syncthing issue linked above), and therefore demonize it and block it completely. It's really sad.
The Wireguard Android app, for example, forbids Android Backup and proceeds to dump its configuration full of private keys unencrypted into your internal storage — something I would never have expected from such an important security software.
Beta Was this translation helpful? Give feedback.
All reactions