mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
More documentation
This commit is contained in:
parent
c26ce5e35b
commit
c503de84a0
1 changed files with 5 additions and 1 deletions
|
|
@ -1,9 +1,12 @@
|
||||||
[general]
|
[general]
|
||||||
|
# A folder where vdirsyncer can store some metadata about each pair.
|
||||||
status_path=~/.vdirsyncer/status/
|
status_path=~/.vdirsyncer/status/
|
||||||
#verbose = False
|
#verbose = False
|
||||||
|
|
||||||
# CONTACTS
|
# CONTACTS
|
||||||
[pair bob_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
|
# This synchronizes only a single calendar/addressbook
|
||||||
a = bob_contacts_local
|
a = bob_contacts_local
|
||||||
b = bob_contacts_remote
|
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
|
# conflict_resolution = b wins # assume b's items to be more up-to-date
|
||||||
|
|
||||||
[storage bob_contacts_local]
|
[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
|
# This represents only a single calendar/addressbook
|
||||||
type = filesystem
|
type = filesystem
|
||||||
path = ~/.watdo/tasks/somecalendar/
|
path = ~/.watdo/tasks/somecalendar/
|
||||||
fileext = .vcf
|
fileext = .vcf
|
||||||
|
|
||||||
[storage bob_contacts_remote]
|
[storage bob_contacts_remote]
|
||||||
# This represents only a single calendar/addressbook
|
|
||||||
type = carddav
|
type = carddav
|
||||||
url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/default/
|
url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/default/
|
||||||
username = # blabla
|
username = # blabla
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue