Previous Topic: destroy (Class Management)--Delete a ClassNext Topic: import (Class Management)--Import a Class


export (Class Management)--Export a Class

Export a class

Syntax
class export class dir [ --force ] [ --nocompress ]  
Parameters
class

name of class to be exported. May specify one of the following:

application/catalog:class - export local application catalog class

/catalog:class - export global catalog class

dir

Name of exchange directory relative to /vol/_impex where class is to be exported to

--force

Option to allow exporting of class even if it is already present (that is, the class is removed and then exported)

--nocompress

Do not compress class volumes.

Examples
class export sugarcrm/local:NAS nas

Export application local catalog class

class export /system:NAS nas

Export global catalog class