Rsync

来自开放百科 - 灰狐
2006年10月15日 (日) 10:29WikiSysop (讨论 | 贡献)的版本

跳转到: 导航, 搜索

http://rsync.samba.org/

安装指南

获得源码: http://rsync.samba.org/ftp/rsync/rsync-2.6.8.tar.gz

tar zxvf rsync-2.6.8.tar.gz
cd rsync-2.6.8, as root
./configure
make
make install
rsync --help 

You can simply run rsync as a daemon, or you can have it started automatically by inetd. In /etc/services add:

rsync 873/tcp

and in /etc/inetd.conf add:

rsync stream tcp nowait root /usr/bin/rsync rsync --daemon --config=/etc/rsyncd.conf

相关文档

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