From 49bca4f2cf4ebc33e0677732716ccc38a8e6adbb Mon Sep 17 00:00:00 2001 From: mario Date: Wed, 3 May 2017 20:52:43 +0000 Subject: Added a comment: Compressed file transfers --- ...comment_22_e83ed5c0034c48baed7943c596f708ae._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/sync/comment_22_e83ed5c0034c48baed7943c596f708ae._comment diff --git a/doc/sync/comment_22_e83ed5c0034c48baed7943c596f708ae._comment b/doc/sync/comment_22_e83ed5c0034c48baed7943c596f708ae._comment new file mode 100644 index 000000000..07d93f5d9 --- /dev/null +++ b/doc/sync/comment_22_e83ed5c0034c48baed7943c596f708ae._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="mario" + avatar="http://cdn.libravatar.org/avatar/4c63b0935789d29210d0bd8cad8d7ac7" + subject="Compressed file transfers" + date="2017-05-03T20:52:43Z" + content=""" +Hi, + +how does \"git-annex sync --content\" transfers its file to a (regular) ssh-remote? I think it uses rsync.. Is that correct? + +I want to use compression for the file transfers. Therefore, I tried in .git/config to set: + + [remote \"origin\"] + annex-rsync-upload-options = \"--compress\" + +However, it seems that this crashes the upload. The sync just seems to hang.. Is it possible to use compression for the transfer? How? +"""]] -- cgit v1.2.3