aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2024-03-14 22:58:21 +0100
committerDavid Runge <dave@sleepmap.de>2024-03-14 22:58:21 +0100
commitf92ec3d154ff9de7d7f5894e56b79929af277dec (patch)
treefc1878254e5e081177ab0e4ef8f6bc2cc9036f23
parent51b93350b4d210a2fe934cc6a702e979a7b10094 (diff)
downloaddotfiles-f92ec3d154ff9de7d7f5894e56b79929af277dec.tar.gz
dotfiles-f92ec3d154ff9de7d7f5894e56b79929af277dec.tar.bz2
dotfiles-f92ec3d154ff9de7d7f5894e56b79929af277dec.tar.xz
dotfiles-f92ec3d154ff9de7d7f5894e56b79929af277dec.zip
vdirsyncer: Separate upstreams into different directories
Signed-off-by: David Runge <dave@sleepmap.de>
-rw-r--r--.config/vdirsyncer/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config
index 14b803f..62f9770 100644
--- a/.config/vdirsyncer/config
+++ b/.config/vdirsyncer/config
@@ -24,11 +24,11 @@ password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.sleepmap.de
a = "dave_calendar_local"
b = "dave_calendar_remote"
conflict_resolution = "b wins"
-collections = ["concerts", "contact_birthdays", "live", "flat", "private", "work", "bus_shared_by_t4", "personal_shared_by_nanni"]
+collections = ["concerts", "contact_birthdays", "live", "flat", "private", "work", "bus_shared_by_t4", "personal_shared_by_nanni"]
[storage dave_calendar_local]
type = "filesystem"
-path = "~/.local/state/vdirsyncer/calendars/"
+path = "~/.local/state/vdirsyncer/calendars/dave_calendar"
fileext = ".ics"
[storage dave_calendar_remote]
@@ -45,7 +45,7 @@ collections = ["flanger-studio-four_shared_by_nanni", "work_shared_by_nanni"]
[storage nanni_calendar_local]
type = "filesystem"
-path = "~/.local/state/vdirsyncer/calendars/"
+path = "~/.local/state/vdirsyncer/calendars/nanni_calendar"
fileext = ".ics"
[storage nanni_calendar_remote]