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
Summary of Contents for ServerView Virtual-IO Manager V3.1
Page 10: ...10 ServerView Virtual IO Manager ...
Page 56: ...56 ServerView Virtual IO Manager ...
Page 276: ...276 ServerView Virtual IO Manager ...
Page 300: ...300 ServerView Virtual IO Manager ...
Page 302: ...302 ServerView Virtual IO Manager ...
Page 312: ...312 ServerView Virtual IO Manager ...
Page 330: ...330 ServerView Virtual IO Manager ...
Page 352: ...352 ServerView Virtual IO Manager ...
Page 362: ...362 ServerView Virtual IO Manager ...