taking backup

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
ayubkhan_11
Participant
Posts: 5
Joined: Fri May 30, 2008 8:18 am

taking backup

Post by ayubkhan_11 »

hi
can anybody explain the process of taking backup in datastage...


thanks in advance
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Post by Minhajuddin »

Welcome aboard :D

You seem to be new to DSXchange, So when you post something, be specific about what you want. By doing this you are helping us help you.

Now, with what you have posted I am assuming that you want to take backup of datastage code (jobs, routines, etc,.). You can do this using the Datastage Manager client for pre- 8.x versions. For DS 8.x you can use the designer to take the backup of datastage code. Checkout the Datastage Manager guide, This has all the documentation on how you can take backups by exporting the code. If you want to automate your backups, then there is a very good script on Uncle Kim's site http://www.duke-consulting.com/DataStage_Tips.htm
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

I did not write it. I modified it a little.
Mamu Kim
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Re: taking backup

Post by ag_ram »

ayubkhan_11 wrote:hi
can anybody explain the process of taking backup in datastage...
There are many ways indeed.

From Client side,

1. DataStage Manager
2. dscmdexport/dscmdimport - command line utilities

From Server Side, (very rare)

1. Copy System files - whole project backup
2. uvbackup/uvrestore - project/file(s) backup

Always go with Client Side backup process.
Post Reply