This commit is contained in:
Joey Hess 2025-04-11 13:22:20 -04:00
parent f0a8d5ea17
commit f0123ec43a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 14 additions and 0 deletions

View file

@ -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 Thanks in advance for considering! -- MSz
[[!tag projects/INM7]] [[!tag projects/INM7]]
> [[done]], by implementing the mask special remote --[[Joey]]

View file

@ -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
"""]]