From: gaknuyardi@f7280525ccd44eafd8d1485ec087f27532efd2e9 Date: Wed, 22 Mar 2023 19:26:56 +0000 (+0000) Subject: Added a comment: Understanding encrypted special remote folder structure X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~50^2~89^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0adb3c67f6f56c7f89d5d5d8a672a0b25a09ab02;p=git-annex.git Added a comment: Understanding encrypted special remote folder structure --- diff --git a/doc/special_remotes/comment_51_1a8a217dc31b0a36dfa9975f72d40b3a._comment b/doc/special_remotes/comment_51_1a8a217dc31b0a36dfa9975f72d40b3a._comment new file mode 100644 index 0000000000..59bb3cf8d3 --- /dev/null +++ b/doc/special_remotes/comment_51_1a8a217dc31b0a36dfa9975f72d40b3a._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="gaknuyardi@f7280525ccd44eafd8d1485ec087f27532efd2e9" + nickname="gaknuyardi" + avatar="http://cdn.libravatar.org/avatar/2cfaf95a0836c7a00ef3efb16c3315ae" + subject="Understanding encrypted special remote folder structure" + date="2023-03-22T19:26:55Z" + content=""" +@joey While inspecting my special remote (rsync, encryption=hybrid) I noticed that a couple files ended up in the same folder tree, is that normal or is something wrong? Obfuscated tree output below. + +``` +├── [ 0] xxx +│   └── [ 0] yyy +│   ├── [ 0] GPGHMACSHA512--1234 +│   │   └── [29M] GPGHMACSHA512--1234 +│   └── [ 0] GPGHMACSHA512--5678 +│   └── [ 2G] GPGHMACSHA512--5678 +``` +"""]]