Backup files with ADB

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