.TH affconvert "1" "Oct 2014" "AFFCONVERT 3.7.4" "convert files between RAW and AFF formats" .\"Text automatically generated by txt2man .SH NAME \fBaffconvert \fP- convert files between RAW and AFF formats .SH SYNOPSIS .nf .fam C \fBaffconvert\fP [\fIoptions\fP] \fIfile1\fP [\.\.\. \fIfiles\fP] .fam T .fi .fam T .fi .SH DESCRIPTION Convert \fIfiles\fP 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. .PP This file is part of the AFFLIBv3, that provides AFF. .PP 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. .SH OPTIONS General \fIoptions\fP: .RS .TP .B \fB-q\fP Quiet mode. Don't ask questions, don't print status. .TP .B \fB-V\fP Just print the version number and exit. .RE .PP AFF output \fIoptions\fP: .RS .TP .B \fB-a\fP Use 'ext' for aff \fIfiles\fP (default is aff; afd for AFD \fIfiles\fP). .TP .B \fB-L\fP Use the LZMA compression algorithm (better but slower). .TP .B \fB-Mn\fP[kmg] Set maximum size of output file. Suffix with k, m or g. Use with \fB-o\fP. .TP .B \fB-O\fP Use 'dir' as the output directory. Example: \fB-Otest\fP. Note that you need create the directory. .TP .B \fB-o\fP.afd Output to 'dir'.afd (can only convert one at a time). Consider AFF if file ends using .aff. Otherwise assumes raw. The directory must have .afd as extension in name. .TP .B \fB-s\fP Set the image_pagesize as 'n' (default 16777216). .TP .B \fB-x\fP Don't compress the AFF file. .TP .B \fB-X\fP Set compression to 'n'; default is 7. .RE .PP Raw output \fIoptions\fP: .RS .TP .B \fB-e\fP Use 'ext' for the raw \fIfiles\fP (default is raw). Implies in \fB-r\fP. .TP .B \fB-r\fP Generate raw output. .RE .PP Dangerous input \fIoptions\fP: .RS .TP .B \fB-y\fP Always answer yes/no questions 'yes.' .TP .B \fB-Z\fP Do not automatically probe for gzip/bzip2 compression. .TP .B \fB-z\fP ZAP (delete) the output file if it already exists. .SH EXAMPLES Convert file1.raw to file1.aff: .PP .nf .fam C $ affconvert file1.raw .fam T .fi Convert file1.aff to file1.raw: .PP .nf .fam C $ affconvert -r file1.aff .fam T .fi Batch convert \fIfiles\fP: .PP .nf .fam C $ affconvert file1.raw file2.raw file3.raw .fam T .fi .PP .nf .fam C $ affconvert -r file1.aff file2.aff file3.aff .fam T .fi Split an AFF file into 4GB chunks for archiving to DVD: .PP .nf .fam C $ affconvert \-M4g \-odvd.afd bigfile.aff .fam T .fi .SH SEE ALSO \fBaffcat\fP(1), \fBaffcompare\fP(1), \fBaffcopy\fP(1), \fBaffcrypto\fP(1), \fBaffdiskprint\fP(1), \fBaffinfo\fP(1), \fBaffix\fP(1), \fBaffrecover\fP(1), \fBaffsegment\fP(1), \fBaffsign\fP(1), \fBaffstats\fP(1), \fBaffuse\fP(1), \fBaffverify\fP(1), \fBaffxml\fP(1) .SH AUTHOR The AFFLIB was written by Simson L. Garfinkel and Basis Technology, Inc. .PP This manual page was written by Joao Eriberto Mota Filho for the Debian project (but may be used by others).