howto extract a file from a bff file?

Hi
howto extract a file from a bff file? Is it possible?

thanks
Israel.

Hi.

Yes. You can use the restore command.

i.e.

restore -qxvf myFile.bff ./file/to/extract

Check the man page for more options.

To list the contents of a bff file:

 restore -qvTf myFile.bff
1 Like