Remix.run Logo
fullstick 6 months ago

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

troyvit 6 months 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 6 months 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 6 months ago | parent [-]

Nice, thank you!