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 toadb.exe--recursive_adb_search- scan all drives to findadb.exeautomatically--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
ADBBackupfolder in the current working directory - This release does not use the deprecated
adb backupcommand (Oh sorry, this whole project doesnt mentionadb backupanywhere.) - Files are pulled from
/storage/emulated/0/on the device
License
Copyright (C) 2026 Alan
Licensed under GPLv3 - free to use, modify, and redistribute.