20 lines
454 B
Text
20 lines
454 B
Text
[general]
|
|
status_path = "~/.vdirsyncer/status/"
|
|
|
|
[pair my_contacts]
|
|
a = "my_contacts_local"
|
|
b = "my_contacts_remote"
|
|
collections = ["from a", "from b"]
|
|
|
|
[storage my_contacts_local]
|
|
type = "filesystem"
|
|
path = "~/.contacts/"
|
|
fileext = ".vcf"
|
|
|
|
[storage my_contacts_remote]
|
|
type = "carddav"
|
|
|
|
url = "https://carddav.fastmail.com"
|
|
username.fetch = ["command", "~/bin/pw.sh", "CARDDAV_USERNAME"]
|
|
password.fetch = ["command", "~/bin/pw.sh", "CARDDAV_PASSWORD"]
|
|
|