Earlier quoted context omitted.
>I see your point, but from the perspective of the Android phone, this is already a backup. This is because if I lose the phone, I can restore the important parts of its state from the copy on the server - which is the definition of a backup, according to Wikipedia for example. I am not familiar enough with nextcloud but what happens if - excluding your home server setup - you modify a picture on your smartphone and…
Nextcloud has a first-party plugin that keeps a version history, which is very useful to enable to mitigate issues like this. That combined with the default behavior that deletions on devices only go to the trash on the server turns it into a real backup option.
Ask HN: How do you backup your Android?
211–220 of 227 posts
Re: Ask HN: How do you backup your Android?
#212Earlier quoted context omitted.
>I see your point, but from the perspective of the Android phone, this is already a backup. This is because if I lose the phone, I can restore the important parts of its state from the copy on the server - which is the definition of a backup, according to Wikipedia for example. I am not familiar enough with nextcloud but what happens if - excluding your home server setup - you modify a picture on your smartphone and…
Ah, right, then maybe I didn't see the point after all. Nextcloud handles this quite well though, I think, it will say, on the phone, that there is a conflict between the two versions of the file, and in case of images, it ever shows them side by side, and asks you what to do.
Re: Ask HN: How do you backup your Android?
#213phones are treated as disposables
including all data around it
simpler that way
Re: Ask HN: How do you backup your Android?
#214Earlier quoted context omitted.
> 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?
Google already automatically backs up secrets to your Google Account
Re: Ask HN: How do you backup your Android?
#215Earlier quoted context omitted.
also use NeoBackup, and it works pretty well for the most part.
Since your phone is rooted, how do you manage banking apps and other things that don't like working on a rooted device? How much work is involved in getting those to work?
Some banking apps just work - two with warning on first launch, and one just doesn't care at all.
Two refuse to run and I have an old unrooted phone for them. Resulting in me being a good customer of those three banks that are not fussy.
So try and see, perhaps things just work!
Re: Ask HN: How do you backup your Android?
#216Earlier quoted context omitted.
Google already automatically backs up secrets to your Google Account
What could possibly go wrong.
Re: Ask HN: How do you backup your Android?
#217Re: Ask HN: How do you backup your Android?
#218Earlier quoted context omitted.
AFAIK Takeout + Photos returns the original image file exactly as it originally existed, EXIF intact. Any additional metadata you have added manually is placed in a JSON file with the same name, adjacent to the image file. It sounds like you want Photos to somehow merge that added metadata back into the image files, altering them. I'm quite confident that there would be an equal number of people complaining about cha…
No, they remove all of it, date/time, camera, location, all of that is in the JSON. There are 3rd party tools to automate adding it back, but direct from Google all of your photos will not have any of the metadata
Re: Ask HN: How do you backup your Android?
#219Earlier quoted context omitted.
Whenever I switch android phones, I need to setup each app from scratch, unless is a google app.
What do you mean "set up"? Like when I get a new phone, my previous apps just reinstall themselves. I might have to log back in, but that only takes a sec with a password manager. Does it not work like that for you? I've only gone from Nexus to Pixel to Pixel though (all Google phones) so maybe that's why?
Is like a new phone besides contacts/mails/photos, the rest (besides the pre-installation) is like I never used the apps on the phone.
From having to login to having to re-configure everything.
Re: Ask HN: How do you backup your Android?
#220rsync -a --delete --quiet '/run/user/1000/gvfs/mtp:host=SAMSUNG_SAMSUNG_Android_5210f7e3ea5e5417/Internal shared storage' /home/luqtas/Android; notify-send "android backed!"
How does this work, isn't gvfs a userspace virtual fs? FUSE?