summaryrefslogtreecommitdiff
path: root/cmds/bmgr/src/com
Commit message (Expand)AuthorAgeFilesLines
* Get OperationType from transportRuslan Tkhakokhov2021-02-241-3/+2
* Revert "Get OperationType from transport"Kapish Goel2021-02-121-2/+3
* Get OperationType from transportRuslan Tkhakokhov2021-02-111-3/+2
* [FSD2D] Add BackupManager API to start restoreRuslan Tkhakokhov2020-08-061-2/+3
* Add bmgr command to enable/disable auto restoreRuslan Tkhakokhov2019-08-271-0/+29
* Differentiate between various error conditions when calling Bmgr methodsnathch2019-07-171-42/+32
* [Multi-user] Clean up user state stored in the system user directoryChandan Nath2019-04-031-0/+24
* API Review: Internal RestoreSession#restorePackagesRuslan Tkhakokhov2019-03-181-2/+2
* [Multi-user] Disable backup by default in non-system usersAnnie Meng2019-01-241-7/+39
* [Multi-user] Change more BackupManager AIDL methods to accept userId in methodsChandan Nath2018-12-181-18/+22
* [Multi-user] Change BackupManager AIDL to accept userId in methodsChandan Nath2018-12-111-5/+6
* add option --user to Bmgr.javaChandan Nath2018-11-211-46/+79
* Add adb shell bmgr init TRANSPORT... to bmgr helpBernardo Rufino2018-08-221-0/+5
* Add --monitor to bmgr backupnowBernardo Rufino2018-08-091-11/+185
* Merge "Disable bmgr if BMS is not running"Annie Meng2018-06-061-3/+22
|\
| * Disable bmgr if BMS is not runningAnnie Meng2018-06-051-3/+22
* | Remove adb shell bmgr restore <package>Bernardo Rufino2018-06-061-30/+4
|/
* Bmgr about running backupsBernardo Rufino2018-02-281-1/+5
* Binding on-demand #8: Miscellaneous usagesBernardo Rufino2018-01-051-12/+11
* Add 'bmgr' command to synchronously init transportsChristopher Tate2017-06-201-18/+93
* Extend "Transport rejected package" message in BmgrMichal Karpinski2017-06-081-1/+2
* "bmgr restore" really should wait until operation finishes.Makoto Onuki2017-04-121-0/+6
* BackupManager#cancelBackups() APIShreyas Basarge2017-02-141-0/+24
* Add instrumentation for BackupManager during restore.Stefanot2017-02-101-5/+9
* Add monitoring to backup in BackupManager.Stefanot2017-02-101-1/+3
* API to select backup transportShreyas Basarge2017-01-241-6/+65
* Non incremental backup flag for requestBackupShreyas Basarge2017-01-191-8/+20
* Let bmgr inspect the set of whitelisted transportsChristopher Tate2016-06-151-0/+19
* Update bmgr tool.Sergey Poromov2016-02-101-18/+79
* Update bmgr cmd line tool to use requestBackup() API in BackupManagerSergey Poromov2016-01-221-0/+95
* Teach bmgr that "android" is a valid package nameChristopher Tate2014-11-131-1/+1
* Add 'fullbackup' to bmgr's usage statementChristopher Tate2014-06-241-4/+11
* Implement full data backup through transportChristopher Tate2014-06-151-0/+21
* Harden against transiently unavailable backup transportsChristopher Tate2013-11-191-6/+13
* Trying to unbreak build...Sascha Prueter2013-11-191-13/+6
* Harden against transiently unavailable backup transportsChristopher Tate2013-11-181-6/+13
* Can now restore a subset of apps from historical datasetChristopher Tate2011-07-081-6/+26
* Full local backup infrastructureChristopher Tate2011-05-101-8/+1
* Permission fix: don't require BACKUP perm for self-restoresChris Tate2010-11-161-6/+3
* Don't crash bmgr if there are no available restore setsChris Tate2010-11-011-5/+7
* Fix bug #3055578 ("adb shell bmgr list sets" generates NPE and cannot be run ...Fabrice Di Meglio2010-10-011-1/+4
* Fail gracefully if the user fails to supply necessary args to bmgrChristopher Tate2010-06-091-0/+10
* Fix 'bmgr restore'Christopher Tate2010-04-061-1/+1
* Make RestoreSession.getAvailableRestoreSets() asynchronousChristopher Tate2010-03-301-6/+21
* API CHANGE: Backup/restore API changes requested by the API CouncilChristopher Tate2010-03-261-2/+2
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-4/+4
* fix hex parsing of bmgrChristian Sonntag2010-03-041-1/+1
* Add single-package restore to Bmgr feature setChristopher Tate2010-02-261-17/+64
* Add single-package restore from an app's most-recent dataChristopher Tate2010-02-041-1/+1
* Don't let bmgr leave a restore session hanging on errorChristopher Tate2009-08-111-8/+10