Losing data on a smartphone is always stressful, but having an up-to-date backup turns a potential disaster into a short-term technical hiccup. Many users create backups following the instructions, but are often at a loss when it comes time to restore: Are their photos, contacts and settings gone? Where exactly? The answer to this question depends on the archiving method you choose. In the ecosystem Are their photos, contacts and settings gone?
The answer to this question depends on the archiving method you choose. In the ecosystem Android there are several fundamentally different ways to save information, each of which has its own access features and risks.
In this article we will analyze in detail the physical and logical storage locations for backups, help you find lost files and explain the difference between cloud and local methods of data protection.
Google One cloud storage: invisible safe
The most common backup method for modern smartphones is Google services. By default, when logging into your account, the system prompts you to enable synchronization, which automatically saves key data on remote servers.
The main advantage of this method is that there is no need to manually manage files. You do not see the backup file itself in Explorer, since it is stored in encrypted form on the corporationโs servers. It can only be accessed through the system settings or the initial setup process of a new device.
To check the availability and date of the last copy, you need to go to the menu Settings โ Google โ Backup. This displays the save status for Contacts, Calendar, SMS and the list of installed applications.
โ ๏ธ Note: Google Cloud Storage provides a free limit of 15 GB, which is common to Gmail, Google Drive and Photos. If the space runs out, the creation of new backups will be suspended.
It is important to understand that Google Drive does not allow you to simply download the full system image to your computer for manual editing. This is done for security purposes so that attackers cannot inject malicious code into the archive before recovery.
For users who store large volumes of media files, it is critical to monitor the tariff plan. The conditions for providing space may change, so always check the current limits in your personal account of the service.
Local storage: searching for files on the device
Many smartphone manufacturers, such as Xiaomi, Samsung or Huawei, offer their own tools for creating local backups. Unlike the cloud, these files are saved directly in the phoneโs internal memory.
You can find them using any file manager. Usually the system creates a special hidden or explicit directory where archives with the extension .bak or .zipare stored. The path to this data often looks standard for most shells.
The most common paths to local backups:
- ๐
/MIUI/backup/AllBackupโ for Xiaomi and Redmi devices - ๐
/Android/data/com.hihonor.cloud/files/backupโ for Honor - ๐
/Samsung/SmartSwitchโ for Samsung Smart Switch data
If you use third-party applications for backup, for example Swift Backup or Titanium Backup (for root access), then the folders will be located in the root of the internal memory or in the directory /Android/data/ of the corresponding application.
Copying these files to a computer or external hard drive is an excellent strategy for creating a โcoldโ archive that does not depend on the availability of the Internet and a subscription to cloud services.
Before clearing the internal memory, be sure to check the backup folder. Accidentally deleting this directory along with junk files may deprive you of your only copy of data.
Backup to an SD card
Using a microSD card remains one of the most reliable ways to store data, especially if the internal memory of a smartphone is full. This method allows you to physically separate information from the device.
When you select an SD card as the target media in the phone settings, the system creates a separate partition or folder on it. Often, users forget where exactly the file was saved, because the card can be formatted as internal memory or as portable storage.
| Media type | File path | Access from PC | Reliability |
|---|---|---|---|
| Internal memory | /Internal Storage/Backup | Via USB cable | Medium (risk of breaking the phone) |
| SD card (portable) | /SD Card/Backup | Via card reader | High (easy to transfer) |
| SD card (internal) | Encrypted partition | No (only in this phone) | Medium (linked to device) |
| Google Cloud | Remote server | Via web interface (partially) | High (protection from physical damage) |
If the card is formatted as internal memory (Adoptable Storage), the files on it are encrypted with the key of a specific smartphone. You will not be able to read them on another device or through a card reader without losing data.
For maximum security, it is recommended to use the card in portable media mode and regularly remove it to check the integrity of files on the computer.
โ ๏ธ Attention: Memory cards have a limited resource of rewrite cycles. Do not use cheap Class 4 or Class 6 cards for constant backup - they may fail at the most inopportune moment.
Backup to a computer via USB and ADB
For advanced users who want full control over their data, creating system images on a personal computer is ideal. This method requires a cable and, in some cases, USB debugging to be enabled.
The standard command for creating a full backup through the developer tools is as follows. You will need to connect your phone, enable debugging and enter the command in the terminal:
adb backup -apk -shared -all -system -f backup.ab
The resulting file backup.ab will be saved in the folder from which the command line was launched. However, it is worth considering that modern versions of Android (starting from 10 and higher) often block the creation of full backups via ADB for applications that use new security standards.
Why may ADB backup not work?
Starting with Android 10, Google has limited the ability to create full backups via ADB for most applications. This is done to protect user data from leaks when connecting to untrusted computers. For a full backup, root access or the use of specialized software from the manufacturer are now often required.
An alternative is to use proprietary software, such as Samsung Smart Switch for PC or Xiaomi Mi PC Suite. These apps create encrypted images in directories of your choice on your computer's hard drive.
Storing a copy on an external HDD or SSD provides triple protection: the data does not depend on the Internet, does not take up space on the phone, and is protected from damage to the smartphone itself.
Data recovery from different sources
Knowing where the copy is saved is useful, but it is even more important to be able to return it. The recovery process is completely different depending on where the file is located.
If you are using the Google cloud, recovery occurs automatically the first time you turn on the phone after a reset. The system will prompt you to select an account and backup date, after which it will begin downloading applications and settings in the background.
For local files, the algorithm of actions is different:
- ๐ Move the backup file to the same folder from where it was created (for example,
/MIUI/backup/AllBackup). - โ๏ธ Go to your phone settings and find the item "Recovery from a local copy".
- โ Select the desired file by date and confirm the operation.
When restoring from a file .ab on the computer, use the reverse command: adb restore backup.abThe phone must be unlocked, and a request to do so will appear on the screen. confirmation of data recovery.
Restoring from a local copy is faster than from the cloud, since it does not depend on the speed of the Internet connection, but requires the physical presence of the file in the correct directory.
Frequent problems and their solutions
Users often encounter a situation where the backup file exists, but the system refuses (refuses) to see it. Most often this is due to incompatibility of Android versions or a change in the folder structure after a firmware update.
Another common problem is file corruption. If the copy creation process was interrupted due to a low battery or a system failure, the archive may become unreadable. In such cases, specialized data recovery software sometimes helps to save some of the information.
It is also worth remembering. encryption. If you changed your phone to a device of another brand, the local copy from the old smartphone will most likely not work. The backup formats of Samsung, Xiaomi and "pure" Android are different.
โ ๏ธ Attention: Never try to edit backup files manually in a text editor. This will break the checksums and make the archive unusable. recovery.
Regularly checking the integrity of backups is a habit that saves your nerves. Once every six months, try restoring a test file or contact on another device to make sure that the process works correctly.
โ๏ธ Checking readiness for recovery
Is it possible to copy the Google Drive backup file to a flash drive?
No, files Google Drive system backups are stored encrypted on servers and are not directly accessible for downloading as a single file. You can upload a separate photo via Google Takeout, but the full system image cannot be downloaded.
Where are WhatsApp backups stored?
Local copies of WhatsApp are located in the folder /Android/media/com.whatsapp/WhatsApp/Databases (on new versions of Android) or in the root /WhatsApp/Databases. Cloud copies are stored on Google Drive in a hidden application section and are not visible in the general list of files.
What to do if the phone does not see the backup file on the SD card?
Make sure that the card is formatted as portable storage and not as internal memory. Check that the file path exactly matches what the recovery system expects. Sometimes renaming the file helps, removing extra characters from the name.
How long is a Google backup stored?
The backup is stored until you delete it manually or stop using your account for more than 500 days. The copy is also deleted if you disable the backup function in the phone settings.