티스토리 뷰
rsync 사용
rsync -av --progress (원본폴더) (대상폴더) --exclude (제외할폴더)
ex) rsync -av --progress /root/ori /root/test --exclude testExclude
추가) --exclude를 여러번사용하여 추가 제외가능
'개발 > Linux' 카테고리의 다른 글
[Linux] - SELinux port 관리 (feat.Nginx) (0) | 2022.06.23 |
---|---|
[Linux] - rm: cannot remove ‘fileName/.nfs0000000000b82de200000008’: Device or resource busy (0) | 2021.12.10 |
[Linux] - ASSERT: "false" in file qasciikey.cpp, line 501 (1) | 2021.11.30 |
[Linux] - 리눅스 폴더 내에 파일 개수 확인 (0) | 2021.11.29 |
[Linux] - linux 세션종료시에도 실행되게 (0) | 2021.11.11 |