# Android ## Android Backups * Restore a backup by making a tar file out of it via ```sh ( printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" ; tail -c +25 backup.ab ) | tar xfvz ```