commit 340655ab01c1f9e4789e84082a264bf65d1dd1e0
parent 4bf1908ef33f2d5b6a9af954f9560e27d5f8d798
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Sun, 30 Aug 2020 21:29:27 +0200
New entry: DAVup
Diffstat:
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/content/blog/2020-08-30-davup.md b/content/blog/2020-08-30-davup.md
@@ -0,0 +1,22 @@
+---
+title: "DAVup: back up your contacts and calendars"
+slug: "davup"
+categories: [
+ "FOSS",
+ "projects"
+]
+date: 2020-08-30T19:27:00+00:00
+---
+
+Meet [DAVup][d]! It is a simple script that will back up any contacts, calendars
+and to-do lists synchronized through CardDAV or CalDAV.
+
+I have always synchronized my contacts and calendars with online services to
+avoid losing them if something happened to my phone and to have them
+synchronized with my computer. For some time, I have been going a step further
+with my backups and have tried to keep a local backup of as many things as I
+can. With that goal in mind, I made DAVup, which is very simple and does exactly
+what I need. If you are interested, have a look!
+
+
+[d]: <https://git.oscarbenedito.com/scripts/file/davup.sh.html> "DAVup — git.oscarbenedito.com"