rsync - synopsis提要
# rsync - synopsis提要
# SYNOPSIS
# Local:rsync [OPTION...] SRC... [DEST]
# 本地: rsync [选项...] 源... [目标]
#
# Access via remote shell:
# 通过远程shell访问:
# Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST]
# 拉: rsync [选项...] [用户名@]主机:源... [目标]
# Push: rsync [OPTION...] SRC... [USER@]HOST:DEST
# 推: rsync [选项...] 源... [用户名@]主机:目标
#
# Access via rsync daemon:
# 通过rsync守护进程访问:
# Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST]
# 拉: rsync [选项...] [用户名@]主机::源... [目标]
# rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST]
# rsync [选项...] rsync://[用户名@]主机[:端口]/源... [目标]
# Push: rsync [OPTION...] SRC... [USER@]HOST::DEST
# 推: rsync [选项...] 源... [用户名@]主机::目标
# rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST
# rsync [选项...] 源... rsync://[用户名@]主机[:端口]/目标
#
# Usages with just one SRC arg and no DEST arg will list the source files instead of copying.
# 仅使用一个SRC源参数而没有DEST目标参数将列出源文件而不是复制。
[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提要
本文详细介绍了rsync命令的各种用法,包括本地文件同步、通过远程shell进行文件拉取与推送,以及通过rsync守护进程访问等多种场景。同时提供了实用的例子帮助理解如何使用--backup-dir等参数。
1156

被折叠的 条评论
为什么被折叠?



