File System rebuilder for Sony Xperia DBK backup file

ewft d5e9f55b97 Fix README 6 лет назад
.idea c9bc401763 first commit 6 лет назад
README.md d5e9f55b97 Fix README 6 лет назад
main.py b33884c1e7 Update main.py for DBK 6 лет назад
template.xml c9bc401763 first commit 6 лет назад

README.md

File System rebuilder for Sony Xperia DBK backup file

Sony Xperia backup file, with dbk extension, are in fact zip archive. But all files are stored in a same an unique "Content" folder, with as a filename a "Content-Id". And a FileSystm.xml file contains the folder hierarchy and the correspondance between real name and Content-Id.

This script reconstruct the filesystem, by recreating the folder hierarchy, renaming the file with their correct name and moving them at their location in the folder hierarchy.

Requierment

Python 2.7

Usage

Open main.py

Setup Parameters


# Output folder for the reconstruction
top_root = "../result2/"

# Path to the FileSystem.xml
FileSystemXML = "../FileSystem.xml"

# Path to the Content Folder
ContentFolder = "../Content"

# Dry Run
DryRun = True

run script with

python2 main.py