mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
A bit more explanation of "from a" and "from b"
This commit is contained in:
parent
6a3077f9dc
commit
3433f8a034
1 changed files with 4 additions and 3 deletions
|
|
@ -61,7 +61,8 @@ Pair Section
|
||||||
sync`` is executed. See also :ref:`collections_tutorial`.
|
sync`` is executed. See also :ref:`collections_tutorial`.
|
||||||
|
|
||||||
The special values ``"from a"`` and ``"from b"``, tell vdirsyncer to try
|
The special values ``"from a"`` and ``"from b"``, tell vdirsyncer to try
|
||||||
autodiscovery on a specific storage.
|
autodiscovery on a specific storage. It means all the collections on side A /
|
||||||
|
side B.
|
||||||
|
|
||||||
If the collection you want to sync doesn't have the same name on each side,
|
If the collection you want to sync doesn't have the same name on each side,
|
||||||
you may also use a value of the form ``["config_name", "name_a", "name_b"]``.
|
you may also use a value of the form ``["config_name", "name_a", "name_b"]``.
|
||||||
|
|
@ -71,8 +72,8 @@ Pair Section
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
- ``collections = ["from b", "foo", "bar"]`` makes vdirsyncer synchronize the
|
- ``collections = ["from b", "foo", "bar"]`` makes vdirsyncer synchronize all
|
||||||
collections from side B, and also the collections named "foo" and "bar".
|
the collections from side B, and also the collections named "foo" and "bar".
|
||||||
|
|
||||||
- ``collections = ["from b", "from a"]`` makes vdirsyncer synchronize all
|
- ``collections = ["from b", "from a"]`` makes vdirsyncer synchronize all
|
||||||
existing collections on either side.
|
existing collections on either side.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue