윈도우에서 파일 복사할 때 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를 이용한 파일 백업, 일치화 하기

 

Windows(윈도우)에서 ROBOCOPY를 이용한 파일 백업, 일치화 하기

Windows(윈도우)에서 ROBOCOPY를 이용한 파일 백업, 일치화 하기 이번시간에는 Windows를 이용하시는분들을 위해 간편하게 파일을 백업, 일치화, 복사하는 도구를 알아보도록 하겠습니다 리눅스를 이

server-talk.tistory.com

Microsoft - robocopy

 

robocopy

Reference article for the robocopy command, which copies file data from one location to another.

docs.microsoft.com

 

728x90

+ Recent posts