commit 03466814c5372524e06aa19a09ef740cda9548e8
parent c04ea6b1b6df63c352595972a4d579d891650ed0
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Thu, 27 Aug 2020 16:55:23 +0200

Make DAVup a little bit more self-explanatory

Diffstat:
Mdavup.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/davup.sh b/davup.sh @@ -17,7 +17,7 @@ # Back up calendars and contacts from a DAV server (CalDAV and CardDAV). -domain="<DAV server domain" # example: https://dav.mailbox.org (no trailing "/") +domain="<DAV server address>" # example: https://dav.mailbox.org (no trailing "/") user="<username>" pass="<password>" @@ -70,6 +70,6 @@ process_card() { done } -# examples +# examples (resource address will be "${domain}/${resource}" resource="caldav/mycal" && get_cal | process_cal > calendar_and_todos.ics resource="carddav/mycard" && get_card | process_card > contacts.vcf