From 7f3367a3bc55610146a61fcf90e1f404a85ef1b9 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Fri, 30 Dec 2016 15:23:25 +0100 Subject: [PATCH] New post about sync services. --- .../2016-12-30-personal-sync-servers.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 know-how/software/_posts/2016-12-30-personal-sync-servers.md diff --git a/know-how/software/_posts/2016-12-30-personal-sync-servers.md b/know-how/software/_posts/2016-12-30-personal-sync-servers.md new file mode 100644 index 0000000..f3611b8 --- /dev/null +++ b/know-how/software/_posts/2016-12-30-personal-sync-servers.md @@ -0,0 +1,34 @@ +--- +title: Personal Sync Servers +layout: default +created: 2016-12-30 15:16:06 +0100 +updated: 2016-12-30 15:16:06 +0100 +toc: false +tags: + - know-how + - software + - sync + - synchronisation + - servers + - owncloud + - nextcloud + - baikal + - radicale + - seafile + - syncthing +--- + +Calendar/Contacts servers +========================= + +* [NextCloud](https://nextcloud.com/) +* [Baïkal](http://baikal-server.com/) ([GitHub](https://github.com/fruux/Baikal)) +* [Radicale](http://radicale.org/) + + +File Sync servers (Dropbox-like) +================================ + +* [NextCloud](https://nextcloud.com/) (no delta sync) +* [Seafile](https://www.seafile.com/) (incl. sharing by link, etc.) +* [SyncThing](https://syncthing.net/) (2-way, sync only)