diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-23 12:11:16 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-23 12:11:16 -0400 |
commit | f622aa1dcb9f95274df584ab4c2f2199dbd94c54 (patch) | |
tree | 51d5d8d38df6366f64dce631de13b1e532f25b5d /doc | |
parent | c4fbafa61b0dc1df1f2d00c2fb5352848ff36a5c (diff) |
migrate: --force will force migration of keys already using the destination backend. Useful in rare cases.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 8e56f42b5..6ced5c40b 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -868,6 +868,7 @@ subdirectories). Normally, nothing will be done to files already using the new backend. However, if a backend changes the information it uses to construct a key, this can also be used to migrate files to use the new key format. + (To force migration of keys already using the new backend, use --force.) * `reinject src dest` |