Files
no-secrets-athq-ansible/roles/backup-vm/files/vsyncdir.conf

55 lines
1.3 KiB
Plaintext

[general]
status_path = "~/.vdirsyncer/status/"
[pair ths_caldav]
a = "ths_remote_caldav"
b = "ths_local_caldav"
collections = ["from a"]
[storage ths_remote_caldav]
type = "caldav"
read_only = true
url = "https://ths.atlantishq.de/remote.php/dav/calendars/backup/ths_shared_by_ths/"
username = "backup"
password = "{{ backup_vsyncdir_password }}"
[storage ths_local_caldav]
type = "filesystem"
path = "~/ths-caldav/"
fileext = ".ics"
[pair ths_carddav]
a = "ths_remote_carddav"
b = "ths_local_carddav"
collections = ["from a"]
[storage ths_remote_carddav]
type = "carddav"
read_only = true
url = "https://ths.atlantishq.de/remote.php/dav/addressbooks/users/backup/ths_shared_by_ths/"
username = "backup"
password = "{{ backup_vsyncdir_password }}"
[storage ths_local_carddav]
type = "filesystem"
path = "~/ths-carddav/"
fileext = ".vcf"
[pair ths_carddav_telefon]
a = "ths_remote_carddav_telefon"
b = "ths_local_carddav_telefon"
collections = ["from a"]
[storage ths_remote_carddav_telefon]
type = "carddav"
read_only = true
url = "https://ths.atlantishq.de/remote.php/dav/addressbooks/users/backup/ths-telefon-1_shared_by_ths/"
username = "backup"
password = "{{ backup_vsyncdir_password }}"
[storage ths_local_carddav_telefon]
type = "filesystem"
path = "~/ths-carddav-telefon/"
fileext = ".vcf"