ADB full backup Android
September 28, 2021
- Download ADB for Windows: platform-tools-latest-windows.zip
- Extract the archive and open a
cmdwindow in that folder to runadb.exe. - Verify the connection:
adb devices
- Create the full backup:
adb backup -apk -shared -all -f c:\adb\mybackup.ab
Confirm the backup on your phone when prompted.