From 3433f8a034b84dc77430501e15eb62f623aa163b Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Thu, 1 Feb 2024 17:48:30 +0100 Subject: [PATCH] A bit more explanation of "from a" and "from b" --- docs/config.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index e204d69..b6c5ff9 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -61,7 +61,8 @@ Pair Section sync`` is executed. See also :ref:`collections_tutorial`. 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, you may also use a value of the form ``["config_name", "name_a", "name_b"]``. @@ -71,8 +72,8 @@ Pair Section Examples: - - ``collections = ["from b", "foo", "bar"]`` makes vdirsyncer synchronize the - collections from side B, and also the collections named "foo" and "bar". + - ``collections = ["from b", "foo", "bar"]`` makes vdirsyncer synchronize all + the collections from side B, and also the collections named "foo" and "bar". - ``collections = ["from b", "from a"]`` makes vdirsyncer synchronize all existing collections on either side.