1git-annex-migrate(1)        General Commands Manual       git-annex-migrate(1)
2
3
4

NAME

6       git-annex-migrate - switch data to different backend
7

SYNOPSIS

9       git annex migrate [path ...]
10

DESCRIPTION

12       Changes  the specified annexed files to use the default key-value back‐
13       end (or the one specified with --backend). Only files whose content  is
14       currently available are migrated.
15
16       Note  that  the content is also still available using the old key after
17       migration. Use git annex unused to find and remove the old key.
18
19       Normally, nothing will be done to files already using the new  backend.
20       However,  if  a  backend changes the information it uses to construct a
21       key, this can also be used to migrate files to use the new key format.
22
23       When you have multiple repositories that each contain a copy of a file,
24       it's best to run migrate in all of them.
25

OPTIONS

27       --backend
28
29              Specify the new key-value backend to use for migrated data.
30
31       --force
32              Force migration of keys that are already using the new backend.
33
34       file matching options
35              The  git-annex-matching-options(1)  can be used to specify files
36              to migrate.
37

SEE ALSO

39       git-annex(1)
40
41       git-annex-upgrade(1)
42

AUTHOR

44       Joey Hess <id@joeyh.name>
45
46                                                          git-annex-migrate(1)
Impressum