1TB의 데이터를 복사하려고합니다. 가능한 모든 것을 복사하고 싶습니다.이 경우 어떤 종류의 Robocopy 옵션이 권장됩니까? 나는 사용한다:
/E = copy all all subdirectories including empty
/dcopy:T = copy folder timestamps
/B = backup mode <-- no sure what this does
/J = what does this do <-- no idea what this does
/r:10 = retry 10 times on failed files
/unicode = show status as unicode
/tee = write output to console also
/log:path = save log file to
/np = do not fill the output with useless percentages
누락 된 옵션이 있습니까?
확실 /J
하지 않습니다. 백업이 권한을 우회합니까? 또한
U Auditing information
그렇습니까?
1
모든 주장은 잘 정리되어 있습니다. 어떤 논증이 무엇인지 모르는 경우 찾아보아야합니다.
—
Ramhound