Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large .bak file unpacks to empty directory #4

Open
andyjpb opened this issue Aug 1, 2024 · 0 comments
Open

Large .bak file unpacks to empty directory #4

andyjpb opened this issue Aug 1, 2024 · 0 comments

Comments

@andyjpb
Copy link

andyjpb commented Aug 1, 2024

Hi,

I'm trying to unpack the following file that has been generated by a modern version of SQL Server or SAS (I'm not sure exactly how the file was generated).

$ du -hs DB20240718.bak 
338M    DB20240718.bak

$ file DB20240718.bak
DB20240718.bak: Windows NTbackup archive NT, with file catalog, soft size 8*512, software (0x1200): Microsoft SQL Server

with mtftar thus:

$ ../mtftar/mtftar < DB20240718.bak |tar xv
E:
$ ../mtftar/mtftar < DB20240718.bak        
E:   777      0      0           0 14646244777   5634 5ustar0000

...and I end up with a single empty directory:

$ find E\:/
E:/

I've tried various combinations of the command-line options -v, -l, -L, -p, --pax and not managed to get it to unpack any more files.

Do you have any pointers about how I can debug this further?

Thanks for any pointers you can give me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant