Anybody want to give me advice on how to back up everything important from an Android phone? Assume I have about… eight hours and somewhere in there I have to sleep.
I guess I'm using adb, but I barely know what I'm supposed to be grabbing, also neither adb pull nor the https://github.com/jb2170/better-adb-sync tool google says to use is like… y'know… doing anything…
@mcc about a month ago I was looking into the same thing and couldn't find a good solution.
I ended up adb pulling internal and external storage as a backup. Also used the export features from the apps that offered them.
@mcc I remember seeing error messages about that too, but I think it just carried on? I'm not quite sure right now.
Maybe you could also create a tar archive on device and transfer that? Maybe you could even stream it directly using `adb shell`?