2
0
mirror of https://github.com/deajan/osync synced 2024-11-11 07:10:40 +00:00

Added daemon option to file monitor mode

This commit is contained in:
deajan 2013-11-18 23:38:27 +01:00
parent 486fcf7831
commit 5a7059f724

View File

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