summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_costs_not_working_as_expected_in_the_assistant/comment_2_460e78ea8603bd87203d8014bcc3eb9a._comment
blob: ef70e0abdd5ee230efb848232acfd95e46651196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU"
 nickname="Matt"
 subject="comment 2"
 date="2014-04-27T11:48:18Z"
 content="""
Here's the `.git/config`

<pre>
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[branch \"master\"]
	remote = home
	merge = refs/heads/master
[annex]
	uuid = 105776ba-bd78-4884-9126-aeb7c1e6da21
	version = 5
	diskreserve = 100 megabytes
	autoupgrade = ask
	debug = true
	fscknudge = true
[remote \"dancingfrog\"]
	url = ssh://10.23.33.19/Volumes/Media/iTunes Media/Music
	fetch = +refs/heads/*:refs/remotes/dancingfrog/*
	annex-uuid = c3cec307-367b-4373-8cb9-a3da67cee745
	annex-cost = 100
        annex-sync = true
[remote \"home\"]
	url = home:/Volumes/Media/iTunes Media/Music
	fetch = +refs/heads/*:refs/remotes/home/*
	annex-uuid = c3cec307-367b-4373-8cb9-a3da67cee745
	annex-sync = true
        annex-cost = 200        
[remote \"isilon\"]
	url = gcrypt::ssh://rss/home/matt/mnt/isilon/rss/zzalsmf3/git-annex/mus
	fetch = +refs/heads/*:refs/remotes/isilon/*
	gcrypt-participants = 68D8501429C42E01
	gcrypt-signingkey = 68D8501429C42E01
	gcrypt-id = :id:92R1j7+L9r5LuWDi2ZlW
        annex-gcrypt = true 
        annex-uuid = 949a8fc3-6334-5f5e-887d-b1e5725ea443
	annex-sync = true
        annex-cost = 250
[remote \"rss\"]
	url = rss:Music
	fetch = +refs/heads/*:refs/remotes/rss/*
	annex-uuid = 79ff3c20-fab3-44dd-88f7-cc1a41eb73d6
	annex-sync = true
        annex-cost = 200

</pre>
"""]]