File System rebuilder for Sony Xperia DBK backup file
|
7 년 전 | |
---|---|---|
.idea | 7 년 전 | |
README.md | 7 년 전 | |
main.py | 7 년 전 | |
template.xml | 7 년 전 |
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.
Python 2.7
Open main.py
Setup Parameters
'''
top_root = "../result2/"
FileSystemXML = "../FileSystem.xml"
ContentFolder = "../Content"
DryRun = True '''
run script with
''' python2 main.py '''