mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-29 09:35:50 +00:00
Add docs about new restriction
This commit is contained in:
parent
d9e4a5b767
commit
3fbdeb51c0
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ Pair Section
|
|||
b = ...
|
||||
#conflict_resolution = ...
|
||||
|
||||
- Pair names can consist of any alphanumeric characters and the underscore.
|
||||
|
||||
- ``a`` and ``b`` reference the storages to sync by their names.
|
||||
|
||||
- ``collections``: Optional, a comma-separated list of collections to
|
||||
|
|
@ -84,6 +86,8 @@ Storage Section
|
|||
[storage storage_name]
|
||||
type = ...
|
||||
|
||||
- Storage names can consist of any alphanumeric characters and the underscore.
|
||||
|
||||
- ``type`` defines which kind of storage is defined. See :ref:`storages`.
|
||||
|
||||
- ``read_only`` defines whether the storage should be regarded as a read-only
|
||||
|
|
|
|||
Loading…
Reference in a new issue