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

changeset 643
5b8643cf0a2f
parent 637
20241338740c
child 657
8f3410b9148f
equal deleted inserted replaced
642:4e23087d3d90 643:5b8643cf0a2f
41 <collection>/sync/test2</collection> 41 <collection>/sync/test2</collection>
42 <trash>.trash</trash> 42 <trash>.trash</trash>
43 <database>dav-sync-tests-test2b-db.xml</database> 43 <database>dav-sync-tests-test2b-db.xml</database>
44 <hashing>true</hashing> 44 <hashing>true</hashing>
45 </directory> 45 </directory>
46
47 <directory>
48 <!-- same as test2a but with push strategy hash -->
49 <name>test2ah</name>
50 <path>$HOME/tmp-sync/test2a</path>
51 <repository>dav-test-repo</repository>
52 <collection>/sync/test2</collection>
53 <trash>.trash</trash>
54 <database>dav-sync-tests-test2a-db.xml</database>
55 <hashing>true</hashing>
56 <push-strategy>hash</push-strategy>
57 </directory>
58
59 <directory>
60 <name>test2bh</name>
61 <!-- same as test2b but with push strategy hash -->
62 <path>$HOME/tmp-sync/test2b</path>
63 <repository>dav-test-repo</repository>
64 <collection>/sync/test2</collection>
65 <trash>.trash</trash>
66 <database>dav-sync-tests-test2b-db.xml</database>
67 <hashing>true</hashing>
68 <push-strategy>hash</push-strategy>
69 </directory>
46 </configuration> 70 </configuration>

mercurial