rilpoint_mw113

How to make a statically linked Rsync Binary

How to make a statically linked Rsync Binary

This document describes how to make a statically linked rsync binary as it is used on page Backup of ESXi Virtual Machines using Affa.

tar xzf rsync-3.0.4.tar.gz
cd rsync-3.0.4
  • build the statically linked binary
make CFLAGS="-static" EXEEXT="-static"
strip rsync-static

Skin by RIL Partner
mweinber --!>