diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-30 14:19:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-30 14:19:21 -0400 |
commit | 61124e1c9bc358fae4bd9eae32c1a4069e6de0e3 (patch) | |
tree | ee615a1ad4fc5caa693a519d7c625b2927d31148 /doc | |
parent | 43571844f9d47d1a1b2506b11632b4784d5b83a1 (diff) | |
parent | ce15abd86ad951e37ba30070c86e44b48607f374 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/updating_the___34__number_of_copies__34__.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/updating_the___34__number_of_copies__34__.mdwn b/doc/forum/updating_the___34__number_of_copies__34__.mdwn new file mode 100644 index 000000000..c28d26530 --- /dev/null +++ b/doc/forum/updating_the___34__number_of_copies__34__.mdwn @@ -0,0 +1,14 @@ +Is it possible to let git-annex check and update the "number of copies" or "whereis" information without recalculating the checksome? + +The use case is this: + +I have a very large "repo1": 300.000 files 1.5 TB. + +I copy it using low level tools for performance (clone the partition, netcat over network, or whatever...) + +Then i do "git annex init 'repo2'". +All files exist in both repos and the simlinks are valid, but git-annex does not know about it. +The "git-annex wehereis" only shows "repo1". How can I tell him without rehashing 1.6TB? + +Thx + |