diff options
author | https://me.yahoo.com/a/lgHmyxsDhPHsmhHSpL5vMyo8qOUwu4WiaNog#8cc41 <heywood@web> | 2014-11-11 10:16:31 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-11-11 10:16:31 +0000 |
commit | 9d856c3097e0234d9953d2373b7f9f69459358ee (patch) | |
tree | da695cd4deb0a2e23e6e504699148c97aaa33c75 | |
parent | 8cb61e2021c47c091dd6159eb28eb0c7ec391970 (diff) |
-rw-r--r-- | doc/forum/Shared_Encryption_does_not_Work_as_Expected.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/Shared_Encryption_does_not_Work_as_Expected.mdwn b/doc/forum/Shared_Encryption_does_not_Work_as_Expected.mdwn new file mode 100644 index 000000000..660006a5b --- /dev/null +++ b/doc/forum/Shared_Encryption_does_not_Work_as_Expected.mdwn @@ -0,0 +1,11 @@ +I recently started to set up a share that would be synced between multiple machines. Since I control all of them I thought it might be cool to try using the suggested "shared encryption". This seems to have been a mistake. + +My project folder is now a big mess of symlinks to read-only files. + +I can fix this with a "cp -RH" and get my data back and I can muddle through fixing the permissions but this leads me to two conclusions: + +1. I did something wrong but I don't know what. Should I have created the ssh remote first and the local repo second? + +2. This feature should either be hidden or the UI should be much more explicit about how to use it properly. This cost me quite a bit of time and frustration. + +I really like git-annex so I would appreciate any comments or suggestions. |