Vdirsyncer conf before full migration to quimbo
This commit is contained in:
parent
c6b41ebaaf
commit
a52e34f849
@ -17,6 +17,8 @@ url = "https://cloud.jombi.fr"
|
||||
username = "nicolas"
|
||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||
|
||||
|
||||
|
||||
[pair calendars]
|
||||
a = "cal_local"
|
||||
b = "cal_nextcloud"
|
||||
@ -33,6 +35,27 @@ url = "https://cloud.jombi.fr"
|
||||
username = "nicolas"
|
||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||
|
||||
[pair migration_calendars]
|
||||
a = "cal_nextcloud"
|
||||
b = "cal_nextcloud_quimbo"
|
||||
collections = ["work","personal"]
|
||||
|
||||
[storage cal_nextcloud_quimbo]
|
||||
type = "caldav"
|
||||
url = "https://cloud.quimbo.fr"
|
||||
username = "nicolas"
|
||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||
|
||||
[pair migration_cards]
|
||||
a = "card_nextcloud"
|
||||
b = "card_nextcloud_quimbo"
|
||||
collections = ["from a"]
|
||||
|
||||
[storage card_nextcloud_quimbo]
|
||||
type = "carddav"
|
||||
url = "https://cloud.quimbo.fr"
|
||||
username = "nicolas"
|
||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||
|
||||
#[pair calendars_anais]
|
||||
#a = "cal_local_anais"
|
||||
|
Loading…
x
Reference in New Issue
Block a user