Product Documentation

c-treeRTG V2 Update Guide

Previous Topic

Next Topic

Options to set encryption, data compression, and transaction processing

New options have been added to the ctmigra command-line utility and the RTG Migrate tool. These options allow you to set encryption, data compression, and transaction support in the destination c-tree files.

ctmigra Usage:

  • -e, --encrypt=CIPHER - Encrypt destination file with CIPHER algorithm.
  • -z, --datacompress=TYPE[;LEV][;STR] - Compress destination data file with TYPE algorithm.
  • -t, --transaction=no|yes|logging - Create destination data file with or without transaction support.

These three options enable the following configuration options on the destination file (corresponding to -e, -z, and -t respectively):

<encrypt type="CIPHER">

<datacompress type="TYPE"= level="LEV" strategy="STR">

<transaction logging="no|yes">

TOCIndex