commit 30e2c8f2fb7a7c39c7f1c1575ac10a711e97b21c
parent 17d67af2735c9f110b73f5be0432e5c1c1453388
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 29 Jul 2018 10:11:38 -0400
Remove Notes sync
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/.local/lib/cron.avail/cloudsync.sh b/.local/lib/cron.avail/cloudsync.sh
@@ -88,10 +88,6 @@ then
echo "Syncing mobile documents from $mobile_docs to WebDAV"
rsync -aq "$mobile_docs"/* /mnt/nextcloud/Documents
- # Two-way sync for Notes
- echo "Syncing notes between WebDAV and $notes"
- unison -batch /mnt/nextcloud/Notes "$notes"
-
# Finish by unmounting the WebDAV folder
echo "Unmounting $server_fqdn"
umount /mnt/nextcloud