Compression and encryption processing
Consider the following information if you want to include specific files or groups of files for compression and encryption during a backup or archive operation.
- You must set the compression option to yes to enable compression processing. If you do not specify the compression option or you set the compression option to no, the backup-archive client does not perform compression processing.
- The client processes exclude.dir and other include-exclude statements first.
The client then considers any include.compression and
include.encrypt statements. For example, consider the following include-exclude
list:
exclude c:\test\file.txt include.compression c:\test\file.txt include.encrypt c:\test\file.txtThe client examines the
exclude c:\test\file.txtstatement first and determines thatc:\test\file.txtis excluded from backup processing and is, therefore, not a candidate for compression or encryption processing. - Include-exclude compression and encryption processing is valid for backup and archive processing only.
- Client encryption with the include.encrypt option is no longer supported for LAN-free backup and archive operations to the IBM® Storage Protect server 8.1.1 and later levels, or IBM Storage Protect7.1.8 and later version 7 levels. LAN-free restore and retrieve operations of encrypted backup versions and archive copies continue to be supported. If you need to encrypt data by using the include.encrypt option, in which data is encrypted before it is sent to the server, use LAN-based backup or archive operations.
- As with other include-exclude statements, you can use the inclexcl option to specify a file that is in Unicode format, which contains include.compression and include.encrypt specifying Unicode files. See Inclexcl for more information.