1git-annex-rekey(1) General Commands Manual git-annex-rekey(1)
2
3
4
6 git-annex-rekey - change keys used for files
7
9 git annex rekey [file key ...]
10
12 This plumbing-level command is similar to migrate, but you specify both
13 the file, and the new key to use for it.
14
15 Multiple pairs of file and key can be given in a single command line.
16
18 --force
19
20 Allow rekeying of even files whose content is not currently
21 available. Use with caution.
22
23 --batch
24 Enables batch mode, in which lines are read from stdin. Each
25 line should contain the file, and the new key to use for that
26 file, separated by a single space.
27
28 -z Makes the --batch input be delimited by nulls instead of the
29 usual newlines.
30
32 git-annex(1)
33
35 Joey Hess <id@joeyh.name>
36
37 git-annex-rekey(1)