Added a comment
authorlykos@d125a37d89b1cfac20829f12911656c40cb70018 <lykos@web>
Thu, 13 Feb 2020 12:29:43 +0000 (12:29 +0000)
committeradmin <admin@branchable.com>
Thu, 13 Feb 2020 12:29:43 +0000 (12:29 +0000)
doc/forum/Transparent_compression_of_files/comment_1_7242325defa000572ca8e78e29012451._comment [new file with mode: 0644]

diff --git a/doc/forum/Transparent_compression_of_files/comment_1_7242325defa000572ca8e78e29012451._comment b/doc/forum/Transparent_compression_of_files/comment_1_7242325defa000572ca8e78e29012451._comment
new file mode 100644 (file)
index 0000000..a2a96f1
--- /dev/null
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="lykos@d125a37d89b1cfac20829f12911656c40cb70018"
+ nickname="lykos"
+ avatar="http://cdn.libravatar.org/avatar/085df7b04d3408ba23c19f9c49be9ea2"
+ subject="comment 1"
+ date="2020-02-13T12:29:40Z"
+ content="""
+It's quite easy to implement an [external special remote](https://git-annex.branchable.com/special_remotes/external/) that does transparent compression. You can use the example implementations of the directory remote as a starting point (see [Bash](https://git-annex.branchable.com/special_remotes/external/example.sh/) or [Python](https://github.com/Lykos153/AnnexRemote/blob/master/examples/git-annex-remote-directory)). Then just modify the dostore() and doretrieve() functions to your liking. You probably don't want to support exporting when compression is enabled, though.
+"""]]