mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Slight rewording of tutorial
This commit is contained in:
parent
3c2597054a
commit
666ffe6afc
1 changed files with 7 additions and 5 deletions
|
|
@ -33,11 +33,13 @@ minimal example::
|
||||||
After the general section, an arbitrary amount of *pair and storage sections*
|
After the general section, an arbitrary amount of *pair and storage sections*
|
||||||
might come.
|
might come.
|
||||||
|
|
||||||
A :ref:`pair section <pair_config>` defines two storages ``a`` and ``b`` which
|
In vdirsyncer, synchronization is always done between two storages. Such
|
||||||
should be synchronized. The definition of these storages follows in
|
storages are defined in :ref:`storage sections <storage_config>`, and which
|
||||||
:ref:`storage sections <storage_config>`. This format is copied from
|
pairs of storages should actually be synchronized is defined in :ref:`pair
|
||||||
OfflineIMAP, where storages are called repositories and pairs are called
|
section <pair_config>`.
|
||||||
accounts.
|
|
||||||
|
This format is copied from OfflineIMAP, where storages are called
|
||||||
|
repositories and pairs are called accounts.
|
||||||
|
|
||||||
The following example synchronizes a single CardDAV-addressbook to
|
The following example synchronizes a single CardDAV-addressbook to
|
||||||
``~/.contacts/``::
|
``~/.contacts/``::
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue