mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
26 lines
741 B
XML
26 lines
741 B
XML
|
<configuration version="10">
|
||
|
<folder id="f1" directory="testdata/">
|
||
|
</folder>
|
||
|
<folder id="f2" directory="testdata/">
|
||
|
<order>random</order>
|
||
|
</folder>
|
||
|
<folder id="f3" directory="testdata/">
|
||
|
<order>alphabetic</order>
|
||
|
</folder>
|
||
|
<folder id="f4" directory="testdata/">
|
||
|
<order>whatever</order>
|
||
|
</folder>
|
||
|
<folder id="f5" directory="testdata/">
|
||
|
<order>smallestFirst</order>
|
||
|
</folder>
|
||
|
<folder id="f6" directory="testdata/">
|
||
|
<order>largestFirst</order>
|
||
|
</folder>
|
||
|
<folder id="f7" directory="testdata/">
|
||
|
<order>oldestFirst</order>
|
||
|
</folder>
|
||
|
<folder id="f8" directory="testdata/">
|
||
|
<order>newestFirst</order>
|
||
|
</folder>
|
||
|
</configuration>
|