I use rsync normally but I want something similar for my Android (GrapheneOS) smartphone. I want to just click and backup everything that I set up earlier. For now I manually copy folders to one and then upload it to external drive. What are your recommendations?
A place to discuss anything related to Android or Android adjacent.
INFO:
No attacking others based on their phone preferences. Criticizing OEMs/devices is allowed. Attacking users because a different brand/device works for them isn’t.
Obvious spam will be removed.
Anything directly or indirectly related to Android is allowed.
Check Out Our Partner Communities:
I just pull important stuff via ADB.
I do that via git-annex’ ADB special remote but it’s just an abstraction over pulling the files manually.
Oh nice. Gotta try it with git-annex.
Seconding this. Far faster than copying from the phone mounted the default way through MTP over USB.
If you’re used to rsync, there’s a Python wrapper that makes syncing through ADB work like rsync: https://github.com/jb2170/better-adb-sync
If you’re on Windows, I found a simple GUI for browsing the phone through adb and pushing/pulling files, useful for a one time manual backup like I just did in prep for replacing my phone: https://github.com/Alex4SSB/ADB-Explorer