관리 메뉴

PC Geek's

로보카피(robocopy): 윈도우 비스타 이후 윈도 내장 복사 프로그램 (윈도XP에서 사용가능) 본문

공구함, 튜닝PRG

로보카피(robocopy): 윈도우 비스타 이후 윈도 내장 복사 프로그램 (윈도XP에서 사용가능)

윈도7에 들어있는 프로그램인데 윈도 XP에서도 사용할 수 있습니다. 복사하면.. 다만, 원래 윈도7용 파일이므로 저작권 문제는 남습니다.


관련해 찾아본 링크를 답니다.

http://en.wikipedia.org/wiki/Robocopy

Features

Robocopy is noted for capabilities above and beyond the built-in Windows copy and xcopy commands, including the following:

    Ability to tolerate network interruptions and resume copying. (incomplete files are marked with a date stamp of 1980-01-01 and contain a recovery record so Robocopy knows where to continue from)

    Ability to skip Junction Points which can cause to fail copying in an infinite loop (/XJ)

    Ability to copy file data and attributes correctly, and to preserve original timestamps, as well as NTFS ACLs, owner information, and audit information using command line switches. (/COPYALL or /COPY:) Copying folder timestamps is also possible in later versions (/DCOPY:T).
    Ability to assert the Windows NT "backup right" (/B) so an administrator may copy an entire directory, including files denied readability to the administrator.
    Persistence by default, with a programmable number of automatic retries if a file cannot be opened.
    A "mirror" mode, which keeps trees in sync by optionally deleting files out of the destination that are no longer present in the source.
    Ability to skip files that already appear in the destination folder with identical size and timestamp.
    A continuously-updated command-line progress indicator.
    Ability to copy file and folder names exceeding 256 characters — up to a theoretical limit of 32,000 characters — without errors.[1]
    Multithreaded copying. (Windows 7 and Windows Server 2008 R2) [2]
    Return code[3] on program termination for batch file usage.

커맨드라인 프로그램이지만, 마치 리눅스 쉘용 프로그램처럼 다양한 인자를 받고 기능도 많으며, 리턴코드를 지원하기 때문에, 이 프로그램을 이용한 윈도 쉘스크립트도 있고, 이 프로그램을 쓰기 쉽게 해주는 그래픽 UI 껍데기(프론트엔드)도 있습니다.


우리말 링크

로보카피를 이용한 백업과 미러링 주의점 - 超님 블로그

http://blog.naver.com/spef/110034442392




그 외 검색에 걸린 것.

http://technet.microsoft.com/en-us/library/cc733145%28v=ws.10%29.aspx

http://theether.net/download/Microsoft/Utilities/robocopy.pdf

robocopy.pdf


http://gallery.technet.microsoft.com/scriptcenter/Robocopy-and-PowerShell-8e3d8011

http://social.technet.microsoft.com/wiki/contents/articles/1073.robocopy-and-a-few-examples.aspx


※ 성능 괜찮고 좋은 프로그램이라고 합니다. 다만, 컴퓨터 안에서 혹은 내부 네트웍 안에서 대량복사, 백업, 자동 문서관리용으로 쓰는 정도가 좋겠고, 클라우드용으로는 안 쓰는 게 나을 듯. 멀티쓰레딩으로 팍팍 밀어넣으면 매우 불안정해질 테니 만약 탈나서 업로드한 게 랜덤으로 문제라도 생기면 뒷처리 엄두가 안 나기 때문에. 특히 무료서비스인 경우는 얼마간 서버쪽에서 연결을 안 해 줄 수도 있습니다.


이 글과 같은 분류글목록으로 / 최신글목록 이동
Comments
Viewed Posts
Recent Comments
Recent Posts