Previous Topic: rename (Application Control and Management)--Rename ApplicationNext Topic: config (Application Control and Management)--Configure Application


copy (Application Control and Management)--Copy Application

Copy an application

Syntax
application copy name new-name [--fscpy [--prefill]] 
Arguments
name

Name of application to copy

new-name

New name of application

--fscpy

Copy volumes using filesystem-level copy rather than block-level copy. This is useful if the application contains a large volume that has little data stored on it.

--prefill

Allocate ALL blocks of the volume.

--novols

Do not copy the application's volumes.

Examples
application copy sugarcrm sugarnew

Copy application 'sugarcrm' to 'surgarnew'

Note: Copy is like export + import with no intermediate packaged storage. This command will fail if the application is currently running or if there is already an application installed as new-name.