aboutsummaryrefslogtreecommitdiff
path: root/doc/sync/comment_22_e83ed5c0034c48baed7943c596f708ae._comment
blob: 07d93f5d9c474157dedd1e26746dc0c54fec47b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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?
"""]]