From 5a7059f724b85b116be902d865c605b06d91e95a Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 18 Nov 2013 23:38:27 +0100 Subject: [PATCH] Added daemon option to file monitor mode --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2015548..42362a1 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,11 @@ Once you're confident about your fist runs, you may add osync as cron task with: $ ./osync.sh /path/to/your.conf --silent Additionnaly, you may run osync in monitor mode, which means it will perform a sync upon file operations on master replica. +File monitor mode can also be launched in daemon mode. $ ./osync.sh /path/to/your.conf --on-changes + $ ./osync.sh /path/to/your.conf --on-changes --daemon + You may then find osync output in /var/log/osync-*.log (or current directory if /var/log is not writable).