mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Docs: Fix ambiguous use of term metadata
This commit is contained in:
parent
5e8d422e9a
commit
00c0d64632
1 changed files with 10 additions and 4 deletions
|
|
@ -30,10 +30,16 @@ General Section
|
||||||
#password_command =
|
#password_command =
|
||||||
|
|
||||||
|
|
||||||
- ``status_path``: A directory where vdirsyncer will store metadata for the
|
- ``status_path``: A directory where vdirsyncer will store some additional data
|
||||||
next sync. The data is needed to determine whether a new item means it has
|
for the next sync.
|
||||||
been added on one side or deleted on the other. Relative paths will be
|
|
||||||
interpreted as relative to the configuration file's directory.
|
The data is needed to determine whether a new item means it has been added on
|
||||||
|
one side or deleted on the other. Relative paths will be interpreted as
|
||||||
|
relative to the configuration file's directory.
|
||||||
|
|
||||||
|
See `A simple synchronization algorithm
|
||||||
|
<https://unterwaditzer.net/2016/sync-algorithm.html>`_ for what exactly is in
|
||||||
|
there.
|
||||||
|
|
||||||
.. _pair_config:
|
.. _pair_config:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue