cp 명령어에는 execlude 옵션이 없다.
이때 rsync 로 하면 편리하다.
[code]
rsync -av –progress 원본디렉토리 대상디렉토리 –exclude 제외할디렉토리1 –exclude 제외할디렉토리2
[/code]
cp 명령어에는 execlude 옵션이 없다.
이때 rsync 로 하면 편리하다.
[code]
rsync -av –progress 원본디렉토리 대상디렉토리 –exclude 제외할디렉토리1 –exclude 제외할디렉토리2
[/code]