I have a Samsung Galaxy S2 GT-I9100 smartphone with LineageOS and TWRP. Every week I make a backup with the following command:
I may optionally use the --compress option, too.
Is there a way to extract the twrp-20170322.ab backup file with stardard GNU/Linux command line tools? There are a number of tutorials online that use dd/tar/openssl, but they don't work when using the --twrp option.
I will also consider installing extra software if needed, but it must be free (as in freedom).
Thanks.
Code:
adb backup -f twrp-20170322.ab --twrp boot data system
I may optionally use the --compress option, too.
Is there a way to extract the twrp-20170322.ab backup file with stardard GNU/Linux command line tools? There are a number of tutorials online that use dd/tar/openssl, but they don't work when using the --twrp option.
I will also consider installing extra software if needed, but it must be free (as in freedom).
Thanks.