Fix README text
[carddav-git-backup.git] / vdirsyncer-config.example
1 [general]
2 status_path = "./vdirsyncer-status/"
3
4 [pair anna]
5 a = "remote__anna"
6 b = "local__anna"
7 #collections = ["from a", "from b"]
8 #collections = ["from a"]
9 collections = ["contacts", "geburtstagsliste"]
10 conflict_resolution = "a wins"
11 metadata = ["displayname"]
12
13
14 [storage local__anna]
15 type = "filesystem"
16 path = "./anna/"
17 fileext = ".vcf"
18
19
20 [storage remote_anna]
21 type = "carddav"
22 url = "https://cloud.example.org/remote.php/carddav/"
23 username = "anna@example.org"
24 password.fetch = ["command", "cat", "./.password-anna"]
25 read_only = true