rsync
分类
描述
远程文件同步工具
语法
rsync [选项] 源 目标
常用选项
使用示例
- rsync -avz source/ user@host: /dest/: 同步目录到远程
- rsync -av --delete source/ dest/: 完全同步两个目录
相关命令