Android ADB Backup
From Just Solve the File Format Problem
(Difference between revisions)
Kayvon2008 (Talk | contribs) |
Kayvon2008 (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | Android backups (.ab) are backups made by Android Debug Bridge (ADB). They are the preferred way of backing up | + | 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. |
Revision as of 17:55, 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.