Open TjrGithub opened 5 years ago
I'll have to disagree. Ideally, backups are encrypted with GPG and therefore can't be leaked by any other app that does not have the key. If the backups were in the oandbackup data directory, they would disappear should oandbackup happen to be uninstalled.
Oandbackup does have a menu entry encryption, but it's grayed out and no documentation how to get it going. Fixing that would also resolve this bug.
Versions:
You need openkeychain you can get it on Android. It's pretty much the bog standard app.used for encryption stuff for foss apps.
Currently, oandbackup backs up to globally-readable storage. Any app can read the backups and leak internal data of other apps.
In an ideal world, only oandbackup and a syncing app (e.g. syncopoli) can read the backups. Perhaps oandbackup itself could be in charge of syncing.
Desktop Ubuntu's Duplicity can make backups automatically, incrementally, encrypted, off-site. Perhaps it can serve as inspiration (it is GPL, not MIT license).