From c503de84a072bce241a8b3bfc8d4cda62734af54 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 2 Mar 2014 12:41:11 +0100 Subject: [PATCH] More documentation --- config.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.example b/config.example index c68cb30..cf15364 100644 --- a/config.example +++ b/config.example @@ -1,9 +1,12 @@ [general] +# A folder where vdirsyncer can store some metadata about each pair. status_path=~/.vdirsyncer/status/ #verbose = False # CONTACTS [pair bob_contacts] +# A pair references two storages and tells vdirsyncer to syncronize them. +# Similar to accounts in OfflineIMAP. # This synchronizes only a single calendar/addressbook a = bob_contacts_local b = bob_contacts_remote @@ -12,13 +15,14 @@ b = bob_contacts_remote # conflict_resolution = b wins # assume b's items to be more up-to-date [storage bob_contacts_local] +# A storage references actual data on a remote server or on the local disk. +# Similar to repositories in OfflineIMAP. # This represents only a single calendar/addressbook type = filesystem path = ~/.watdo/tasks/somecalendar/ fileext = .vcf [storage bob_contacts_remote] -# This represents only a single calendar/addressbook type = carddav url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/default/ username = # blabla