O código fonte está disponível aqui: rsync-3.1.1.tar. gz ( assinatura ), com um tar arquivo do diretório "patches" agora lançado em um arquivo separado: rsync- patches-3.1.1.tar.gz ( assinatura ). Do site oficial
No arquivo Leiame você pode encontrá-lo.
SETUP
Rsync normally uses ssh or rsh for communication with remote systems. It does not need to be setuid and requires no special privileges for installation. You must, however, have a working ssh or rsh system. Using ssh is recommended for its security features.
Alternatively,
rsync
can run in 'daemon' mode, listening on a socket. This is generally used for public file distribution, although authentication and access control are available.To install
rsync
, first run theconfigure
script. This will create aMakefile
andconfig.h
appropriate for your system. Then typemake
.Note that on some systems you will have to force configure not to use
gcc
becausegcc
may not support some features (such as 64 bit file offsets) that your system may support. Set the environment variable CC to the name of your native compiler before running configure in this case.Once built put a copy of
rsync
in your search path on the local and remote systems (or usemake install
). That's it!
Ou no link