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

NAME

6       git-annex-reinit - initialize repository, reusing old UUID
7

SYNOPSIS

9       git annex reinit uuid|description
10

DESCRIPTION

12       Normally,  initializing a repository generates a new, unique identifier
13       (UUID) for that repository. Occasionally it may be useful  to  reuse  a
14       UUID -- for example, if a repository got deleted, and you're setting it
15       back up.
16
17       Use this with caution; it can be confusing to have two existing reposi‐
18       tories with the same UUID.
19
20       Make  sure  you run git annex fsck after changing the UUID of a reposi‐
21       tory to make sure location tracking information is recorded correctly.
22
23       Like git annex init, this attempts to enable any special  remotes  that
24       are configured with autoenable=true.
25

SEE ALSO

27       git-annex(1)
28
29       git-annex-init(1)
30
31       git-annex-fsck(1)
32

AUTHOR

34       Joey Hess <id@joeyh.name>
35
36                                                           git-annex-reinit(1)
Impressum