PDA

View Full Version : How to automate LOGICAL LOG backup ?


paco
03-01-02, 08:06
I'm running a Informix 9.21 TC5 under Windows 2000 and got to make frequent logical log backups.

Is it a way to automate this backup and maybe specify to ifx server a threshold from which the logical log backup has to be run ?

Thanks for your help.

Regards

townscream
03-14-02, 07:53
Maybe i didnt understand the problem.
Cant you simply run ontape -c on a separate window ?

chulapat
03-18-02, 21:29
:) Automatic Logical log backup for informix, usually mean ontape -a , but this ontape -a
will stop after backup process is finished, If you want informix to backup its logical log
all the time you should use ontape -c (continueus logical log backup) instead.:)

paco
03-21-02, 05:07
Originally posted by townscream
Maybe i didnt understand the problem.
Cant you simply run ontape -c on a separate window ?

Many thanks for your reply.

The problem is why can I specify ifx a threshold for filling of the log files from which the backup is launched.

Regards

paco
03-21-02, 05:13
Originally posted by chulapat
:) Automatic Logical log backup for informix, usually mean ontape -a , but this ontape -a
will stop after backup process is finished, If you want informix to backup its logical log
all the time you should use ontape -c (continueus logical log backup) instead.:)

Thanks for your reply.
Will try using the ontape -c.
Regards