|
NAMEaffconvert - convert files between RAW and AFF formatsSYNOPSISaffconvert [options] file1 [... files] DESCRIPTIONConvert files from RAW to AFF, AFF to RAW and AFF to AFF (recompressing/uncompressing). WARNING: the source file must have 'raw' or 'aff' as extension in name.This file is part of the AFFLIBv3, that provides AFF. AFF is an open and extensible file format to store disk images and associated metadata. It is useful in several scenaries, as computer forensics investigations. OPTIONSGeneral options:
AFF output options:
Raw output options:
Dangerous input options:
EXAMPLESConvert file1.raw to file1.aff:$ affconvert file1.rawConvert file1.aff to file1.raw: $ affconvert -r file1.affBatch convert files: $ affconvert file1.raw file2.raw file3.raw $ affconvert -r file1.aff file2.aff file3.affSplit an AFF file into 4GB chunks for archiving to DVD: $ affconvert -M4g -odvd.afd bigfile.aff SEE ALSOaffcat(1), affcompare(1), affcopy(1), affcrypto(1), affdiskprint(1), affinfo(1), affix(1), affrecover(1), affsegment(1), affsign(1), affstats(1), affuse(1), affverify(1), affxml(1)AUTHORThe AFFLIB was written by Simson L. Garfinkel <simsong@acm.org> and Basis Technology, Inc.This manual page was written by Joao Eriberto Mota Filho <eriberto@debian.org> for the Debian project (but may be used by others).
Visit the GSP FreeBSD Man Page Interface. |