test/bin-test/dav-home/sync.xml

changeset 681
3320429502cf
parent 679
0d352b79363a
child 685
487645580b5e
equal deleted inserted replaced
680:e66f2645be65 681:3320429502cf
210 210
211 <hashing>true</hashing> 211 <hashing>true</hashing>
212 212
213 <versioning type="simple" always="true" /> 213 <versioning type="simple" always="true" />
214 </directory> 214 </directory>
215
216 <!--
217 Test 6: split
218 -->
219 <directory>
220 <name>test6a</name>
221 <path>$HOME/tmp-sync/test6a</path>
222 <repository>dav-test-repo</repository>
223 <collection>/sync/test6</collection>
224 <trash>.trash</trash>
225 <database>dav-sync-tests-test6a-db.xml</database>
226
227 <hashing>true</hashing>
228
229 <splitconfig>
230 <split>
231 <minsize>4m</minsize>
232 <blocksize>1m</blocksize>
233 </split>
234 </splitconfig>
235 </directory>
236
237 <directory>
238 <name>test6b</name>
239 <path>$HOME/tmp-sync/test6b</path>
240 <repository>dav-test-repo</repository>
241 <collection>/sync/test6</collection>
242 <trash>.trash</trash>
243 <database>dav-sync-tests-test6b-db.xml</database>
244
245 <hashing>true</hashing>
246
247 <splitconfig>
248 <split>
249 <minsize>4m</minsize>
250 <blocksize>1m</blocksize>
251 </split>
252 </splitconfig>
253 </directory>
215 </configuration> 254 </configuration>

mercurial