Questions tagged [backupmanager]

When an application has made changes to data which should be backed up, a call to dataChanged() will notify the backup service. The system will then schedule a backup operation to occur in the near future. Repeated calls to dataChanged() have no further effect until the backup operation actually occurs.

A backup or restore operation for your application begins when the system launches the BackupAgent subclass you've declared in your manifest. See the documentation for BackupAgent for a detailed description of how the operation then proceeds.

Several attributes affecting the operation of the backup and restore mechanism can be set on the tag in your application's AndroidManifest.xml file.

4 questions
3
votes
1 answer

BackupManager requestRestore() deprecated, what's the alternative?

Does anyone know what I can now use to request data to be sync'd on Android using the BackupManager? The docs state that the method is now deprecated but don't offer an equivalent/replacement call for that method. I am aware that the sync is…
3
votes
1 answer

App crashes with ClassCastException on Application class testing M backup

I'm following the guide to specify exclusions from full backups but running into a crash when I try and test it. $ adb shell bmgr fullbackup Works fine - files are excluded as expected. I clear data then run: $ adb shell bmgr restore…
Philio
  • 3,675
  • 1
  • 23
  • 33
0
votes
0 answers

How to use R1Soft server backup manager API?

I've done research on R1Soft Server Backup Manager API through this link: http://wiki.r1soft.com/display/ServerBackupManager/Use+the+Server+Backup+API My questions are: 1. How can i do the available actions in the UI with the SBM API? How can i add…
rawia
  • 21
  • 2
0
votes
1 answer

ubuntu backup-manager Permission denied

I've recently installed backup manager onto my ubuntu machine to have automated backup going. The problem is when I go to set up the automatization using this code - it comes us up saying this "bash: /etc/backup-manager.sh: Permission denied" I do…
Forrest
  • 567
  • 1
  • 5
  • 10