윈도우에서 파일 복사할 때 xcopy 를 썼었는데 이제는 더 옵션이 많은 robocopy 를 사용하고 있다.
A svn 에서 B svn 으로 폴더를 동기화하고 싶을 때 /mir 과 /xd 옵션을 사용하고 있다.
/mir Mirrors a directory tree (equivalent to /e plus /purge). Using this option with the /e option and a destination directory, overwrites the destination directory security settings.
/xd <directory>[ ...] Excludes directories that match the specified names and paths.
robocopy svn_A svn_B /mir /xd .svn
참고 :
서버구축이야기!! - Windows(윈도우)에서 ROBOCOPY를 이용한 파일 백업, 일치화 하기
728x90