.TH affcopy "1" "Oct 2014" "AFFCOPY 3.7.4" "reorder and recompress AFF files" .\"Text automatically generated by txt2man .SH NAME \fBaffcopy \fP- reorder and recompress AFF files .SH SYNOPSIS .nf .fam C \fBaffcopy\fP [\fIoptions\fP] \fIfile1\fP \fIfile\fP \fBaffcopy\fP [\fIoptions\fP] \fIfile1\fP \fIfile2\fP \fIfile3\fP \.\.\. \fIdir\fP \fBaffcopy\fP [\fIoptions\fP] \fIfile1\fP \fIfile2\fP \fIfile3\fP \.\.\. \fIdir1\fP dir2\.\.\. .fam T .fi .fam T .fi .SH DESCRIPTION Copy one AFF \fIfile\fP to another. Resulting \fIfile\fP is re-ordered and possibly re-compressed. .PP This \fIfile\fP is part of the AFFLIBv3, that provides AFF. .PP AFF is an open and extensible \fIfile\fP 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-d\fP Print debugging information as well. .TP .B \fB-h\fP Help, print this message. .TP .B \fB-L\fP Recompress pages (preen) with LZMA (smaller but slower). .TP .B \fB-m\fP Just copy the missing segments. .TP .B \fB-V\fP Print the program version and exit. .TP .B \fB-v\fP Verbose: print each \fIfile\fP as it is copied. .TP .B \fB-vv\fP Very verbose: print each segment as it is copied. .TP .B \fB-x\fP Don't verify hashes on reads. .TP .B \fB-Xn\fP Recompress pages (preen) with zlib level n. .TP .B \fB-y\fP Don't verify writes. .TP .B \fB-z\fP ZAP (delete). Copy even if the destination exists. .RE .PP Signature Options: .RS .TP .B \fB-k\fP Specify private key for signing. .TP .B \fB-c\fP Specify a X.509 certificate that matches the private key (by default, the \fIfile\fP is assumed to be the same one provided with the \fB-k\fP option). .TP .B \fB-n\fP Read notes to accompany the copy from standard in. .RE .PP Encryption Options: .PP .nf .fam C Is possible specify passphrase encryption for filename.aff with: file://:passphrase@/filename.aff .fam T .fi .SH EXAMPLES Copy \fIfile1\fP to \fIfile2\fP: .PP .nf .fam C $ affcopy file1 file .fam T .fi Copy all files to \fIdir\fP: .PP .nf .fam C $ affcopy file1 file2 file3 dir .fam T .fi Copy \fIfile1\fP to \fIdir1\fP, \fIfile2\fP to dir2 and \fIfile3\fP to dir3: .PP .nf .fam C $ affcopy file1 file2 file3 dir1 dir2 dir3 .fam T .fi Encrypt file.aff: .RS .TP .B $ \fBaffcopy\fP file.aff \fIfile\fP://:mypassword@/\fIfile\fP-encrypted.aff .RE .PP Copy all files in current directory to S3 default bucket with X9 compression: .PP .nf .fam C $ affcopy \-vy \-X9 *.aff s3:/// .fam T .fi .SH SEE ALSO \fBaffcat\fP(1), \fBaffcompare\fP(1), \fBaffconvert\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).