Skip to content

ADBBackup_WINDOWS_1.0.0

Latest

Choose a tag to compare

ADBBackup v1.0.0

ADBBackup, a fast, no-asking ADB backup tool for Android devices, built in Python.


Download

Download ADBBackup.exe from the assets below.

No Python installation required.


What's included

  • --photobackup - backs up photos only (PNG, JPG, JPEG)
  • --photovideobackup - backs up photos and videos
  • --allmediabackup - backs up all media (photos, videos, audio)
  • --allbackup - full backup of all media and APKs
  • --adbpath <path> - specify your own path to adb.exe
  • --recursive_adb_search - scan all drives to find adb.exe automatically
  • --help - print usage information
  • --version - print version

Requirements

  • Windows
  • Android device with USB Debugging enabled
  • ADB either in a known location or provided via --adbpath

Usage

ADBBackup --adbpath C:\platform-tools\adb.exe --allmediabackup
ADBBackup --recursive_adb_search --photobackup
ADBBackup --help

Notes

  • Backups are saved to a randomly named ADBBackup folder in the current working directory
  • This release does not use the deprecated adb backup command (Oh sorry, this whole project doesnt mention adb backup anywhere.)
  • Files are pulled from /storage/emulated/0/ on the device

License

Copyright (C) 2026 Alan
Licensed under GPLv3 - free to use, modify, and redistribute.