File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ Pair Section
61
61
sync `` is executed. See also :ref: `collections_tutorial `.
62
62
63
63
The special values ``"from a" `` and ``"from b" ``, tell vdirsyncer to try
64
- autodiscovery on a specific storage.
64
+ autodiscovery on a specific storage. It means all the collections on side A /
65
+ side B.
65
66
66
67
If the collection you want to sync doesn't have the same name on each side,
67
68
you may also use a value of the form ``["config_name", "name_a", "name_b"] ``.
@@ -71,8 +72,8 @@ Pair Section
71
72
72
73
Examples:
73
74
74
- - ``collections = ["from b", "foo", "bar"] `` makes vdirsyncer synchronize the
75
- collections from side B, and also the collections named "foo" and "bar".
75
+ - ``collections = ["from b", "foo", "bar"] `` makes vdirsyncer synchronize all
76
+ the collections from side B, and also the collections named "foo" and "bar".
76
77
77
78
- ``collections = ["from b", "from a"] `` makes vdirsyncer synchronize all
78
79
existing collections on either side.
You can’t perform that action at this time.
0 commit comments