Export and Import calendar
search cancel

Export and Import calendar

book

Article ID: 29387

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

Export and Import calendars is a task that is performed by many application teams for backup as well as administration of the calendars. This article provides a high level overview on how it can be done via autocal_asc command line of AutoSys

Environment

Workload Automation AutoSys

Resolution

For exporting purposes:

  • Standard Calendars can be exported via the -s ALL  option,  example: autocal_asc -s ALL -E exported_standard_calendars.txt
  • For Extended Calendars use the -e ALL   option,  example: autocal_asc -e ALL -E exported_extended_calendars.txt
  • Cycles can be exported via the -c ALL  option, example: autocal_asc -c ALL -E exported_cycles.txt

For Importing purposes:

  • the -I (upper case I, not L) flag supports import of any of the above format based input files.  Example: autocal_asc -I <file_name.txt> 

Additional Information