rsync是一个强大的用于文件同步和远程备份的命令行工具。它可以通过本地文件系统、SSH 或 RSH 连接来同步文件。
以下是rsync的一些常用选项:
以下是一些使用示例:
rsync -av /path/to/source /path/to/destination
rsync -avz -e ssh /path/to/source user @remote :/path/to/destination
rsync -av --update /path/ to/source /path/ to/destination
rsync -av --dry-run /path/ to/source /path/ to/destination
rsync -av --delete /path/ to/source /path/ to/destination
rsync -av --exclude 'file.txt' /path/to/source /path/to/destination