Configuring The Output Directories - Fujitsu ServerView Virtual-IO Manager V3.1 User Manual

Serverview suite
Table of Contents

Advertisement

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:
The outputDirWindows entity defines the directory for full and incre-
l
mental backup files (example: c:\Backups) on Windows.
The outputLogDirWindows entity defines the directory for the backup
l
files of the transaction logs (example: c:\Backups\Log) on Windows.
ServerView Virtual-IO Manager
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 VIOM Backup Service
343

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ServerView Virtual-IO Manager V3.1 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents