About 550,000 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 …

  2. Using Robocopy to copy all files, permissions, and attibutes.

    Jan 5, 2024 · I’ve also run into issues with robocopy not wanting to copy something because NTFS is out-of-whack on the source side. When that’s been the case, I make sure I get a good …

  3. Use Robocopy with PowerShell and Get Email Notifications

    Dec 2, 2022 · PowerShell has the ability to copy files via “Copy-Item” and when coupled with “Get-ChildItem” you can copy entire directory trees. I’m a firm believer in using the right tool for the …

  4. Having issue with robocopy script - Spiceworks Community

    May 5, 2025 · Topic Replies Views Activity Help With Powershell Script Programming & Development powershell , question 4 280 September 29, 2014 script to robocopy template …

  5. PowerShell ROBOCOPY from Local Machine (C:\) to Network Shares

    Dec 11, 2018 · I wrote a simple PS script to ROBOCOPY a bunch of image files from a local drive on an end-users machine out to multiple shared drive locations. There are 7 network locations …

  6. Robocopy script to move folders - Spiceworks Community

    Aug 6, 2013 · Hello everyone, I have to move alot of folders from one drive to another drive on the same server, terabytes of data here. Inside this main folder are many folders, I removed all the …

  7. Incremental Backup With RoboCopy - Spiceworks Community

    Sep 17, 2012 · Description This is a handy script that gives a filesystem level incremental-esque backup using the built-in command RoboCopy. This is designed for lightweight daily backups.

  8. Transfer User Profiles Using Robocopy - Spiceworks Community

    Dec 27, 2012 · This is the script I was using before and it seems not to work at all as it is just loops and doesn’t copy anything. ROBOCOPY c:\Users\ H:\Users\ /E Also I would like to to …

  9. Move shared folders and retain file and share permissions with …

    Nov 29, 2012 · I have a project coming up where I need to move all the shared files (stored in ONE directory, and within that LOTS of directories inside that with files, etc…) to a new server …

  10. Robocopy Scheduled Task Works but Stuck as "Running"

    Mar 21, 2016 · I am using scheduled tasks in Server 2012 to kick off robocopy jobs. Everything works great but the task stays “running” in task scheduler long after the robocopy command …