DataStage Export

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
rpdeepak.kumar
Participant
Posts: 11
Joined: Mon Aug 08, 2005 12:51 am

DataStage Export

Post by rpdeepak.kumar »

Hi.

can you please tell me about Incremental Backup of Datastage jobs.

How do we do Incremental backup.

Thanks
RP
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I assume that you mean incremental backups in a project, where a subsequent backup only saves those jobs which have changed or been added since the last backup.
The mechanisms that support automated backups of DataStage unfortunately do not have such a capability.
It is possible, through use of the documented API routine calls and through reading the DS_AUDIT hashed file, to put together some code or scripts that will allow incremental backups. I don't think that the effort is worth it, though, since doing a complete project backup and compressing the resulting .dsx file results in a relatively small daily file, and it is much easier to restore from a full backup set than it is to trace back through incremental updates in order to find a specific job.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

How soon is the interview?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Post by JoshGeorge »

Version Control tool in DataStage Release 7x is worth looking into. There is a good post in FAQ section. Many uses this tool for backups as well.
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
Post Reply