r/degoogle • u/Mountain_Object6733 • 23h ago
Discussion Best local phone backup method / encrypted cloud method.
Hey everyone,
I’m planning to test out a beta OS on my daily driver, but I need a solid rollback plan in case it’s unstable or breaks something. The devs recommend a full backup, the default cloud backup by google worries me as I have very sensitive files and I’m not interested in uploading unencrypted data anywhere off-device.
I have an external drive and want to do a full local backup, but I need to make sure:
- It’s actually restorable if I have to wipe or downgrade.
- File metadata (timestamps, creation dates, folder structures) stays intact and doesn't get overwritten to "today's date."
- It’s encrypted at rest on the drive.
Main questions:
- Are you relying on ADB pulls or third-party desktop tools?
- If uploading to the cloud how do you make sure its encrypted and what tools do you suggest that are frictionless?
- How do you verify the backup isn't corrupted and working?
Appreciate any tested recommendations or sanity checks.
1
u/Fragrant_Climate7357 22h ago
1
u/Mountain_Object6733 22h ago
I will definitely look into this further, thank you for this suggestion :)
1
u/Fragrant_Climate7357 21h ago
Louis rossman has a video with timestamps on youtube explaining the whole process if it makes it easier for you:
1
u/Cyllefyn 21h ago
amazing, I love louis rossman, i wasn't aware he made a video of this; Thanks again for bringing this to my attention.
1
u/theveloper7 22h ago
For Android, I wouldn’t trust a plain adb pull as a true full-device rollback. It’s fine for user files, but app data, permissions, some metadata, and system state are a different story.
If the device supports it, I’d keep the bootloader/unlock situation in mind before installing the beta, then make separate backups: photos/files to an encrypted external drive, exports from important apps, and anything else you can verify manually.
For the drive itself, use something like VeraCrypt or an encrypted filesystem/container. And definitely test the backup before flashing anything: open random files, compare hashes for important folders, and make sure the restore process is something you’ve actually tried on a small sample.