Examples: To set the compression to “On Media Agent” for subclient01 in client01: Qoperation execscript -sn CompressionConfig.sql -si c=client01 -si s=subclient01 -si set -si 1 To set the compression to “Off” for all subclients in client01: Qoperation execscript -sn CompressionConfig.sql -si c=client01 –si all -si set -si 2 To set the compression to “On Client” for all subclients in a CommCell Qoperation execscript -sn CompressionConfig.sql -si all -si all -si set -si 0 To set the compression to "Off" for subclient01 in client01: Qoperation execscript -sn CompressionConfig.sql -si c=client01 -si s=subclient01 -si set -si 2 To get the compression for subclient01 in client01 - this will provide the compression properties of the subclient as an output in the command console: Qoperation execscript -sn CompressionConfig.sql -si c=client01 -si s=subclient01 -si get To set compression to “On Client” for all sub clients associated to a storage policy. Qoperation execscript -sn CompressionConfig.sql -si sp=spname -si set -si 0 To set compression to “On Media Agent” for all sub clients associated to a storage policy. Qoperation execscript -sn CompressionConfig.sql -si sp=spname -si set -si 1 To set compression to "Off" for all sub clients associated to a storage policy. Qoperation execscript -sn CompressionConfig.sql -si sp=spname -si set -si 2 To get compression of all sub clients associated to a storage policy. Qoperation execscript -sn CompressionConfig.sql -si sp=spname -si get