Disabling Replication Compression (CLI)
2.
Click the Replication tab.
3.
Click the edit icon .
4.
Click Disable compression, and click Apply.
Related Topics
■
“Compressed Replication” on page 549
■
“Remote Replication Workflow” on page 470
Disabling Replication Compression (CLI)
You can disable compression when you create or edit a replication action. By default, all
replication streams are compressed before being sent over the network. For more information,
see “Compressed Replication” on page 549.
1.
To disable compression, navigate to the project or share and set the compression
property, as shown in the following example:
eel:shares proj1 action-000> set compression=off
2.
Enter commit and then show to confirm the compression property is set to off.
eel:shares proj1 action-000> commit
eel:shares proj1 action-000> show
Properties:
id = 67f0d3d6-10af-6f30-9d4c-a60d19eb1200
target = goby-10g
enabled = true
continuous = false
include_snaps = false
max_bandwidth = unlimited
bytes_sent = 0
estimated_size = 0
estimated_time_left = 00:14:35
average_throughput = 0B/s
use_ssl = false
compression = off
export_path =
state = idle
state_description = idle (no update in progress)
export_pending = false
offline = false
Remote Replication 503