3 configuring the output directories – FUJITSU ServerView Virtual-IO Manager V3.1 User Manual

Page 343

Advertising
background image

For PostgreSQL:

If the schedule does not suit your needs, you should edit the
Quartz cron expression:

<cron>

<name>PostgresJobTrigger</name>

<group>Postgres-cron</group>

<description>…</description>

<job-name>PostgresJob</job-name>

<job-group>Postgres</job-group>

<cron-expression>0 0 19 ? * FRI</cron-expres-

sion>

</cron>

14.1.3 Configuring the output directories

To configure the output directories for the backup jobs, you must open
quartz_job.xml (e.g. on Windows in the <installation_path>\VIOM Man-
ager\
directory).

Example

<?xml version='1.0' encoding='utf-8'?>

<!DOCTYPE quartz [

 <!ENTITY outputDirLinux "/var/f-

ujitsu/ServerViewSuite/viom/postgres/backups">

 <!ENTITY outputDirWindows "c:\Backups">

 <!ENTITY outputLogDirWindows "c:\Backups\Log">

]>

You must modify the XML entity definitions at the beginning of the file, so
that they suit to your requirements:

l

The outputDirWindows entity defines the directory for full and incre-
mental backup files (example: c:\Backups) on Windows.

l

The outputLogDirWindows entity defines the directory for the backup
files of the transaction logs (example: c:\Backups\Log) on Windows.

ServerView Virtual-IO Manager

343

14.1 VIOM Backup Service

Advertising