1affcopy(1)             reorder and recompress AFF files             affcopy(1)
2
3
4

NAME

6       affcopy - reorder and recompress AFF files
7

SYNOPSIS

9       affcopy [options] file1 file
10       affcopy [options] file1 file2 file3 ... dir
11       affcopy [options] file1 file2 file3 ... dir1 dir2...
12

DESCRIPTION

14       Copy one AFF file to another. Resulting file is re-ordered and possibly
15       re-compressed.
16
17       This file is part of the AFFLIBv3, that provides AFF.
18
19       AFF is an open and extensible file format  to  store  disk  images  and
20       associated  metadata.  It  is  useful in several scenaries, as computer
21       forensics investigations.
22

OPTIONS

24       General options:
25
26              -d     Print debugging information as well.
27
28              -h     Help, print this message.
29
30              -L     Recompress pages (preen) with LZMA (smaller but slower).
31
32              -m     Just copy the missing segments.
33
34              -V     Print the program version and exit.
35
36              -v     Verbose: print each file as it is copied.
37
38              -vv    Very verbose: print each segment as it is copied.
39
40              -x     Don't verify hashes on reads.
41
42              -Xn    Recompress pages (preen) with zlib level n.
43
44              -y     Don't verify writes.
45
46              -z     ZAP (delete). Copy even if the destination exists.
47
48       Signature Options:
49
50              -k <filename.key>
51                     Specify private key for signing.
52
53              -c <filename.cer>
54                     Specify a X.509 certificate that matches the private  key
55                     (by  default, the file is assumed to be the same one pro‐
56                     vided with the -k option).
57
58              -n     Read notes to accompany the copy from standard in.
59
60       Encryption Options:
61
62           Is possible specify passphrase encryption for filename.aff with:
63           file://:passphrase@/filename.aff
64

EXAMPLES

66       Copy file1 to file2:
67
68           $ affcopy file1 file
69
70       Copy all files to dir:
71
72           $ affcopy file1 file2 file3 dir
73
74       Copy file1 to dir1, file2 to dir2 and file3 to dir3:
75
76           $ affcopy file1 file2 file3 dir1 dir2 dir3
77
78       Encrypt file.aff:
79
80              $ affcopy
81                     file.aff   file://:mypassword@/file-encrypted.aff
82
83       Copy all files in current directory to S3 default bucket with  X9  com‐
84       pression:
85
86           $ affcopy -vy -X9 *.aff s3:///
87

SEE ALSO

89       affcat(1), affcompare(1), affconvert(1), affcrypto(1), affdiskprint(1),
90       affinfo(1), affix(1), affrecover(1), affsegment(1),  affsign(1),  affs‐
91       tats(1), affuse(1), affverify(1), affxml(1)
92

AUTHOR

94       The  AFFLIB  was  written  by Simson L. Garfinkel <simsong@acm.org> and
95       Basis Technology, Inc.
96
97       This manual page  was  written  by  Joao  Eriberto  Mota  Filho  <erib‐
98       erto@debian.org> for the Debian project (but may be used by others).
99
100
101
102AFFCOPY 3.7.4                      Oct 2014                         affcopy(1)
Impressum