From 1b8f2ea7fc7f020e1571ba4d9135523afa9fc357 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 10 Oct 2018 20:57:22 +0200 Subject: [PATCH] Added daemon mode known issue --- KNOWN_ISSUES.md | 1 + dev/n_osync.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index cd8d843..e7ff884 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -2,5 +2,6 @@ KNOWN ISSUES ------------ - Cannot finish sync if one replica contains a directory and the other replica contains a file named the same way (Unix doesn't allow this) +- Daemon mode monitors changes in the whole replica directories, without honoring exclusion lists - Soft deletion does not honor exclusion lists (ie soft deleted files will be cleaned regardless of any exlude pattern because they are in the deleted folder) - Colors don't work in mac shell diff --git a/dev/n_osync.sh b/dev/n_osync.sh index a2d7b13..f027fc3 100644 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -9,7 +9,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2018 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-beta1 -PROGRAM_BUILD=2018101012 +PROGRAM_BUILD=2018101013 IS_STABLE=no ##### Execution order #__WITH_PARANOIA_DEBUG