# Linux Rsync

<https://rsync.samba.org/>

```bash
    rsync -a files/dir dest
    # 以归档传递文件
```
