Previewing an incremental migrate from a plain file system

The ccm migrate -incremental -preview command performs a preview of an incremental migrate from a plain file system location. This preview shows what objects would be included in an import package. However, the import package is not generated.

About this task

ccm migrate -preview -inc|-incremental -p|-project project_spec
	[-dt|-default_type default_type] [-rules file_path]
	[-results results_file] [-f|-format format] [-nf|-noformat]
	([-ch|-column_header] | [-nch|-nocolumn_header])
	[-sep|-separator separator]
	([-sby|-sortby sortspec] | [-ns|-nosort|-no_sort])
	[-gby|-groupby groupformat] directory_path
-ch|-column_header
Specifies to use a column header in the output format. See -ch|-column_header for details.
directory_path
Specifies a client file system directory containing the data to be migrated.
-dt|-default_type default_type
Specifies the default Rational® Synergy type that is used if no mapping rules define the type of the object. If not specified, the default is ascii.
-f|-format format
Specifies the command output format. See -f|-format for details.
-gby|-groupby groupformat
Specifies how to group the command output. See -gby|-groupby for details.
-nch|-nocolumn_header
Specifies not to use a column header in the output format. See -nch|-nocolumn_header for details.
-nf|-noformat
Specifies not to use a column alignment. See -nf|-noformat for details.
-ns|-no_sort
Specifies not to sort the output. See -ns|-nosort for details.
project_spec
Specifies that the existing project to be used as a reference and updated if the data was imported. See Project specification for details.
-rules file_path
Specifies to use a mapping rule instead of the default rules.
-results results_file
Specifies a results file that contains the migrate preview results. If not specified, the preview results are written to the stdout stream.
-sep|-separator separator
Specifies a different separator character. See -sep|-separator for details.
-sby|-sortby sortspec
Specifies how to sort the command output. See -sby|-sortby for details.

Feedback