Windows 10: Robocopy copies unwanted folders
Discus and support Robocopy copies unwanted folders in Windows 10 Software and Apps to solve the problem; 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... Discussion in 'Windows 10 Software and Apps' started by Milan Duric, Mar 3, 2025.
Thema:
Robocopy copies unwanted folders
Loading...
-
Robocopy copies unwanted folders - Similar Threads - Robocopy copies unwanted
-
Robocopy copies unwanted folders
in Windows 10 GamingRobocopy 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... -
Robocopy cannot copy files when I specify which folders to copy
in Windows 10 GamingRobocopy cannot copy files when I specify which folders to copy: https://answers.microsoft.com/en-us/windows/forum/all/why-robocopy-only-copy-directories-but-not-files/6dbeb8e7-f139-422a-aafe-19bd292c9297?page=1e-19bd292c9297?page=1I have an additional question on this thread, the consequence still doesn't make sense for me.Regard there... -
Robocopy cannot copy files when I specify which folders to copy
in Windows 10 Software and AppsRobocopy cannot copy files when I specify which folders to copy: https://answers.microsoft.com/en-us/windows/forum/all/why-robocopy-only-copy-directories-but-not-files/6dbeb8e7-f139-422a-aafe-19bd292c9297?page=1e-19bd292c9297?page=1I have an additional question on this thread, the consequence still doesn't make sense for me.Regard there... -
Robocopy cannot copy files when I specify which folders to copy
in Windows 10 Network and SharingRobocopy cannot copy files when I specify which folders to copy: I have an additional question on this thread, the consequence still doesn't make sense for meRegard there are folder a b c d, inside of each folder, a' b' c' d' folder exists and inside there, there are a" b" c" d" files each.C:\folder\a\a'\a" c:\folder\b\b'\b"... -
Robocopy cannot copy files when I specify which folders to copy
in Windows 10 GamingRobocopy cannot copy files when I specify which folders to copy: I have an additional question on this thread, the consequence still doesn't make sense for meRegard there are folder a b c d, inside of each folder, a' b' c' d' folder exists and inside there, there are a" b" c" d" files each.C:\folder\a\a'\a" c:\folder\b\b'\b"... -
Need to use robocopy to copy encrypted folder/files.
in Windows 10 Network and SharingNeed to use robocopy to copy encrypted folder/files.: G'day,I've made and have been using a batch file to back up my files. I was using xcopy, but I added a new folder which contains directories which are larger than the 254 character limit, so I started using robocopy. The only problem is, robocopy doesn't seem to support... -
Need to use robocopy to copy encrypted folder/files.
in Windows 10 GamingNeed to use robocopy to copy encrypted folder/files.: G'day,I've made and have been using a batch file to back up my files. I was using xcopy, but I added a new folder which contains directories which are larger than the 254 character limit, so I started using robocopy. The only problem is, robocopy doesn't seem to support... -
Need to use robocopy to copy encrypted folder/files.
in Windows 10 Software and AppsNeed to use robocopy to copy encrypted folder/files.: G'day,I've made and have been using a batch file to back up my files. I was using xcopy, but I added a new folder which contains directories which are larger than the 254 character limit, so I started using robocopy. The only problem is, robocopy doesn't seem to support... -
How Robocopy copy the folder start with A?
in Windows 10 Installation and UpgradeHow Robocopy copy the folder start with A?: Hi Recently i want to migrate my laptop to my desktop data, and i want to do it batch by batch So it is the below command is the correct command to copy the folder name start with A robocopy C:\Users\xxx\ a*.* /S ?MIR Z:\Users\xxx\ /COPY:DT /DCOPY:T Thank You...