Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Title change to 'howto'

...

You have installed a Backup Cluster containing with two Jobscheduler Jobschedulers installed.

For more information about a Backup Cluster and its installation see

...

The job configuration can be stored in a network storage or you use the Remote Configuration via a Supervisor JobScheduler.
In the following we assume that the JobSchedulers of the Backup Cluster have the id mycluster.

Using a network storage

You can change the path of the Hot Folder (default ./config/live).

...

Code Block
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml-stylesheet type="text/xsl" href="scheduler_documentation.xsl"?>
 <spooler>
   <config mail_xslt_stylesheet="config/scheduler_mail.xsl" port="4444"
     '''configuration_directory="\\serverC\live"'''>
     ...
   </config>
 </spooler>

Using the Remote Configuration via Supervisor JobScheduler

Please read http://www.sos-berlin.com/doc/en/scheduler.pdf (Chapter 1.3) for more information.

...