aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Assistant_doesn__39__t_keep_separate_local_repositories_100__37___separate.mdwn
blob: 0ad0f1eb372881c1af0b3691756ca709a42b4216 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
### Please describe the problem.

On two hosts, I've configured two separate local repositories (~/foo and ~/bar) with the assistant and added a transfer repository to ~/foo.

While files are kept separate, the configuration seems to get mixed up. This results in all files beeing uploaded to the configured transfer repository.

The reason might be, that informations about ~/bar are included in the configuration of ~/foo (see below).

### What steps will reproduce the problem?

* Create local repository ~/foo on both hosts
* Add transfer repository to ~/foo on both hosts
* Add some files to ~/foo and let it sync
* Create local repository ~/bar and select keep the repositories separate on both hosts
* All files of ~/foo will now be uploaded again to the transfer repository

### What version of git-annex are you using? On what operating system?

5.20140421~bpo70+1 on Debian 7.5 amd64

### Please provide any additional information below.

*trh@czc4142wfz:~/foo$ git-annex info*
<pre><code>repository mode: direct
trusted repositories: 0
semitrusted repositories: 4
	00000000-0000-0000-0000-000000000001 -- web
 	bd23a5ed-af6e-466d-ac8c-9ea38a220c62 -- trh@r9-y3pll:~/foo
 	cc888105-b6c3-4926-8396-e3870f6bfc05 -- transfer_foo
 	f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 -- here (trh@czc4142wfz:~/foo)
untrusted repositories: 0
transfers in progress: none
available local disk space: 356.11 gigabytes (+1 megabyte reserved)
local annex keys: 2
local annex size: 2.99 gigabytes
annexed files in working tree: 2
size of annexed files in working tree: 2.99 gigabytes
bloom filter size: 16 mebibytes (0% full)
backend usage: 
	SHA256E: 4
</code></pre>

*trh@czc4142wfz:~/bar$ git-annex info*
<pre><code>repository mode: direct
trusted repositories: 0
semitrusted repositories: 2
	00000000-0000-0000-0000-000000000001 -- web
 	f1478436-cf7b-4a05-91a6-91157ae5e9c4 -- here (trh@czc4142wfz:~/bar)
untrusted repositories: 0
transfers in progress: none
available local disk space: 356.11 gigabytes (+1 megabyte reserved)
local annex keys: 0
local annex size: 0 bytes
annexed files in working tree: 0
size of annexed files in working tree: 0 bytes
bloom filter size: 16 mebibytes (0% full)
backend usage: 
</code></pre>

*trh@czc4142wfz:~/foo$ git-annex vicfg*
<pre><code># git-annex configuration
#
# Changes saved to this file will be recorded in the git-annex branch.
#
# Lines in this file have the format:
#   setting field = value

# Repository trust configuration
# (Valid trust levels: trusted semitrusted untrusted dead)
# (for web)
#trust 00000000-0000-0000-0000-000000000001 = semitrusted
# (for trh@r9-y3pll:~/foo)
#trust bd23a5ed-af6e-466d-ac8c-9ea38a220c62 = semitrusted
# (for transfer_foo)
#trust cc888105-b6c3-4926-8396-e3870f6bfc05 = semitrusted
# (for trh@czc4142wfz:~/foo)
#trust f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 = semitrusted

# Repository groups
# (Standard groups: client transfer backup incrementalbackup smallarchive archive source manual public unwanted)
# (Separate group names with spaces)
# (for )
group 357eaef4-af1b-491a-a003-01c2d583056e = client
# (for trh@r9-y3pll:~/foo)
group bd23a5ed-af6e-466d-ac8c-9ea38a220c62 = client
# (for )
group f1478436-cf7b-4a05-91a6-91157ae5e9c4 = client
# (for trh@czc4142wfz:~/foo)
group f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 = client
# (for transfer_foo)
group cc888105-b6c3-4926-8396-e3870f6bfc05 = transfer
# (for web)
#group 00000000-0000-0000-0000-000000000001 =

# Repository preferred contents
# (for )
wanted 357eaef4-af1b-491a-a003-01c2d583056e = standard
# (for trh@r9-y3pll:~/foo)
wanted bd23a5ed-af6e-466d-ac8c-9ea38a220c62 = standard
# (for transfer_foo)
wanted cc888105-b6c3-4926-8396-e3870f6bfc05 = standard
# (for )
wanted f1478436-cf7b-4a05-91a6-91157ae5e9c4 = standard
# (for trh@czc4142wfz:~/foo)
wanted f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 = standard
# (for web)
#wanted 00000000-0000-0000-0000-000000000001 = standard

