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

 

job_example_pt1

job_example_pt2

 

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]

[email protected]

 

[Compress]

password=mypass123

 

[Name]

specification=*.zip

pattern=.zip

replace="_" + %year + %month + %day + ".zip"

 

[Push]

site=ssh

 

[Retrieval]

site=ssh

specification=%Name