etc/config/vdirsyncer/config.m4

39 lines
845 B
Plaintext
Raw Normal View History

2016-06-18 19:21:46 +02:00
[general]
2016-10-29 15:04:05 +02:00
status_path = "~/.vdirsyncer/status/"
2016-06-18 19:21:46 +02:00
2016-06-21 15:32:47 +02:00
[pair calendars]
2016-10-29 15:04:05 +02:00
a = "calendars_local"
b = "calendars_remote"
conflict_resolution = "b wins"
2016-06-18 19:21:46 +02:00
collections = ["from b"]
2016-08-18 07:47:41 +02:00
metadata = ["color"]
2016-06-21 15:32:47 +02:00
[storage calendars_local]
2016-10-29 15:04:05 +02:00
type = "filesystem"
path = "~/.calendars/"
fileext = ".ics"
2016-06-18 19:21:46 +02:00
2016-06-21 15:32:47 +02:00
[storage calendars_remote]
2016-10-29 15:04:05 +02:00
type = "caldav"
2016-06-18 19:21:46 +02:00
url = "https://radicale.gebner.org/gebner/"
2016-10-29 15:04:05 +02:00
username = "gebner"
password = "esyscmd(`echo -n $(pass 2b7e.org/mail.gebner.org | head -n1)')"
2016-06-18 19:21:46 +02:00
2016-06-21 15:32:47 +02:00
[pair contacts]
2016-10-29 15:04:05 +02:00
a = "contacts_local"
b = "contacts_remote"
conflict_resolution = "b wins"
2016-06-18 19:21:46 +02:00
collections = ["from b"]
2016-06-21 15:32:47 +02:00
[storage contacts_local]
2016-10-29 15:04:05 +02:00
type = "filesystem"
path = "~/.contacts/"
fileext = ".vcf"
2016-06-18 19:21:46 +02:00
2016-06-21 15:32:47 +02:00
[storage contacts_remote]
2016-10-29 15:04:05 +02:00
type = "carddav"
2016-06-18 19:21:46 +02:00
url = "https://radicale.gebner.org/gebner/"
2016-10-29 15:04:05 +02:00
username = "gebner"
password = "esyscmd(`echo -n $(pass 2b7e.org/mail.gebner.org | head -n1)')"