1

Robocopy's command guide describes /zb as an option that "Copies files in restartable mode. If file access is denied, switches to backup mode." However, this is somewhat ambiguous. When transferring multiple files, if access is denied to one, will Robocopy switch to backup mode for that one file, and then switch back to restartable mode for further files, or will it remain in backup mode until the transfer ends?

1 Answer 1

1

This option is not recommended, because it does exactly what it says:

If file access is denied, Robocopy will start itself in backup mode, meaning not in restartable mode. All following file copies will start from the first byte without checking if the file was already partially transferred.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .