Enabling or Disabling FCS Compressed Synchronization
You can use the set system fcssettings zipsync command to enable or disable FCS compressed synchronization.
To enable FCS compressed synchronization, use the command:
set system fcssettings zipsync on;
To disable FCS compressed synchronization, use the command:
set system fcssettings zipsync off;
The table below summarizes MQL compressed synchronization commands for the inter-site case:
MQL Commands for the Inter-Site Case |
||||
---|---|---|---|---|
sync store |
sync buslist |
sync bus |
sync bus with zip |
|
zipsync on |
cond zip |
cond zip |
cond zip |
force zip |
zipsync off |
no zip |
no zip |
no zip |
force zip |
cond zip
means that the synchronization stream depends on the synchronized file extension.force zip
means that the synchronization stream is always compressed.no zip
means that the synchronization stream is not compressed.
The table below summarizes MQL compressed synchronization commands for the intra-site case:
MQL Commands for the Intra-Site Case |
||||
---|---|---|---|---|
sync store |
sync buslist |
sync bus |
sync bus with zip |
|
zipsync on |
no zip |
no zip |
no zip |
force zip |
zipsync off |
no zip |
no zip |
no zip |
force zip |