[general] # A folder where vdirsyncer can store some metadata about each pair. 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" # We can simplify this URL here as well. In theory it shouldn't matter. url = "https://cloud.oscarnajera.com/remote.php/dav/addressbooks/users/oscar/" username = "oscar" password.fetch = ["command", "pass", "CS_storage/cloud.oscarnajera.com/oscar"]