This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
docu:csheet:dtproc:backups:android_apps_backup [2021/08/31 13:23] – admin | docu:csheet:dtproc:backups:android_apps_backup [2021/08/31 13:23] (current) – admin | ||
---|---|---|---|
Line 23: | Line 23: | ||
dd if=yourbackupfile.ab ibs=24 skip=1 | openssl zlib -d > yourbackupfile.tar | dd if=yourbackupfile.ab ibs=24 skip=1 | openssl zlib -d > yourbackupfile.tar | ||
# in case you don't have zlib support on your openssl, you can do this: | # in case you don't have zlib support on your openssl, you can do this: | ||
- | dd if=my-backup.ab bs=1 skip=24 | python3 -c ' | + | dd if=yourbackupfile.ab bs=1 skip=24 | python3 -c ' |
# extract the archive | # extract the archive |