# Group preferred contents
# (Used by repositories with "groupwanted" in their preferred contents)
#groupwanted archive = standard
#groupwanted backup = standard
#groupwanted client = standard
#groupwanted incrementalbackup = standard
#groupwanted manual = standard
#groupwanted public = standard
#groupwanted smallarchive = standard
#groupwanted source = standard
#groupwanted transfer = standard
#groupwanted unwanted = standard

# Standard preferred contents
# (Used by wanted or groupwanted expressions containing "standard")
# (For reference only; built-in and cannot be changed!)
# standard client = (((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1
# standard transfer = (not (inallgroup=client and copies=client:2) and ((((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1)) or approxlackingcopies=1
# standard backup = include=* or unused
# standard incrementalbackup = ((include=* or unused) and (not copies=incrementalbackup:1)) or approxlackingcopies=1
# standard smallarchive = ((include=*/archive/* or include=archive/*) and ((not (copies=archive:1 or copies=smallarchive:1)) or approxlackingcopies=1)) or approxlackingcopies=1
# standard archive = (not (copies=archive:1 or copies=smallarchive:1)) or approxlackingcopies=1
# standard source = not (copies=1)
# standard manual = present and ((((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1)
# standard public = inpreferreddir
# standard unwanted = exclude=*

# Repository required contents
# (for web)
#required 00000000-0000-0000-0000-000000000001 =
# (for trh@r9-y3pll:~/foo)
#required bd23a5ed-af6e-466d-ac8c-9ea38a220c62 =
# (for transfer_foo)
#required cc888105-b6c3-4926-8396-e3870f6bfc05 =
# (for trh@czc4142wfz:~/foo)
#required f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 =

# Scheduled activities
# (Separate multiple activities with "; ")
# (for web)
#schedule 00000000-0000-0000-0000-000000000001 =
# (for trh@r9-y3pll:~/foo)
#schedule bd23a5ed-af6e-466d-ac8c-9ea38a220c62 =
# (for transfer_foo)
#schedule cc888105-b6c3-4926-8396-e3870f6bfc05 =
# (for trh@czc4142wfz:~/foo)
#schedule f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 =
</code></pre>

**Note: f1478436-cf7b-4a05-91a6-91157ae5e9c4 is id of ~/bar on local host (see below) / 357eaef4-af1b-491a-a003-01c2d583056e is id of ~/bar on r9-y3pll**

*trh@czc4142wfz:~/bar$ git-annex vicfg*
<pre><code># git-annex configuration
#
# Changes saved to this file will be recorded in the git-annex branch.
#
# Lines in this file have the format:
#   setting field = value

# Repository trust configuration
# (Valid trust levels: trusted semitrusted untrusted dead)
# (for web)
#trust 00000000-0000-0000-0000-000000000001 = semitrusted
# (for trh@czc4142wfz:~/bar)
#trust f1478436-cf7b-4a05-91a6-91157ae5e9c4 = semitrusted

# Repository groups
# (Standard groups: client transfer backup incrementalbackup smallarchive archive source manual public unwanted)
# (Separate group names with spaces)
# (for web)
#group 00000000-0000-0000-0000-000000000001 =
# (for trh@czc4142wfz:~/bar)
#group f1478436-cf7b-4a05-91a6-91157ae5e9c4 =

# Repository preferred contents
# (for web)
#wanted 00000000-0000-0000-0000-000000000001 = standard
# (for trh@czc4142wfz:~/bar)
#wanted f1478436-cf7b-4a05-91a6-91157ae5e9c4 = standard

# Group preferred contents
# (Used by repositories with "groupwanted" in their preferred contents)
#groupwanted archive = standard
#groupwanted backup = standard
#groupwanted client = standard
#groupwanted incrementalbackup = standard
#groupwanted manual = standard
#groupwanted public = standard
#groupwanted smallarchive = standard
#groupwanted source = standard
#groupwanted transfer = standard
#groupwanted unwanted = standard

# Standard preferred contents
# (Used by wanted or groupwanted expressions containing "standard")
# (For reference only; built-in and cannot be changed!)
# standard client = (((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1
# standard transfer = (not (inallgroup=client and copies=client:2) and ((((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1)) or approxlackingcopies=1
# standard backup = include=* or unused
# standard incrementalbackup = ((include=* or unused) and (not copies=incrementalbackup:1)) or approxlackingcopies=1
# standard smallarchive = ((include=*/archive/* or include=archive/*) and ((not (copies=archive:1 or copies=smallarchive:1)) or approxlackingcopies=1)) or approxlackingcopies=1
# standard archive = (not (copies=archive:1 or copies=smallarchive:1)) or approxlackingcopies=1
# standard source = not (copies=1)
# standard manual = present and ((((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1)
# standard public = inpreferreddir
# standard unwanted = exclude=*

