Live data from Hacker News

Ask HN: How do you backup your Android?

news.ycombinator.com

81–90 of 227 posts

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

#81
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.

I didn't know about Google Takeout despite having searched for a way to get my photos out years ago. Blows me away.

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

#82
post #78

Google for contacts and small stuff. Photos get copied to a home server which itself gets backed up. I've used rsync front-ends, non-standard apps which I don't like (PhotoSync). It's been plain SMB shares accessed through CX Filebrowser recently, I haven't cared to get fancy. I'm always using this SMB share with various devices anyway because tons of things "just work" like VLC on Chromecast.

How do you copy the photos to a home server?

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

#84
post #8

My device is rooted and I use NeoBackup to backup apps with all their data (including what the app developer marked as "should not be backed up", often data that they would like you to backup on their own cloud instead). Syncthing synchronises these backups to my home server automatically, as well as the phone's user data (photos, mainly). The photos are additionally sent to Photoprism. I avoid Google's cloud as much…

> My device is rooted A problem in and of itself: brittle when upgrading, won't work with you banking app, etc...

Just install a couple Magisk modules and your banking app should work fine. At least mine does.

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

#85
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.

I didn't know about Google Takeout despite having searched for a way to get my photos out years ago. Blows me away.

The problem with Takeout is it removes the metadata from your photos. Google wants you locked in to Google Photos. Years ago they also removed the ability to sync with Google Drive, so the only way to get your photos out without losing metadata is to download them directly from photos.google.com, 50 at a time

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

#86
post #59

Earlier quoted context omitted.

> Last time I had an Apple device the only way to backup was plugging it into a desktop with iTunes. Apple's supported full iCloud backups and over-the-air restore for at least 11 years, maybe 13 years.

Yeah, I would have figured. My actual question is how is Google's backup lacking?

to be clear Apple's "full" icloud backup is full in name only. if you get a new iphone and do a backup and restore, expect to spend several more hours setting up various apps and details on your new device. you'll have to log in to your apps on the new device and setup things there if the app doesn't work with iCloud's backup mechanism.

it might be better than android's backup system, but it still leaves a lot to be desired.

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

#88
post #8

My device is rooted and I use NeoBackup to backup apps with all their data (including what the app developer marked as "should not be backed up", often data that they would like you to backup on their own cloud instead). Syncthing synchronises these backups to my home server automatically, as well as the phone's user data (photos, mainly). The photos are additionally sent to Photoprism. I avoid Google's cloud as much…

> My device is rooted A problem in and of itself: brittle when upgrading, won't work with you banking app, etc...

Banking web apps usually, mostly work just fine. The one exception is depositing checks. It's pretty rare that I need to do that these days, though.

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

#89
post #47
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

> find . -mtime -${DAYS} | cpio -o That will break if a file name has new lines.

Is that really an issue? I just haven't seen a file name with a newline in it. If so, couldn't it just be run with -o0?

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

#90

Earlier quoted context omitted.

Yeah, I would have figured. My actual question is how is Google's backup lacking?

It backs up... Photos, basically? With an iPhone you can take a complete image of the device, and never lose a file again. With Android, solid chance you'll never migrate to a new phone and not lose stuff. It's such a fucking shitty thing that doesn't need to be.

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?

Post reply on HN