Devices that have Android 4.0 and above can be backed up from the Android SDK and saved to a file on your PC.
This process will allow you to have all of the data from your phone placed into a backup file on your rig.
Backup to File on Windows PC
For more information on the usage of this command,visit the XDA guide.
Restoring From Backup File
If a day shall come when you gotta restore from the backup file, you’re able to simply use theadb restorecommand.Example:adb restoreC:\Users\username\AppData\Local\Android\sdk\platform-tools\
You will then be prompted on the rig for your password.