About 55 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 - Copy directory into another directory - Super User

    May 24, 2017 · 1 Use Robocopy (Robust File Copy) robocopy c:\test d:\test /s /e *.* /s switch is for copying all sub directories and /e switch is for copying all the empty sub directories & *.* means (all …

  3. ROBOCOPY command to do an incremental backup - Super User

    I am overwhelmed by the ROBOCOPY documentation. I want to do an incremental backup of my local files to the network drive (M). I want it to run as quickly as possible, with no log file and with as

  4. Using robocopy and excluding multiple directories - Super User

    But, since I'm more familiar with Linux, I'm having a bit of trouble with the command line in Windows, specifically robocopy. I want to copy multiple directories (maintaining the same directory structure) …

  5. ROBOCOPY - Create Backup Script | Tutorials - Windows 7 Help Forums

    Mar 5, 2012 · ROBOCOPY is a FOLDER copier, not a FILE copier - the source and destination syntax arguments in ROBOCOPY can only be folder names.

  6. What does Robocopy mean by tweaked, lonely, and extra?

    145 "Tweaked", "Lonely", and "Extra" refer to RoboCopy "Classes" of files. For each directory processed RoboCopy constructs a list of files matching the Include Filespecs, in both the source and destination …

  7. how to copy file/folder and preserve their creation date on windows 10

    Oct 22, 2022 · One such free tool is Robocopy, which is a built-in command-line tool in Windows. It has a switch (/DCOPY:T) that allows you to preserve the original timestamps, including creation time, …

  8. Getting ROBOCOPY to return a "proper" exit code? - Super User

    May 7, 2011 · Is it possible to ask ROBOCOPY to exit with an exit code that indicates success or failure? I am using ROBOCOPY as part of my TeamCity build configurations, and having to add a …

  9. Will robocopy resume after being aborted? - Super User

    Jan 6, 2020 · You're not really asking "is it OK to stop robocopy", but "will robocopy resume after being aborted". I suggest modifying the title to that effect

  10. How does Robocopy determine if a file is "changed"?

    I'm looking here for detailed info about how the algorithm of Robocopy determines whether a file has changed or not. If I use for example the /mir parameter, Robocopy must determine which files are …