SDP-265

bob_arnold (Bob Arnold)
Bob Arnold created this job , modified by C. Thomas Tyler
Closed
sync_replica.sh and recreate_db_sync_replica.sh should avoid rsync compression

These scripts use rsync to copy the checkpoints tree.  The biggest
files in here are compressed checkpoints.  Using '-z' with rsync
is worse than useless here, in WAN and LAN situations, as it wastes
CPU cycles and slows down the transfer without reducing the amount
of data to be transferred.
23126Changed rsync commands to avoid using compression when transferring
checkpoints, which are already compressed.

Fixed logging issue where log was truncated in mid-script.
23130Changed rsync commands to avoid using compression when transferring
checkpoints, which are already compressed.

Fixed logging issue where log was truncated in mid-script.
  • Details
  • Comments -
Status
Closed
Project
perforce-software-sdp
Severity
C
Reported By
Bob Arnold
Reported Date
Modified By
C. Thomas Tyler
Modified Date
Owned By
tom_tyler
Component
core-unix
Type
Bug