Backup files with ADB
- Enable “Debug USB” on the device target.
- Acquire a shell, by giving
adb shell
- Locate your files.
- if you have root access and you’d like to browse root folder, type
su
- if you have root access and you’d like to browse root folder, type
- Once you located files and folders give
adb pull <source> <dest>