I need to backup every single user installed app, beyond system apps.
I have heard that adb backup
will only backup some of these apps (the ones which allows it). Although, I'm not sure if this is the case with TWRP. Is it?
I want to make sure that when I restore, I won't have to download apps and configure them, again. If TWRP can't achive this, what can I do, alternatively?
Currently, I am running this command to backup with TWRP:
adb backup -f data.ab --twrp compress data system
Do I need to include any other partition?