From f0123ec43a02de37817e6769f1f97026d5c9fd84 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Apr 2025 13:22:20 -0400 Subject: [PATCH] done --- ...ypt_just_the_annex_on_git+annex_hosting_site.mdwn | 2 ++ ...mment_5_8423d36a81a91aacce9e1906baee5626._comment | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment diff --git a/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site.mdwn b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site.mdwn index f637a5addb..ff25801601 100644 --- a/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site.mdwn +++ b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site.mdwn @@ -14,3 +14,5 @@ The advantage of having the annexed files but not the git repo encrypted is that Thanks in advance for considering! -- MSz [[!tag projects/INM7]] + +> [[done]], by implementing the mask special remote --[[Joey]] diff --git a/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment new file mode 100644 index 0000000000..8472398e18 --- /dev/null +++ b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2025-04-11T17:20:08Z" + content=""" +Implemented this as the mask special remote. + +For example, to make a remote that stores annexed +files encrypted in the origin remote: + + git annex initremote encryptedorigin type=mask remote=origin encryption=hybrid pubkey=id@joeyh.name +"""]]