Android ADB Backup

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
Android backups (.ab) are backups made by Android Debug Bridge (ADB). They are the preferred way of backing up an unrooted stock android device. (Manufacturers and/or carriers may provide their own backup tools). They can be encrypted or unencrypted. They can be created via ADB backup and restored via ADB restore.
 
Android backups (.ab) are backups made by Android Debug Bridge (ADB). They are the preferred way of backing up an unrooted stock android device. (Manufacturers and/or carriers may provide their own backup tools). They can be encrypted or unencrypted. They can be created via ADB backup and restored via ADB restore.
 +
==Flags==
 +
-all Backups all compatible apps
 +
(package id) Backs up the stated package(s) if compatible.
 +
-system backups system apps if -all or a system package Id is stated.
 +
-nosystem does not back up system data

Revision as of 17:57, 30 October 2021

Android backups (.ab) are backups made by Android Debug Bridge (ADB). They are the preferred way of backing up an unrooted stock android device. (Manufacturers and/or carriers may provide their own backup tools). They can be encrypted or unencrypted. They can be created via ADB backup and restored via ADB restore.

Flags

-all Backups all compatible apps (package id) Backs up the stated package(s) if compatible. -system backups system apps if -all or a system package Id is stated. -nosystem does not back up system data

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox