Live data from Hacker News

Ask HN: How do you backup your Android?

news.ycombinator.com

161–170 of 227 posts

Re: Ask HN: How do you backup your Android?

#161
post #39

DAYS=(some number); cd /place-to-save-stuff ; adb -e shell "cd /sdcard/; find . -mtime -${DAYS} | cpio -o" | cpio -idmuv # rooting phone not required

How does that reach into app folders where adb has no permissions ?

/sdcard is just the user-visible internal storage (the same thing that shows up via MTP if you connect via USB), and ADB can access that fine.

Re: Ask HN: How do you backup your Android?

#162
Copy all photos / videos periodically to my linux server where everything important lives and gets backed up. Everything else gets nuked.

If I change phone I log into Google, start from scratch and download the apps I need / log in wherever I need the first time I need to.

I'm not very happy with using Google / Gmail for contacts and as a login manager, I've been postponing de-googling for 5+ years. The only promise I made to myself is that I'm not giving them a cent (and I keep living with 3% free space).

Re: Ask HN: How do you backup your Android?

#166

Earlier quoted context omitted.

I've gone through like 5 Android phones back to back. Photos, documents, emails, installed apps, contacts... It's all seamless and works, literally just with Google's defaults. What do you think you lose?

App data . Play store simply reinstalls the apps but they're in a clean state. Some apps supposedly back up and restore their data from Google cloud but that's rare.

Honestly, I can't think of a single app that doesn't back up its own data. Meta apps have their own backup mechanism, games all backup either through their own servers or Play Games service, pretty much everything I use is a service of some sort.

But yeah, I guess Google isn't backing up the state of the offline chess app I downloaded 10 years ago...

Re: Ask HN: How do you backup your Android?

#167
post #6

The only data I care about on the phone already gets backed up by Google and is then exported regularly via Google Takeout. I don't live on my phone so I tend not to generate much of any value on it other than random pictures of things. Prior to Google automatically backing up everything, I used Titanium Backup.

> The only data I care about on the phone already gets backed up by Google and is then exported regularly via Google Takeout. Are you using Google Authenticator? If so, how do you backup your secrets?

I use a self-hosted Bitwarden instance for that kind of stuff and before that I used Aegis + Synchthing.

Re: Ask HN: How do you backup your Android?

#168

Nextcloud for me. I run my own home server, which is just a normal PC on a cheap UPS, on a residential internet connection with dynamic DNS. On that, Proxmox, and Nextcloud lives in there as an LXC container. On my phone, the Nextcloud app is installed, and that takes care of the photo/video/downloaded file "cloud" sync, and DAVx5 takes care of calendar, contacts, todo. Nextcloud, with additional apps, can also do Ka…

Unfortunately, NextCloud for Androidadoes not support syncing directories other than a few hardcoded ones.

Re: Ask HN: How do you backup your Android?

#169
Having switched phones a couple of months ago, there didn't seem to be a good option. Either you need to have root - which means that most banking apps won't work anymore -, you need to backup to the cloud which a) not every app supports and b) I don't want to do for more private data, or you need to use the backup API that however some apps also don't support.

It's a mess and I don't understand that Google hasn't fixed that.

Re: Ask HN: How do you backup your Android?

#170
post #106

Earlier quoted context omitted.

Sorry for a dumb question, what are those

To add to the existing comment, the solution I use, and I think the most popular solution right now is called Play Integrity Fix: https://github.com/chiteroman/PlayIntegrityFix/ I haven't had to touch it in about a year, but some apps may try harder to keep people from having control of their own devices.

This makes me want to switch back more than ever.
Post reply on HN