|
NAMEaffcopy - reorder and recompress AFF filesSYNOPSISaffcopy [options] file1 file affcopy [options] file1 file2 file3 ... dir affcopy [options] file1 file2 file3 ... dir1 dir2... DESCRIPTIONCopy one AFF file to another. Resulting file is re-ordered and possibly re-compressed.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:
Signature Options:
Encryption Options: Is possible specify passphrase encryption for filename.aff with: file://:passphrase@/filename.aff EXAMPLESCopy file1 to file2:$ affcopy file1 fileCopy all files to dir: $ affcopy file1 file2 file3 dirCopy file1 to dir1, file2 to dir2 and file3 to dir3: $ affcopy file1 file2 file3 dir1 dir2 dir3Encrypt file.aff:
Copy all files in current directory to S3 default bucket with X9 compression: $ affcopy -vy -X9 *.aff s3:/// SEE ALSOaffcat(1), affcompare(1), affconvert(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. |