diff options
author | 2017-05-03 20:52:43 +0000 | |
---|---|---|
committer | 2017-05-03 20:52:43 +0000 | |
commit | 49bca4f2cf4ebc33e0677732716ccc38a8e6adbb (patch) | |
tree | 2b19ac6900d4c6a893bcfec4aaf95927c3fb98a1 /doc/sync/comment_22_e83ed5c0034c48baed7943c596f708ae._comment | |
parent | 51088c0e5d726c4b422cbe451090cc7fb2fb4019 (diff) |
Added a comment: Compressed file transfers
Diffstat (limited to 'doc/sync/comment_22_e83ed5c0034c48baed7943c596f708ae._comment')
-rw-r--r-- | doc/sync/comment_22_e83ed5c0034c48baed7943c596f708ae._comment | 17 |
1 files changed, 17 insertions, 0 deletions
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? +"""]] |