diff --git a/doc/forum/Is_it_possible_adding_files_to_git_annex_bypassing___40__some_parts_of__41___the_git_annex_tools/comment_3_39f0ea1349cdea103d70375263bbfd4a._comment b/doc/forum/Is_it_possible_adding_files_to_git_annex_bypassing___40__some_parts_of__41___the_git_annex_tools/comment_3_39f0ea1349cdea103d70375263bbfd4a._comment new file mode 100644 index 0000000000..183d7c7dda --- /dev/null +++ b/doc/forum/Is_it_possible_adding_files_to_git_annex_bypassing___40__some_parts_of__41___the_git_annex_tools/comment_3_39f0ea1349cdea103d70375263bbfd4a._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="irieger" + avatar="http://cdn.libravatar.org/avatar/83622f3c2fedea51e69f9a3986f95d73" + subject="comment 3" + date="2019-10-22T06:23:20Z" + content=""" +Hey, thanks for those comments. + +tried joeys example in a small test repo but will repeat it with some real image data (on copies of course). + +Just two more things: +1. + KEY=SHA1-s11--x + OBJECT=$(git annex examinekey $KEY --format='.git/annex/objects/${hashdirmixed}${key}/${key}') + + ln -s $OBJECT foo + git add foo + git -c annex.verify=false annex setkey $KEY /mnt/foo +"""]]