Update vdirsyncer config.

This commit is contained in:
Gabriel Ebner 2016-10-29 09:04:05 -04:00
parent 267e9dccbb
commit 22192c20d9

@ -1,38 +1,38 @@
[general] [general]
status_path = ~/.vdirsyncer/status/ status_path = "~/.vdirsyncer/status/"
[pair calendars] [pair calendars]
a = calendars_local a = "calendars_local"
b = calendars_remote b = "calendars_remote"
conflict_resolution = b wins conflict_resolution = "b wins"
collections = ["from b"] collections = ["from b"]
metadata = ["color"] metadata = ["color"]
[storage calendars_local] [storage calendars_local]
type = filesystem type = "filesystem"
path = ~/.calendars/ path = "~/.calendars/"
fileext = .ics fileext = ".ics"
[storage calendars_remote] [storage calendars_remote]
type = caldav type = "caldav"
url = "https://radicale.gebner.org/gebner/" url = "https://radicale.gebner.org/gebner/"
username = gebner username = "gebner"
password = esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1') password = "esyscmd(`echo -n $(pass 2b7e.org/mail.gebner.org | head -n1)')"
[pair contacts] [pair contacts]
a = contacts_local a = "contacts_local"
b = contacts_remote b = "contacts_remote"
conflict_resolution = b wins conflict_resolution = "b wins"
collections = ["from b"] collections = ["from b"]
[storage contacts_local] [storage contacts_local]
type = filesystem type = "filesystem"
path = ~/.contacts/ path = "~/.contacts/"
fileext = .vcf fileext = ".vcf"
[storage contacts_remote] [storage contacts_remote]
type = carddav type = "carddav"
url = "https://radicale.gebner.org/gebner/" url = "https://radicale.gebner.org/gebner/"
username = gebner username = "gebner"
password = esyscmd(`pass 2b7e.org/mail.gebner.org | head -n1') password = "esyscmd(`echo -n $(pass 2b7e.org/mail.gebner.org | head -n1)')"