Windows 10: robocopy only copies a couple of files

Discus and support robocopy only copies a couple of files in Windows 10 Gaming to solve the problem; Initially I'd like to simply copy updated or missing files from the source to the destination locally...make a backup basically. I created an empty... Discussion in 'Windows 10 Gaming' started by agent87, Apr 3, 2022.

  1. agent87 Win User

    robocopy only copies a couple of files


    Initially I'd like to simply copy updated or missing files from the source to the destination locally...make a backup basically. I created an empty directory "testfolder" on the destination. I've tried NTFS and FAT32 destination drives initially I thought FAT32 was the issue. I've tried as administrator. robocopy "C:\Users\me\Documents" "D:\testfolder" /sIt only copies a couple of files out of one of the source subdirectories not other files w/same extension in the same subdirectory and none of the other ..\Documents\subdirectories which are not empty. What am I missing?Thx

    :)
     
    agent87, Apr 3, 2022
    #1
  2. sba923 Win User
    sba923, Apr 3, 2022
    #2
  3. temp02 Win User
    Java.nio.file - Copying files

    You can't copy a folder, thats why it generates an exception (you are trying to copy a folder using a copy file function).
    You probably need to list all the files inside that folder and copy one by one
     
    temp02, Apr 3, 2022
    #3
  4. robocopy only copies a couple of files

    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, Apr 3, 2022
    #4
Thema:

robocopy only copies a couple of files

Loading...
  1. robocopy only copies a couple of files - Similar Threads - robocopy copies couple

  2. Why robocopy only copy directories but not files?

    in Windows 10 Network and Sharing
    Why robocopy only copy directories but not files?: I've tried robocopy to directories of programs, However, when I see the consequences, only directories were copied but program files weren't copied. But when I pick exe files to copy, then it is copiedWhy is that, and is there any way to solve this?Here is the command I...
  3. Why robocopy only copy directories but not files?

    in Windows 10 Gaming
    Why robocopy only copy directories but not files?: I've tried robocopy to directories of programs, However, when I see the consequences, only directories were copied but program files weren't copied. But when I pick exe files to copy, then it is copiedWhy is that, and is there any way to solve this?Here is the command I...
  4. Why robocopy only copy directories but not files?

    in Windows 10 Software and Apps
    Why robocopy only copy directories but not files?: I've tried robocopy to directories of programs, However, when I see the consequences, only directories were copied but program files weren't copied. But when I pick exe files to copy, then it is copiedWhy is that, and is there any way to solve this?Here is the command I...
  5. Why robocopy only copy directories but not exe files?

    in Windows 10 Network and Sharing
    Why robocopy only copy directories but not exe files?: I've tried robocopy to directories of programs, However, when I see the consequences, only directories were copied but program files weren't copied. But when I pick exe files to copy, then it is copiedWhy is that, and is there any way to solve this?...
  6. Robocopy - copy changed files only

    in Windows 10 Network and Sharing
    Robocopy - copy changed files only: Hi, I have restored not recovered a PC from a Windows 7 backup taken 28th June. I have a Robocopy of the PC taken 30th June. I would like to now copy to the PC any files which changed after I took the Windows 7 backup on the 28th. I specifically do not want to copy any files...
  7. Robocopy - copy changed files only

    in Windows 10 Gaming
    Robocopy - copy changed files only: Hi, I have restored not recovered a PC from a Windows 7 backup taken 28th June. I have a Robocopy of the PC taken 30th June. I would like to now copy to the PC any files which changed after I took the Windows 7 backup on the 28th. I specifically do not want to copy any files...
  8. Robocopy - copy changed files only

    in Windows 10 Software and Apps
    Robocopy - copy changed files only: Hi, I have restored not recovered a PC from a Windows 7 backup taken 28th June. I have a Robocopy of the PC taken 30th June. I would like to now copy to the PC any files which changed after I took the Windows 7 backup on the 28th. I specifically do not want to copy any files...
  9. robocopy only copies a couple of files

    in Windows 10 Software and Apps
    robocopy only copies a couple of files: Initially I'd like to simply copy updated or missing files from the source to the destination locally...make a backup basically. I created an empty directory "testfolder" on the destination. I've tried NTFS and FAT32 destination drives initially I thought FAT32 was the issue....
  10. robocopy only copies a couple of files

    in Windows 10 Installation and Upgrade
    robocopy only copies a couple of files: Initially I'd like to simply copy updated or missing files from the source to the destination locally...make a backup basically. I created an empty directory "testfolder" on the destination. I've tried NTFS and FAT32 destination drives initially I thought FAT32 was the issue....