- 파일 동기화 할 경우 아래 Command 사용
# default
$ rsync -av source/ destination
# file compress
$ rsync -az source/ destination
# show progress
$ rsync -aP source/ destination
- Send Remote Server
# Default
$ rsync -avP source/ xxxx@xxx.xxx.xxx.xxx:~/destination
'프로그래밍 > Linux' 카테고리의 다른 글
[Linux] Vi Command (0) | 2022.11.03 |
---|---|
[Linux] login Server - using ssh private key (0) | 2022.11.01 |
[Domain] Public IP Check (0) | 2022.10.31 |
[Docker] Docker permission deny 해결법 (0) | 2022.10.20 |
Rocky Linux 9에 Docker 및 Docker-Compose를 설치하는 방법 (0) | 2022.08.16 |