About 39,400 results
Open links in new tab
  1. How to use Robocopy to back up all your data in Windows 10: …

    Aug 14, 2019 · If you're looking for a little extra peace of mind, double down on your data backups. This simple Robocopy script leverages a few useful switches to make the task convenient and efficient.

  2. Robocopy /MIR switch – mirroring file permissions

    Apr 10, 2019 · You want to use the /MIR switch to mirror the permissions: > ROBOCOPY source destination /MIR /SEC Robocopy fails to mirror file permissions – but works for folder permissions. …

  3. Get out and push! Getting the most out of DFSR pre-staging

    Apr 4, 2019 · Otherwise when you have robocopy mirror the files and copy the permissions, you will get unnecessary 4412 conflict events and perform redundant replication (your data will be fine). The …

  4. replace robocopy options with copy-item | Microsoft Community Hub

    Nov 23, 2022 · Hello, I want to get rid of robocopy in some old scripts and use powershell copy-item instead. Here is a typical line :.\robocopy.exe...

  5. How to copy file and folder using robocopy with powershell?

    This is the best method for creating robocopy log files individually for each day it runs. Also, for copying data from source to destination, you can see the commands given in this article. You may check for …

  6. Migrating User Profile Disks in Remote Desktop Services

    May 6, 2015 · To add an object's original permissions to inheritable permissions when you copy or move an object, use the Xcopy.exe utility with the –O and –X switches. To preserve existing permissions …

  7. Permission required for copying with ACLs using robocopy

    Sep 11, 2008 · Permission required for copying with ACLs using robocopy Locked by djay.il · about 16 years, 6 months ago Hello I have the following issue: I want to copy files

  8. Storage Replica versus Robocopy: Fight! | Microsoft Community Hub

    Apr 10, 2019 · Robocopy doesn’t do this – depending on the copy characteristics in my three rounds of testing the source and destination server would use anywhere from 2% to 80%. Quite a bit of …

  9. Robocopy did something weird and now my iSCSI volume shows it's at …

    Nov 8, 2021 · Robocopy did something weird and now my iSCSI volume shows it's at 100% capacity Hello All, I'd really appreciate some help resolving this issue. I was using robocopy to copy the …

  10. How to script RoboCopy to omit ntuser files when copying user files ...

    May 3, 2012 · I all, I have RoboCopy and use a specific script to copy data files to my external backup drive. But, I also want to back up my User folder files as well. The problem I am having is that when it ...