Added daemon option to file monitor mode

pull/3/head
deajan 11 years ago
parent 486fcf7831
commit 5a7059f724

@ -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).

Loading…
Cancel
Save