# Repository required contents
# (for web)
#required 00000000-0000-0000-0000-000000000001 =
# (for trh@czc4142wfz:~/bar)
#required f1478436-cf7b-4a05-91a6-91157ae5e9c4 =

# Scheduled activities
# (Separate multiple activities with "; ")
# (for web)
#schedule 00000000-0000-0000-0000-000000000001 =
# (for trh@czc4142wfz:~/bar)
#schedule f1478436-cf7b-4a05-91a6-91157ae5e9c4 =
</code></pre>

*trh@r9-y3pll:~/foo$ git-annex info*
<pre><code>repository mode: direct
trusted repositories: 0
semitrusted repositories: 4
	00000000-0000-0000-0000-000000000001 -- web
 	bd23a5ed-af6e-466d-ac8c-9ea38a220c62 -- here (trh@r9-y3pll:~/foo)
 	cc888105-b6c3-4926-8396-e3870f6bfc05 -- transfer_foo
 	f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 -- trh@czc4142wfz:~/foo
untrusted repositories: 0
transfers in progress: none
available local disk space: 280.24 gigabytes (+1 megabyte reserved)
local annex keys: 2
local annex size: 2.99 gigabytes
annexed files in working tree: 2
size of annexed files in working tree: 2.99 gigabytes
bloom filter size: 16 mebibytes (0% full)
backend usage: 
	SHA256E: 4
</code></pre>

*trh@r9-y3pll:~/bar$ git-annex info*
<pre><code>repository mode: direct
trusted repositories: 0
semitrusted repositories: 2
	00000000-0000-0000-0000-000000000001 -- web
 	357eaef4-af1b-491a-a003-01c2d583056e -- here (trh@r9-y3pll:~/bar)
untrusted repositories: 0
transfers in progress: none
available local disk space: 280.24 gigabytes (+1 megabyte reserved)
local annex keys: 0
local annex size: 0 bytes
annexed files in working tree: 0
size of annexed files in working tree: 0 bytes
bloom filter size: 16 mebibytes (0% full)
backend usage: 
</code></pre>

*trh@r9-y3pll:~/foo$ git-annex vicfg*
<pre><code># git-annex configuration
#
# Changes saved to this file will be recorded in the git-annex branch.
#
# Lines in this file have the format:
#   setting field = value

# Repository trust configuration
# (Valid trust levels: trusted semitrusted untrusted dead)
# (for web)
#trust 00000000-0000-0000-0000-000000000001 = semitrusted
# (for trh@r9-y3pll:~/foo)
#trust bd23a5ed-af6e-466d-ac8c-9ea38a220c62 = semitrusted
# (for transfer_foo)
#trust cc888105-b6c3-4926-8396-e3870f6bfc05 = semitrusted
# (for trh@czc4142wfz:~/foo)
#trust f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 = semitrusted

# Repository groups
# (Standard groups: client transfer backup incrementalbackup smallarchive archive source manual public unwanted)
# (Separate group names with spaces)
# (for )
group 357eaef4-af1b-491a-a003-01c2d583056e = client
# (for trh@r9-y3pll:~/foo)
group bd23a5ed-af6e-466d-ac8c-9ea38a220c62 = client
# (for )
group f1478436-cf7b-4a05-91a6-91157ae5e9c4 = client
# (for trh@czc4142wfz:~/foo)
group f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 = client
# (for transfer_foo)
group cc888105-b6c3-4926-8396-e3870f6bfc05 = transfer
# (for web)
#group 00000000-0000-0000-0000-000000000001 =

# Repository preferred contents
# (for )
wanted 357eaef4-af1b-491a-a003-01c2d583056e = standard
# (for trh@r9-y3pll:~/foo)
wanted bd23a5ed-af6e-466d-ac8c-9ea38a220c62 = standard
# (for transfer_foo)
wanted cc888105-b6c3-4926-8396-e3870f6bfc05 = standard
# (for )
wanted f1478436-cf7b-4a05-91a6-91157ae5e9c4 = standard
# (for trh@czc4142wfz:~/foo)
wanted f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 = standard
# (for web)
#wanted 00000000-0000-0000-0000-000000000001 = standard

# Group preferred contents
# (Used by repositories with "groupwanted" in their preferred contents)
#groupwanted archive = standard
#groupwanted backup = standard
#groupwanted client = standard
#groupwanted incrementalbackup = standard
#groupwanted manual = standard
#groupwanted public = standard
#groupwanted smallarchive = standard
#groupwanted source = standard
#groupwanted transfer = standard
#groupwanted unwanted = standard

