DDM backups NOT compressed when using argument in post_olb_script
search cancel

DDM backups NOT compressed when using argument in post_olb_script

book

Article ID: 226101

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

There's an arg in post_olb_script for compress ($2 : COMPRESS or NOCOMPRESS ) but it doesn' t seem to be used there:

    ./ddm_save.pl -f $backup_dir/db_$time_string.DDMDb > $backup_dir/ddm_backup.log 2>&1

Is there a way to have the ddm backup, that is now run as part scheduled online db backup (as per setup of vnm) to have the files compressed? 

ssdb backups are compressed now.

Environment

Release : 21.2

Component :

Resolution

 

The ddm_save.pl perl script is calling mysqlbackup with the --compress parameter

I did a test with and without that parameter

-rw-r--r--  1 spectrum     spectrum      27M Oct 13 20:50 ddmdbCompress.mbi
-rw-r--r--  1 spectrum     spectrum      528M Oct 13 20:51 ddmdbNoCompress.mbi