Updated crontab doc

This commit is contained in:
deajan 2017-03-25 12:26:15 +01:00
parent d416fd1782
commit 191056bfa0
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ Once you're confident about your fist runs, you may add osync as cron task like
*/30 * * * * root /usr/local/bin/osync.sh /etc/osync/my_sync.conf --silent */30 * * * * root /usr/local/bin/osync.sh /etc/osync/my_sync.conf --silent
Please note that this syntax works for RedHat / CentOS. On Debian you might want to remove the username (ie root) in order to make the crontab entry work.
Batch mode Batch mode
---------- ----------
You may want to sequentially run multiple sync sets between the same servers. In that case, osync-batch.sh is a nice tool that will run every osync conf file, and, if a task fails, You may want to sequentially run multiple sync sets between the same servers. In that case, osync-batch.sh is a nice tool that will run every osync conf file, and, if a task fails,