rsync - 翻译 - daemon options summary守护进程选项概述
# rsync - 翻译 - daemon options summary守护进程选项概述
# OPTIONS SUMMARY
# 选项概述
# Rsync can also be run as a daemon, in which case the following options are accepted:
# Rsync能以守护进程方式运行,此时下列选项有效:
#
# --daemonrun as an rsync daemon
# 以守护进程方式运行
# --address=ADDRESS bind to the specified address
# 绑定指定地址
# --bwlimit=KBPSlimit I/O bandwidth; KBytes per second
# 限制 输入/输出 带宽;每秒千字节
# --config=FILE specify alternate rsyncd.conf file
# 指定替换 rsyncd.conf 文件
# --no-detach do not detach from the parent
# 不脱离父进程
# --port=PORT listen on alternate port number
# 在替换端口号监听
# --log-file=FILE override the "log file" setting
# 替换 "log file" 设置
# --log-file-format=FMT override the "log format" setting
# 替换 "log format" 设置
# --sockopts=OPTIONSspecify custom TCP options
# 指定自定义 TCP 选项
# -v, --verbose increase verbosity
# 提高信息量
# -4, --ipv4prefer IPv4
# IPv4 优先
# -6, --ipv6prefer IPv6
# IPv6 优先
# -h, --helpshow this help (if used after --daemon)
# 显示本帮助(如果在 --daemon 后使用)
[rsync - 官方网站]
http://rsync.samba.org/[rsync - 关键词]
rsyncrsyncd
[rsyncd.conf - 官方文档]
http://samba.org/ftp/rsync/rsyncd.conf.html[rsync - 相关问题]
全局部分中常用全局参数配置说明
全局部分中常用模块参数配置说明
模块常用配置说明
认证相关参数配置说明
客户端常用参数
客户端其他参数
for Windows (cygwin)
远程shell模式和rsync守护进程模式
22.6. File Synchronization. Building Internet Firewalls, 2nd Edition
Hack 92 Mirroring Web Sites with wget and rsync. Spidering Hacks
Linux Security Cookbook - Recipe 1.16 Integrity Checking with rsync
Linux Security Cookbook - Recipe 1.6 Remote Integrity Checking
Linux Security Cookbook - Recipe 6.3 Copying Files Remotely
正确设置gid参数
--backup-dir 使用示例
hosts allow
hosts deny
gid
synopsis提要
翻译 - daemon options summary守护进程选项概述