How can I back up my complete android system (settings, apps and data)
- to my own network storage (preferably via
ssh
orrsync
), - in a way that allows reasonably quick recovery of the whole system (e.g. after I replaced the hardware),
- but also allows me to restore individual apps, including the app’s data,
- ideally in a form that allows incremental backups (
rsync
,borg
)
A rooted phone can be assumed, if necessary.
rsync
-based backup as with all my other Linux devices, and I miss that convenience. – Joachim Breitner Jul 07 '18 at 13:50