seedvault/storage
Torsten Grote d13b9ea3fd Always run storage backups in a foreground service
otherwise we get killed for using too much CPU
2021-07-05 20:08:29 +05:30
..
demo Always run storage backups in a foreground service 2021-07-05 20:08:29 +05:30
doc Allow using the same storage location on different devices or user profiles 2021-07-05 20:08:29 +05:30
lib Always run storage backups in a foreground service 2021-07-05 20:08:29 +05:30
.gitignore Add storage library (and demo app) 2021-07-05 20:08:29 +05:30
logcat-verbose.sh Add storage library (and demo app) 2021-07-05 20:08:29 +05:30
README.md Clear existing storage snapshots from storage medium 2021-07-05 20:08:29 +05:30

Seedvault Storage

This is a library for Seedvault storage backup. It can also be used by other apps wanting to provide storage backup feature.

Please see the design document for more information.

There is also a demo app that illustrates the working of the library and does not need to be a system app with elevated permissions. It can be built and installed as a regular app requesting permissions at runtime.

Limitations

The design document mentions several limitations of this initial implementation. One of them is that you cannot backup more than one device to the same storage location.