summaryrefslogtreecommitdiff
path: root/doc/forum/Convert_regular_git-annex_repo_to_a_rsync_repo/comment_2_76bfb11396dc20a5105376b22e7e773b._comment
blob: 8ed4f650811df9867d49db093ae4efd23b3aa98b (plain)
1
2
3
4
5
6
7
8
9
10
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="209.250.56.172"
 subject="comment 2"
 date="2014-02-23T19:07:59Z"
 content="""
However, if the only problem is that pushing and pulling with a git repository makes `git annex sync` take too long, another option is setting `git config remote.$foo.annex-sync false`. You can still then use git-annex commands to get and push data to the remote, and can even `git annex sync $foo` from time to time, but it won't slow down the normal `git annex sync`.

However, this also prevents the assistant from uploading new files to the remote automatically.
"""]]