# Standard preferred contents
# (Used by wanted or groupwanted expressions containing "standard")
# (For reference only; built-in and cannot be changed!)
# standard client = (((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1
# standard transfer = (not (inallgroup=client and copies=client:2) and ((((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1)) or approxlackingcopies=1
# standard backup = include=* or unused
# standard incrementalbackup = ((include=* or unused) and (not copies=incrementalbackup:1)) or approxlackingcopies=1
# standard smallarchive = ((include=*/archive/* or include=archive/*) and ((not (copies=archive:1 or copies=smallarchive:1)) or approxlackingcopies=1)) or approxlackingcopies=1
# standard archive = (not (copies=archive:1 or copies=smallarchive:1)) or approxlackingcopies=1
# standard source = not (copies=1)
# standard manual = present and ((((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1)
# standard public = inpreferreddir
# standard unwanted = exclude=*

# Repository required contents
# (for web)
#required 00000000-0000-0000-0000-000000000001 =
# (for trh@r9-y3pll:~/foo)
#required bd23a5ed-af6e-466d-ac8c-9ea38a220c62 =
# (for transfer_foo)
#required cc888105-b6c3-4926-8396-e3870f6bfc05 =
# (for trh@czc4142wfz:~/foo)
#required f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 =

# Scheduled activities
# (Separate multiple activities with "; ")
# (for web)
#schedule 00000000-0000-0000-0000-000000000001 =
# (for trh@r9-y3pll:~/foo)
#schedule bd23a5ed-af6e-466d-ac8c-9ea38a220c62 =
# (for transfer_foo)
#schedule cc888105-b6c3-4926-8396-e3870f6bfc05 =
# (for trh@czc4142wfz:~/foo)
#schedule f3b332fd-4b7a-4a5b-b077-8f13d3d9a407 =
</code></pre>

*trh@r9-y3pll:~/bar$ git-annex vicfg*
<pre><code># git-annex configuration
#
# Changes saved to this file will be recorded in the git-annex branch.
#
# Lines in this file have the format:
#   setting field = value

# Repository trust configuration
# (Valid trust levels: trusted semitrusted untrusted dead)
# (for web)
#trust 00000000-0000-0000-0000-000000000001 = semitrusted
# (for trh@r9-y3pll:~/bar)
#trust 357eaef4-af1b-491a-a003-01c2d583056e = semitrusted

# Repository groups
# (Standard groups: client transfer backup incrementalbackup smallarchive archive source manual public unwanted)
# (Separate group names with spaces)
# (for web)
#group 00000000-0000-0000-0000-000000000001 =
# (for trh@r9-y3pll:~/bar)
#group 357eaef4-af1b-491a-a003-01c2d583056e =

# Repository preferred contents
# (for web)
#wanted 00000000-0000-0000-0000-000000000001 = standard
# (for trh@r9-y3pll:~/bar)
#wanted 357eaef4-af1b-491a-a003-01c2d583056e = standard

# Group preferred contents
# (Used by repositories with "groupwanted" in their preferred contents)
#groupwanted archive = standard
#groupwanted backup = standard
#groupwanted client = standard
#groupwanted incrementalbackup = standard
#groupwanted manual = standard
#groupwanted public = standard
#groupwanted smallarchive = standard
#groupwanted source = standard
#groupwanted transfer = standard
#groupwanted unwanted = standard

# Standard preferred contents
# (Used by wanted or groupwanted expressions containing "standard")
# (For reference only; built-in and cannot be changed!)
# standard client = (((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1
# standard transfer = (not (inallgroup=client and copies=client:2) and ((((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1)) or approxlackingcopies=1
# standard backup = include=* or unused
# standard incrementalbackup = ((include=* or unused) and (not copies=incrementalbackup:1)) or approxlackingcopies=1
# standard smallarchive = ((include=*/archive/* or include=archive/*) and ((not (copies=archive:1 or copies=smallarchive:1)) or approxlackingcopies=1)) or approxlackingcopies=1
# standard archive = (not (copies=archive:1 or copies=smallarchive:1)) or approxlackingcopies=1
# standard source = not (copies=1)
# standard manual = present and ((((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) and not unused) or approxlackingcopies=1)
# standard public = inpreferreddir
# standard unwanted = exclude=*

# Repository required contents
# (for web)
#required 00000000-0000-0000-0000-000000000001 =
# (for trh@r9-y3pll:~/bar)
#required 357eaef4-af1b-491a-a003-01c2d583056e =

# Scheduled activities
# (Separate multiple activities with "; ")
# (for web)
#schedule 00000000-0000-0000-0000-000000000001 =
# (for trh@r9-y3pll:~/bar)
#schedule 357eaef4-af1b-491a-a003-01c2d583056e =
</code></pre>

> [[fixed|done]] --[[Joey]]