Giter Site home page Giter Site logo

acronis-tib's Introduction

Acronis TIB Backup Format Reader

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:

  • Verification of backup file integrity
  • FUSE file system mounter for viewing file-based backups
  • Loop device style-interface for reading backups of full disks/partitions

Reversing Engineering TODOs:

  • Encryption
  • Most of the Windows format spec
  • Some parts of the Mac spec (see the source code for gaps)

Usage

TODO: Still a work in progress

Versions

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):

  1. Windows <= 2012
  2. Windows >= 2013 and <= 2014
  3. Windows >= 2015 to present
  4. Mac OS all years

Terminology

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:

  1. Archive

    • A complete chain/group composed of all backup files over time for a single configuration
    • Composed of Slices
  2. Slice

    • Represents a single point in time and a single set of files
    • Composed of Volumes (usually just 1 unless it is being split up into smaller parts)
    • NOTE: In the case of Mac backups, multiple slices may reference the same volume
  3. Volume

    • A single .tib file. Stored the actual file and metadata information

acronis-tib's People

Contributors

dennisss avatar hmaerki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.