Windows 10: Robocopy always giving error code 123 during copy

Discus and support Robocopy always giving error code 123 during copy in Windows 10 Gaming to solve the problem; I am getting an error code 123 0x0000007B when trying to use Robocopy on administrator command line when copying a photo from C:\ drive into a mapped... Discussion in 'Windows 10 Gaming' started by ghostanime2001, Jan 11, 2023.

  1. Robocopy always giving error code 123 during copy


    I am getting an error code 123 0x0000007B when trying to use Robocopy on administrator command line when copying a photo from C:\ drive into a mapped network drive. The network mapped network drive is an internal storage of my android phone. I am using webdav server from The Olive tree to mount of my android's internal storage to the mapped network drive. 2023/01/11 19:25:21 ERROR 123 0x0000007B Accessing Source Directory C:\Users\username\Desktop\s8 import pics\photos app\anQoPxo1rMWeg-q0Rt5UlqfiYRc=1659734092851_IMG-20191105-WA0028.jpg\ The filename, directory name, or volume label syn

    :)
     
    ghostanime2001, Jan 11, 2023
    #1

  2. Robocopy Error 2 - copyying folder in dropbox

    I have successfully created and used the following batch file in windows10

    robocopy C:\Users\Julie\Documents\Test C:\Users\Julie\Documents\accounts-backup
    pause

    However when I run the batch below to copy the contents of a folder in Dropbox I get

    ERROR 2 (0x00000002) Accessing Source Directory C:\Users\Julie\Dropbox\accounts\
    The system cannot find the file specified.

    robocopy C:\Users\Julie\Dropbox\accounts C:\Users\Julie\Documents\accounts-backup
    pause

    Any suggestions to resolve this
     
    ColinKinsella, Jan 11, 2023
    #2
  3. Windows 10 Pro - Robocopy Access Denied Error - But Files still Copy

    Hello User. Seems like it is simply a bug with the script maybe. From the solutions I found, you have to take ownership of the files you are copying over or the file you are copying into and the error screen will not show up. And also giving administrator
    permissions.

    Reference:
    https://community.spiceworks.com/topic/1739344-...


    Some other solutions I found: The "Access is denied" message can be issued by robocopy (and other command line tools) when a file has an NTFS stream that tags the file as having been downloaded from the Internet or copied from a share.

    And Chicojrman1 on technet suggested: Just run the same robocopy command a second time to effectively do an incremental, it will scan through and only copy files that have been updated or are new.

    Reference:
    https://social.technet.microsoft.com/Forums/ie/...
     
    Zackary Vanosdol, Jan 11, 2023
    #3
  4. Robocopy always giving error code 123 during copy

    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, Jan 11, 2023
    #4
Thema:

Robocopy always giving error code 123 during copy

Loading...
  1. Robocopy always giving error code 123 during copy - Similar Threads - Robocopy always giving

  2. Robocopy copies unwanted folders

    in Windows 10 Gaming
    Robocopy copies unwanted folders: So, I'm working on a script that, among other things, backs up Documents folder to USB drive. The issue that I'm having is the same as this guy...
  3. Robocopy copies unwanted folders

    in Windows 10 Software and Apps
    Robocopy copies unwanted folders: So, I'm working on a script that, among other things, backs up Documents folder to USB drive. The issue that I'm having is the same as this guy...
  4. 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...
  5. 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...
  6. Robocopy always giving error code 123 during copy

    in Windows 10 Software and Apps
    Robocopy always giving error code 123 during copy: I am getting an error code 123 0x0000007B when trying to use Robocopy on administrator command line when copying a photo from C:\ drive into a mapped network drive. The network mapped network drive is an internal storage of my android phone. I am using webdav server from The...
  7. Error 123:...

    in Windows 10 Gaming
    Error 123:...: When I was installing an app, this happenedThe link was C:\Users\Username\OneDrive\Documents\Documents, as in another languageand other app also had the same thing installing, is there any way to fix this?...
  8. Error 123:...

    in Windows 10 Software and Apps
    Error 123:...: When I was installing an app, this happenedThe link was C:\Users\Username\OneDrive\Documents\Documents, as in another languageand other app also had the same thing installing, is there any way to fix this?...
  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...