mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 17:38:32 +01:00
add: carddav to backupvm vsyncer
This commit is contained in:
@@ -17,3 +17,38 @@ password = "HISTORY_PURGED_SECRET"
|
||||
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 = "HISTORY_PURGED_SECRET"
|
||||
|
||||
[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 = "HISTORY_PURGED_SECRET"
|
||||
|
||||
[storage ths_local_carddav_telefon]
|
||||
type = "filesystem"
|
||||
path = "~/ths-carddav-telefon/"
|
||||
fileext = ".vcf"
|
||||
|
||||
Reference in New Issue
Block a user