Deployment Solution 374
Command-Line Switches
Options
Example 1: Export all jobs to a binary backup file.
axExport /s /i backup.dat
Example 2: Make a backup copy of a single job.
axExport /e "Deploy Office" backup2.dat
Example 3: Export all jobs in the Projects folder.
axExport /f Projects projects.dat
Example 4: Export a job to a binary backup file without supplying the SQL server
and instance.
axExport Backup.dat /e "Image Job"
Example 5: Export a job to a binary backup file with the database server name.
axExport Backup.dat /e "Image Job" /d DatabaseServerName /db DatabaseName /u
DatabaseUserName /p DatabaseUserPassword
Job Import Utility
Syntax: axImport <filename> (options)
Options
/f <folder-name> Job folder to be exported
/e <job-name> Job to be exported
/s Process all subfolders also
/i Include the Initial Deployment Job
/y Suppress confirmation prompts
/dsn <odbc-dsn-name> ODBC data source name
/d <db-server> Database server name
/u <db-user> Database user name
/db <db-databaseName> Database name
/p <db-password> Database user password
/lu <login-user> Deployment Server login user name
/lp <login-password> Deployment Server login password
/f <folder-name> Job folder to be imported
/r Delete current contents of this folder
/n Don't notify consoles of the changes
/o Overwrite jobs that have the same
name and parent folder
/y Suppress confirmation prompts
/dsn <odbc-dsn-name> ODBC data source name