Windows 10: Robocopy - Is there any way to verify the copied file matches the source?

Discus and support Robocopy - Is there any way to verify the copied file matches the source? in Windows 10 Software and Apps to solve the problem; It doesn't appear there is anyway for Robocopy to verify/confirm the copied file matches the source, is that the case?... Discussion in 'Windows 10 Software and Apps' started by JKriv2, Jun 14, 2022.

  1. JKriv2 Win User

    Robocopy - Is there any way to verify the copied file matches the source?


    It doesn't appear there is anyway for Robocopy to verify/confirm the copied file matches the source, is that the case?

    :)
     
    JKriv2, Jun 14, 2022
    #1
  2. Compumind Win User

    Robocopy vs Copy-paste

    I'm unsure how to suppress that output via a command line switch without writing a script and piping the skipped ones to a null bucket.

    Robocopy skips copying existing files if the specific metadata of the files should match.
    Then those files will be skipped from the entire file copy operation but not from the view.

    *Think
     
    Compumind, Jun 14, 2022
    #2
  3. Robocopy vs Copy-paste

    Actually, that command won't list files that are not being copied BUT it lists all the directories that it traverses. To suppress that. simply tack on a /NDL (No Directory Listing).

    In the sample output below, note that the folder I am mirroring has 820 directories and 2708 files. The folders are already synced so not a single file or directory is displayed in the output.

    Code:
     
    hsehestedt, Jun 14, 2022
    #3
  4. dalchina Win User

    Robocopy - Is there any way to verify the copied file matches the source?

    dalchina, Jun 14, 2022
    #4
Thema:

Robocopy - Is there any way to verify the copied file matches the source?

Loading...
  1. Robocopy - Is there any way to verify the copied file matches the source? - Similar Threads - Robocopy verify copied

  2. Robocopy Skips Copying File

    in Windows 10 Gaming
    Robocopy Skips Copying File: I have a Dell computer running Windows 10. I use Task Scheduler to copy two files to two target destinations using Robocopy. Three of the files get copied but Robocopy skips one of them. If I run the command in a command window it returns a value of 0 meaning that there...
  3. Robocopy Skips Copying File

    in Windows 10 Software and Apps
    Robocopy Skips Copying File: I have a Dell computer running Windows 10. I use Task Scheduler to copy two files to two target destinations using Robocopy. Three of the files get copied but Robocopy skips one of them. If I run the command in a command window it returns a value of 0 meaning that there...
  4. ROBOCOPY fails copying files from source root

    in Windows 10 Network and Sharing
    ROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem...
  5. ROBOCOPY fails copying files from source root

    in Windows 10 Gaming
    ROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem...
  6. ROBOCOPY fails copying files from source root

    in Windows 10 Software and Apps
    ROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem...
  7. Robocopy - Is there any way to verify the copied file matches the source?

    in Windows 10 Gaming
    Robocopy - Is there any way to verify the copied file matches the source?: It doesn't appear there is anyway for Robocopy to verify/confirm the copied file matches the source, is that the case? https://answers.microsoft.com/en-us/windows/forum/all/robocopy-is-there-any-way-to-verify-the-copied/f577d35f-fa2c-4c8d-ab97-93852d8e1bcb
  8. Robocopy - Is there any way to verify the copied file matches the source?

    in Windows 10 Network and Sharing
    Robocopy - Is there any way to verify the copied file matches the source?: It doesn't appear there is anyway for Robocopy to verify/confirm the copied file matches the source, is that the case? https://answers.microsoft.com/en-us/windows/forum/all/robocopy-is-there-any-way-to-verify-the-copied/f577d35f-fa2c-4c8d-ab97-93852d8e1bcb
  9. Robocopy not copying newer file

    in Windows 10 Network and Sharing
    Robocopy not copying newer file: I have a file in a OneDrive folder named bernie3_journal.txt. It has today's date which is 10/7. I'm trying to use robocopy to copy the file to my son's OneDrive folder as shown below. The bernie3_journal.txt file in my son's OneDrive folder has a date stamp of 8/5. I've...
  10. Is there a way for Robocopy to ignore file copy errors?

    in Windows 10 Installation and Upgrade
    Is there a way for Robocopy to ignore file copy errors?: I am trying to backup files from a disk that is probably going bad. I've already run "chkdsk" on it, so now my old CRC errors are now "file unreadable" errors. I can't find any combination of the /R and /W switches that would permit errors to be ignored. It would make...