This repository was archived by the owner on Apr 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Overall architecture / adbackup todos #3
Copy link
Copy link
Open
Labels
Description
Todos for adbackup
- core
- make adbackup usable as module and cli tool split adbackup.rs into module and cli tool #9
- define api interface (should be consistent between module and cli)
- make adbackup usable as module and cli tool split adbackup.rs into module and cli tool #9
- device connection
- list available devices list available devices #4
- wrap backup/restore commands Implement backup/restore commands #12
- list available apps to backup on device Implement backup/restore commands #12
- backup/restore options (adb)
- with system applications
- with data
- sd card
- single app with data
- data handling
- pack/unpack backup Pack/unpack backup #13
- define how to store data to make incremental backups possible (database) store backups in sqlite database #6
- store data and apps
- documentation
- preconditions (install adb, enable debug mode etc) Preconditions for using adbackup #18
- how adbackup works how adbackup works #16
- frameworks