summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar oliv5@5a9bb4b174f7995da105238c4e7b3f91767a87bc <oliv5@web>2017-03-18 13:46:58 +0000
committerGravatar admin <admin@branchable.com>2017-03-18 13:46:58 +0000
commitc4728263b9ca20e5d88ca6859b00b85e679740fb (patch)
tree840b4a249207742f913a50b9f8432b31221bf0a6
parente340b777916f48898e15597ce6bdf9be7ba6149d (diff)
-rw-r--r--doc/forum/special_remote_which_applies_a_lossless_operation_in__47__out.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/special_remote_which_applies_a_lossless_operation_in__47__out.mdwn b/doc/forum/special_remote_which_applies_a_lossless_operation_in__47__out.mdwn
new file mode 100644
index 000000000..37a60bc34
--- /dev/null
+++ b/doc/forum/special_remote_which_applies_a_lossless_operation_in__47__out.mdwn
@@ -0,0 +1,9 @@
+Hi,
+
+I'd like to modify the directory special remote, to compress/deflate files before the store/retrieve operations. Purpose is to gain size, with a lossless compression, different depending on the file type (LZMA as a default, dropbox-lepton for jpegs, etc...).
+
+Before I go on, I wonder if the file content modification will interfere with git annex internals.
+It seems it won't, from what I see in the special remote basic exemple given in https://git-annex.branchable.com/special_remotes/external/
+Can someone confirm ?
+
+Thks