I have a tape backup from a defunct server that was created via Symantec Backup Exec version 10.1.5629 on Windows.
Is it possible to extract the backup from this using some standard or open source tools on Linux rather than resorting to a copy of Backup Exec?
I presently have been able to use dd if=/dev/st0 ibs=64K of=tape_contents
, but am now unable to actually extract the data.
I was initially told that this backup was created with the Windows Server 2003 Backup software, however when I attempted to use mtftar
, I received the following output:
mtftar -v < tape_contents
Output:
MFT Generator: Symantec Backup Exec 10.1.5629 Tape Name: Media created
4/2/2015 9:00:08 PM Tape Label: MTF Media
Label|1.0|VERITAS|PVL|2006/11/18.03:00:11|LTO000003|1|{938BB24D-60F6-45B0-ABB5-E66AE4C1EB72}||
MTF out of order (files before directory saw 1701079382 while
expecting limit of 0) Segmentation fault (core dumped)