diff options
author | https://www.google.com/accounts/o8/id?id=AItOawld54zdyk6b0W4jXnssSO_j2Nn3W1uVsUE <Paul@web> | 2014-08-24 20:27:09 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-08-24 20:27:09 +0000 |
commit | a9e01a40a83994e7bc8643c837776ae87755fbc3 (patch) | |
tree | 3b9070c58851e32f8dc5f5c736c2d01b897a49f5 /doc | |
parent | cf2abb21450243d74eab2fcbb646039a05368d28 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/__34__old__34___and___34__new__34___hash_formats_are_mixed_up/comment_1_5ed3f7b21b007e269f5846cb2d805493._comment | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/bugs/__34__old__34___and___34__new__34___hash_formats_are_mixed_up/comment_1_5ed3f7b21b007e269f5846cb2d805493._comment b/doc/bugs/__34__old__34___and___34__new__34___hash_formats_are_mixed_up/comment_1_5ed3f7b21b007e269f5846cb2d805493._comment new file mode 100644 index 000000000..8ca81d325 --- /dev/null +++ b/doc/bugs/__34__old__34___and___34__new__34___hash_formats_are_mixed_up/comment_1_5ed3f7b21b007e269f5846cb2d805493._comment @@ -0,0 +1,35 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawld54zdyk6b0W4jXnssSO_j2Nn3W1uVsUE" + nickname="Paul" + subject="comment 1" + date="2014-08-24T20:27:08Z" + content=""" +Aha, so local repo is created with old hash format. But when you add remote (special rsync remote in my case), and copy --to it, it uses new hashes: + +~~~~ +copy 20120122 Routing doorbell/IMG_3776.JPG (checking nas-rsync...) (to nas-rsync...) +sending incremental file list +7a6/ +7a6/632/ +7a6/632/SHA256E-s688630--5bc2e8beb7a57f6fbcd7d9321cd5283f04448ea475099dac07ae38f002208040.JPG/ +7a6/632/SHA256E-s688630--5bc2e8beb7a57f6fbcd7d9321cd5283f04448ea475099dac07ae38f002208040.JPG/SHA256E-s688630--5bc2e8beb7a57f6fbcd7d9321cd5283f04448ea475099dac07ae38f002208040.JPG +~~~~ + +This explains this nonsense: + +~~~~ +$ git annex unused --from=nas-rsync +unused nas-rsync (checking for unused data...) (checking master...) + Some annexed data on nas-rsync is not used by any files: + NUMBER KEY + 1 SHA256E-s585398--005fe0534d6cc17a3536c1817b091d00249834c338f289ec6569e9f262889251.JPG + 2 SHA256E-s688630--5bc2e8beb7a57f6fbcd7d9321cd5283f04448ea475099dac07ae38f002208040.JPG + 3 SHA256E-s676047--3cd28892ee54aba13e074f230709b2c3b87915ff36efd9be3ddfc603e92ecdda.JPG + (To see where data was previously used, try: git log --stat -S'KEY') + + To remove unwanted data: git-annex dropunused --from nas-rsync NUMBER + +ok +~~~~ + +"""]] |