Commits

Christopher Tate authored b4a6188a742
Add rough-draft restore API set to IBackupTransport * getAvailableBackups returns the list of backup sets available for restore * getAppSet() returns the set of apps available from a given backup set * getRestoreData() streams the full backup data for a given application (within a given backup set) into a FD; that data will be handed to the app's backup agent for processing.