ccmdb pack database_path [-t|-to packfile|archive_device|-]
[-z compress_level]
Use the ccmdb pack command to dump the contents of a database into a single, portable file, appropriate for moving to another system. Packed files have the extension .cpk.
The database is locked while a pack is in progress, which prevents users from changing data in the Rational® Synergy database during a pack. Users receive a message that the database is locked when they attempt to start a session while the pack is in progress.
The maximum size of a pack file produced by ccmdb pack is limited by the destination file system. On many UNIX file systems, the maximum file size is 4 TB (Terabyte).
You must be user ccm_root to run this command.
Generate a pack file called test_ccm.cpk in the /vol/bulldog/ccmdb directory.
$ ccmdb pack /vol/bulldog/ccmdb/test.ccm -to
/vol/hydra/ccmdb/test_ccm.cpk
Use the ccmdb backup command for scheduled backups.