Parser and file reader for Acronis True Image TIB files
This is a set of tools for reading the contents of Acronis True Image backup files (in particular the ones with file extensions .tib
and .tib.metadata
)
Target features:
Reversing Engineering TODOs:
TODO: Still a work in progress
The objective is to support all versions of the file format. As of right now the Mac and Windows versions produce relatively different file formats (thus likely why True Image does not natively allow for cross-os archive viewing).
Judging by the backwards compatibility information located here (https://kb.acronis.com/tib), the following distinct variants of the file format exist in the wild (each number listed below is the version year of True Image):
<= 2012
>= 2013 and <= 2014
>= 2015 to present
all years
Going along with the True Image documentation here: https://kb.acronis.com/content/1772, we will use the following top-level terms to describe the containers:
Archive
Slice
sSlice
Volume
s (usually just 1 unless it is being split up into smaller parts)Volume
.tib
file. Stored the actual file and metadata information