Exporting objects

Use the ccm export command to export objects.

About this task

ccm export 	-p|-project [-serverdir server_path] -to compressedfile
		[-r|-recurse] project_spec...
ccm export 	[-serverdir server_path] -to compressedfile object_spec...
object_spec
Specifies the object to be exported. There is no expansion of the object to include other objects. See Object specification.
project_spec
Specifies the project to be exported. If the -r|-recurse option is not specified, only the project object is exported.
-r|-recurse
Specifies that for each project, the recursive members of the project are also exported.
-serverdir server_path
Specifies that an alternate temporary server file system location is to be used to prepare the exported data and compressed file. By default, the command uses the dbpath/export directory. To use this option, you must be in the ccm_admin role. This option is helpful when there is insufficient space on the file system hosting the Rational Synergy database.
-to compressedfile
Specifies the import package compressed file that is to be created. The compressedfile must be a valid client file system path.

Feedback