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

changeset 661
1baec7ff8931
parent 657
8f3410b9148f
child 663
888aa263c0f1
--- a/test/bin-test/dav-home/sync.xml	Sat Oct 19 09:47:31 2019 +0200
+++ b/test/bin-test/dav-home/sync.xml	Sat Oct 19 10:47:46 2019 +0200
@@ -109,4 +109,34 @@
 		<hashing>true</hashing>
 	</directory>
 	
+	<!--
+	Test 4: metadata sync
+	-->
+	<directory>
+		<name>test4a</name>
+		<path>$HOME/tmp-sync/test4a</path>
+		<repository>dav-test-repo</repository>
+		<collection>/sync/test4</collection>
+		<trash>.trash</trash>
+		<database>dav-sync-tests-test4a-db.xml</database>
+		
+		<tagconfig>
+			<local-store format="csv">xattr</local-store>
+		</tagconfig>
+		<metadata>all</metadata>
+	</directory>
+	
+	<directory>
+		<name>test4b</name>
+		<path>$HOME/tmp-sync/test4b</path>
+		<repository>dav-test-repo</repository>
+		<collection>/sync/test4</collection>
+		<trash>.trash</trash>
+		<database>dav-sync-tests-test4b-db.xml</database>
+		
+		<tagconfig>
+			<local-store format="csv">xattr</local-store>
+		</tagconfig>
+		<metadata>all</metadata>
+	</directory>
 </configuration>

mercurial