istool syntax
First - here's some of the "help" options to show that there is help for each of the main istool operations (again - just showing export).
Now some working examples of an export. Note that I've "sanitized" the commands and output a bit to remove sensitive info. I'm also using the "-preview" option in a few cases that just shows what would be exported without actually doing the export. Also note that the suffixes are internal (ie: not part of the user supplied item names) - here are the ones I'm aware of:
sjb - Server Job pjb - Parallel Job srt - Server routine tbd - Table Definition tfm - Transform In the first example I'm just backing up a single category called "Batch":
In the second example I use the "-incdep" option that includes dependent jobs and routines for that category.
In the final example I show how you'd backup all the jobs in a project including any routines they call:
Hopefully that's helpful and keeps you from wasting time trying to figure out the syntax on the command! [Edit - Andy Sorrell 04/29/2014] Adding some stuff I keep getting asked about... Below syntax shows backing up EVERYTHING in a project (all routines, jobs, etc.). Also shows syntax to use authfile with encrypted password. Due to poor design, you must still specify domain on command line, even with an .authfile (yes I've complained to IBM about it!).
The contents of the .authfile would be something like this: user=dsadm password={iisenc}encryption_text_here== domain=servicehost:9080 server=enginehost | ||||||||||