Required?: NO
Authenticated Request?: YES
Request Arguments: Generic Proxy Tool Request Arguments, type, course_id, backup_id
Sample Implementation: CourseOperationsAction.java ?action=course-exported
Action on Failure return: Export operation continues but an error added to the export log
Action on Communications error: Same as failure (Error logged to file)
Action when proxy tool not available: Event ignored and assumed to have succeeded.
If specified then this request is called as a simple XML response method. The extra arguments passed are:
- type: exact or shallow.
- course_id: The course id being exported (or archived).
- backup_id: The unique id of the export/archive file being generated.

Some of the generic arguments are not valid in this request: ticket, user_id, and role.
Use this callback to backup any course-level data (data persisted as part of the coursetool, tool, communication links).
Refer to Content Exchange and Proxy Tools for an outline of how this fits into the bigger contentexchange picture.