Lệnh xcopy
là những gì bạn đang tìm kiếm. Thí dụ:
xcopy source destination /E /C /H /R /K /O /Y
Lệnh trên sẽ sao chép nguồn vào đích, tệp và thư mục (bao gồm cả tệp trống), sẽ không dừng do lỗi, sẽ sao chép các tệp bị ẩn và hệ thống, sẽ ghi đè lên các tệp chỉ đọc, sẽ lưu giữ các thuộc tính và thông tin sở hữu / ACL và sẽ triệt tiêu nhắc nhở ghi đè các tập tin đích hiện có.
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. May be used to modify /T.
/C Continues copying even if errors occur.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/K Copies attributes. Normal Xcopy will reset read-only attributes.
/O Copies file ownership and ACL information.
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
Để biết thêm thông tin loại xcopy /?
và dòng lệnh của bạn.
robocopy
hoạt động rất tốt