Seedvault, Syncthing, DAVx5-to-Nextcloud, Signal Archive, passwordstore.app (discontinued) + git
Ask HN: How do you backup your Android?
71–80 of 227 posts
Re: Ask HN: How do you backup your Android?
#72I backup photos onto external drives every few months when I remember too. Is there anything else to backup?
Contacts, SMS messages, that sort of thing. Some people are also really particular about all their settings and widgets and such.
It is why I like a low end Samsung android. It is borderline disposable and I would never view it as more than temporary storage. Works until it breaks or I lose it then start over. In the meantime, if something is that important it mounts easy in linux and I copy over what I want to save.
Re: Ask HN: How do you backup your Android?
#73The 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.
Are you using Google Authenticator?
If so, how do you backup your secrets?
Re: Ask HN: How do you backup your Android?
#74My 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…
A problem in and of itself: brittle when upgrading, won't work with you banking app, etc...
Re: Ask HN: How do you backup your Android?
#75The 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?
Re: Ask HN: How do you backup your Android?
#76DAYS=(some number); cd /place-to-save-stuff ; adb -e shell "cd /sdcard/; find . -mtime -${DAYS} | cpio -o" | cpio -idmuv # rooting phone not required
Re: Ask HN: How do you backup your Android?
#77I don't. Anything worth saving is not on my phone.
This is the way.
Re: Ask HN: How do you backup your Android?
#78Re: Ask HN: How do you backup your Android?
#79Re: Ask HN: How do you backup your Android?
#80I use kde connect to backup the first two, and store keys at time of creation instead of scanning QR code for the last one.
Which then gets into my NAS / 3-2-1 manual backup process.