Contents Index Compressing a database using the Compress Database wizard Compression utility options

ASA Database Administration Guide
  Database Administration Utilities
    The Compression utility

Compressing a database using the dbshrink command-line utility


Syntax 

dbshrink [ options ]   database-file [   compressed-database-file ]

Option Description
-ek key Specify encryption key
-ep Prompt for encryption key
-o filename Log output messages to a file
-q Quiet mode—do not print messages
-y Replace an existing output file without confirmation
Description 

The dbshrink utility reads database-file and creates a compressed database file. The compressed filename defaults to the same name as the original database file, but with an extension of .cdb. The output filename (with extension) must not be same as the input filename (with extension).

For more information about the Compression utility options, see Compression utility options.

This utility accepts @filename parameters. For more information, see @filename server option.


Compression utility options

Contents Index Compressing a database using the Compress Database wizard Compression utility options