Posts Tagged ‘rsync’

yum升级rsync 3 0

August 27th, 2010

安裝 for CenOS 5 i386 版的 rpmforge-release package

» Read more: yum升级rsync 3 0

rsync @ERROR: chdir failed

July 21st, 2010
系统平台:RHEL5.3
客户机:
[root@test1 ~]# rsync -vzrtopg –progress –delete –password-file=/etc/rsyncd.pwd
marsaber@10.10.10.3::backup /var/www/html
@ERROR: chdir failed
rsync error: error starting client-server protocol (code 5) at main.c(1296) [sender=2.6.8]

» Read more: rsync @ERROR: chdir failed

Setup a rsync server on Centos 5

July 21st, 2010

These instructions assume that you have root access and are operating as the root user. If you only have sudo access, just add sudo to the beginning of most of the commands. The standard port for rsync which is 873 is assumed too.

» Read more: Setup a rsync server on Centos 5

rsync 使用说明

March 4th, 2010

1. Install

[url]http://www.samba.org/rsync/[/url]

shell> tar zxvf rsync-x.x.x.tar.gz
shell> cd rsync-x.x.x
shell> ./configure && make && make install

» Read more: rsync 使用说明

Linux rsync同步由手动到自动

March 4th, 2010

rsync 是一个快速增量文件传输工具,它可以用于在同一主机备份内部的备分,我们还可以把它作为不同主机网络备份工具之用。本文主要讲述的是如何自架rsync服务器,以实现文件传输、备份和镜像。

» Read more: Linux rsync同步由手动到自动

rsync 服务器架设方法 v0.1b (正在修订中)

February 9th, 2010

作者: 北南南北
来自:Linuxsir.Org
摘要: rsync 是一个快速增量文件传输工具,它可以用于在同一主机备份内部的备分,我们还可以把它作为不同主机网络备份工具之用。本文主要讲述的是如何自架rsync服务器,以实现文件传输、备份和镜像。相对tar和wget来说,rsync 也有其自身的优点,比如速度快、安全、高效; » Read more: rsync 服务器架设方法 v0.1b (正在修订中)