-x, --one-file-system 不要跨越文件系统边界 -B, --block-size=SIZE 检验算法使用的块尺寸,默认是 700 字节 -e, --rsh=COMMAND 指定使用 rsh、ssh 方式进行数据同步 --rsync-path=PATH 指定远程服务器上的 rsync 命令所在路径信息 -C, --cvs-exclude 使用和 CVS 一样的方法自动忽略文件,用来排除那些...
-x, --one-file-system: 不要跨越文件系统边界。 -B, --block-size=SIZE: 检验算法使用的块尺寸,默认是700字节。 -e, --rsh=command: 指定使用rsh、ssh方式进行数据同步。 --rsync-path=PATH: 指定远程服务器上的rsync命令所在路径信息。 -C, --cvs-exclude: 使用和CVS一样的方法自动忽略文件,用来排除...
--exclude-form=file:排除指定的文件 --bwlimit=1:限速传输 --partial:断点续传 --delete:数据同步 --password-file=:指定密码文件 6.rsync备份实战 先准备两台主机: 6.1服务端操作 1.先安装rsync:yum install -y rsync 2.配置rsync的配置文件:vim /etc/rsyncd.conf,加入下段内容# 服务的用户uid = rsync#...
Then the local file is read and a checksum is generated for the block beginning with the first byte of the local file. This block checksum is looked for in the set that was sent by the generator, and if no match is found, the non-matching byte will be appended to the non-matching d...
lock file = /var/run/rsync.lock //锁文件的存放位置 log file = /var/log/rsyncd.log //日志记录文件的存放位置 我自己练习的时候配置比较简单。我的服务端的IP为192.128.211.128 其中配置文件内容如下,具体参数含义参照上面。 [root@localhost logs]# cat /etc/rsyncd.conf ...
[yun@backup tmp]$ rsync -avz --exclude=systemd.conf --exclude=fastestmirror.conf /etc/yum /tmp/zhang05 # --exclude-from=FILE 示例 [yun@backup tmp]$ cat exclude.info fastestmirror.conf systemd.conf vars # 那么此时 fastestmirror.conf、systemd.conf 文件 和 vars 目录不会被拷贝 [yun@backup ...
#保持设备文件信息 -L #保留软连接指向的目标文件 -e #使用的信道协议,指定替代rsh的shell程序 --exclude=PATTERN #指定排除不需要传输的文件模式 --exclude-from=file #文件名所在的目录文件 --bwlimit=100 #限速传输 --partial #断点续传 --delete #让目标目录和源目录数据保持一致 --password-file=xxx #...
exclude.c fileio.c flist.c generator.c getfsdev.c getgroups.c hashtable.c help-from-md.awk hlink.c ifuncs.h install-sh inums.h io.c io.h itypes.h latest-year.h loadparm.c log.c main.c match.c maybe-make-man md-convert ...
及传输时的进度等信息-D#保持设备文件信息-L#保留软连接指向的目标文件-e#使用的信道协议,指定替代rsh的shell程序--exclude=PATTERN#指定排除不需要传输的文件模式--exclude-from=file#文件名所在的目录文件--bwlimit=100#限速传输--partial#断点续传--delete#让目标目录和源目录数据保持一致--password-file=xxx#...
<fileSystemxfs="false"/> <filterstart="false"> <excludeexpression="(.*)\.svn"></exclude> <excludeexpression="(.*)\.gz"></exclude> <excludeexpression="^info/*"></exclude> <exclude expression="^static/*"></exclude> </filter>