Remix.run Logo
fullstick 8 days ago

Can you share resources on how to backup through termux? I hadn't thought of that.

troyvit 8 days ago | parent [-]

I wrote a how-to!

https://troyvit.net/2023/01/backing-up-android-to-rsync-net/

It has one error. termux-job-scheduler isn't a separate install.

choobacker 8 days ago | parent [-]

One extra tip is to use rrsync to restrict which folders your rsync client can read/write to: https://b.tuxes.uk/termux-rsync-photos.html

This helps mitigate ransomware, and escalation (e.g. reading previously backed up files) attacks.

troyvit 8 days ago | parent [-]

Nice, thank you!