Crash recovery

This commit is contained in:
Geoffrey Frogeye 2021-02-15 08:31:27 +01:00
parent 81337dc1b8
commit fe37a17d54
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
7 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# An example configuration for vdirsyncer.
#
# Move it to ~/.vdirsyncer/config or ~/.config/vdirsyncer/config and edit it.
# Move it to ~/.cache/vdirsyncer/config or ~/.config/vdirsyncer/config and edit it.
# Run `vdirsyncer --help` for CLI usage.
#
# Optional parameters are commented out.
@ -9,7 +9,7 @@
[general]
# A folder where vdirsyncer can store some metadata about each pair.
status_path = "~/.vdirsyncer/status/"
status_path = "~/.cache/vdirsyncer/status/"
# # CARDDAV
[pair geoffrey_contacts]
@ -38,7 +38,7 @@ metadata = ["displayname"]
# A storage references actual data on a remote server or on the local disk.
# Similar to repositories in OfflineIMAP.
type = "filesystem"
path = "~/.vdirsyncer/contacts/"
path = "~/.cache/vdirsyncer/contacts/"
fileext = ".vcf"
[storage geoffrey_contacts_remote]
@ -60,7 +60,7 @@ metadata = ["displayname", "color"]
[storage geoffrey_calendar_local]
type = "filesystem"
path = "~/.vdirsyncer/calendars/"
path = "~/.cache/vdirsyncer/calendars/"
fileext = ".ics"
[storage geoffrey_calendar_remote]