import subprocess
This is the most reliable method and works for full disk backups (including OS partitions). convert tib to iso
Long answer: A TIB file is a container with proprietary metadata (compression, deduplication, encryption, snapshot info). An ISO is a linear sector-by-sector layout of a filesystem . You must first extract the contents of the TIB, then rebuild a bootable ISO from those files. import subprocess This is the most reliable method