Ask Question
20 February, 05:29

Use the Internet to research Robocopy switches and then construct a command line that will use Robocopy to copy files in restart mode from a source to a destination mirroring the folder structure and using FAT file times. The command should retry the copy in case of a failed attempt.

+3
Answers (1)
  1. 20 February, 06:37
    0
    robocopy c:/source c:/destination / e / Z / FFT / R:n

    here,

    source : source folder name,

    destination: destination folder name,

    /e : command to copy all filesand folders from source to destination,

    /Z : command to copy files in restart mode,

    /FFT : command to use FAT file times,

    /R:n : command to retry the copy in case of a failed attempt, by default n is 1 million times.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Use the Internet to research Robocopy switches and then construct a command line that will use Robocopy to copy files in restart mode from ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers