Sample Job Definition |
Top Previous Next |
Jobs are defined by linking these steps together to define a job. Below is an example of a job definition. The definition can be input or edited in the Framework Web Interface
The job above is shown below in the INI-style format:
[Pull] specification=*.pgp site=ftp
[PullCnt] step_kind=pull specification=%Pull[0] + ".cnt" site=ftp
[Decrypt] specification=*.pgp
[Validate] cnt_file=%PullCnt
[Encrypt]
[Compress] password=mypass123
[Name] specification=*.zip pattern=.zip replace="_" + %year + %month + %day + ".zip"
[Push] site=ssh
[Retrieval] site=ssh specification=%Name
|