High Performance
RoboCopy is designed for efficient and fast file copy operations, making it suitable for copying large volumes of data quickly.
Resumable Transfers
It can resume file transfers after interruptions, reducing the need to restart the copy operation from scratch.
Advanced File Selection
Supports complex file selection criteria, such as filtering by file size, attributes, and last modified date.
Mirroring Capabilities
Can mirror entire directories, ensuring source and destination directories are kept in sync.
Logging and Reporting
RoboCopy provides detailed logs and reports of copy operations, which is useful for auditing and troubleshooting.
Multi-threading
Supports multi-threaded file copying, allowing parallel transfer of multiple files to improve performance.
Robust Error Handling
Offers robust error handling and retry mechanisms, ensuring higher reliability in copy operations.
Access Control Compliance
Preserves file and folder permissions (ACLs), ownership, and attributes, ensuring compliance with access control policies.
RoboCopy is generally considered a good and reliable tool for file copying and backup purposes, especially in professional and enterprise environments where data integrity and efficiency are critical. Its advanced capabilities make it a preferred choice for users who require more control over their file transfer processes.
We have collected here some useful links to help you find out if RoboCopy is good.
Check the traffic stats of RoboCopy on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of RoboCopy on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of RoboCopy's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of RoboCopy on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about RoboCopy on Reddit. This can help you find out how popualr the product is and what people think about it.
I used robocopy on a slow network to transfer many gigabyte of data; properly configured with retries and everything worked great. Don't know about your merge needs, so take a look into it and do some tests before actually running it. Source: almost 4 years ago
If you're copying a ton of files that vary in size, using a command prompt robocopy with the multi-thread parameter can make it so you are copying multiple files simultaneously and max out the bandwidth of whatever connection you're using (usb, SATA, ethernet, etc). Source: almost 4 years ago
This would probably work well. Oblivion mod managers edit load order by modifying dates on the files, and I'm not sure if dragging-and-dropping would keep that info. Source: almost 4 years ago
Yes, /mir also deletes files and directories that have been deleted from the source. Here's a list of the switches. Source: almost 4 years ago
My friend you helped me big time. I was able to test more and the U flag on /COPY was the culprit here. Which isn't a huge deal for me so using /COPY:DAT worked great. Turns out this is the default switching for /COPY anyway according to https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy. Source: almost 4 years ago
Within my first year or two of working there, I wrote a ridiculous backup solution in batch that leveraged vshadow and robocopy to allow it to run without interrupting the user. It worked, but was all kinds of jank...and during a beta testing stage (multiple users, etc), my boss shelved the idea so I could work on "more important" tasks. Source: almost 4 years ago
Not sure if Iโm understanding your problem correctly but this sounds like something robocopy could help you with robocopy. Source: almost 4 years ago
Take a look: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy. Source: almost 4 years ago
If you delete something it deletes it when the mirror runs. To prevent this you can opt for a non mirrored backup by not using the /mir switch which will not Purge files from the mirror that are not on the master, so if you do this you will either have to manually delete things from the mirror or set up a secondary process weekly monthly or whatever that runs the mirror command to remove the excess files from the... Source: about 4 years ago
Zip it then use Robocopy https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy. Source: about 4 years ago
Besides, for more sophisticated copy operations, I'd recommend you consider to use robocopy. Source: about 4 years ago
Https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy /copy: Specifies which file properties to copy. The valid values for this option are:. Source: about 4 years ago
Robocopy is very well suited to this, depending on how "real time" you need. Full guide on it here: Https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy. Source: about 4 years ago
Use robocopy, or try renaming some of the higher-level folders to shorten the path names. Source: about 4 years ago
Tried robocopy's /MT switch? https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy. Source: about 4 years ago
That said, it is very easy to shoot yourself in the foot with it, so using a tool that can already do this like robocopy as someone else suggested is the safer play: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy. Source: over 4 years ago
Robocopy is a popular, versatile Windows command-line utility for mass data copyingโฆ and building on a good thing, spacecowboy shares a script that "runs multiple robocopy instances per directory. It just turned my estimated 50 hour copy job to about 6 - 7. Runs 8 robocopy processes at once by default.". Source: over 4 years ago
If you add a post-build step that uses something like RoboCopy to move the required assemblies and supporting files into the sub folder you specified in the application configuration, you will still be able to debug normally. I've never tried this particular wackiness myself, but you should be able to do something similar with any publishing steps you do. Source: over 4 years ago
Check out robocopy and yes, you may end up migrating the data a second time. I work on linux, so I'm only aware that robocopy exists and is similar to rsync (linux). Https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy. Source: over 4 years ago
Here's the really cool thing though: not only does Windows have a very similar tool with a similar API called robocopy, the rsync NPM package allows us to chain a method called executable() that takes a string. - Source: dev.to / over 4 years ago
How does robocopy do this? I haven't found anything in https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy on how this is checked. Source: over 4 years ago
Public opinion regarding RoboCopy, Microsoft's robust file copy command-line utility, presents a varied yet generally favorable view, especially among technically adept users who value its powerful feature set. Despite its inherently complex nature, it stands out as a sophisticated choice for file management, particularly suitable for network administrators and advanced Windows users.
RoboCopy is praised for its advanced functionality and speed. Users appreciate its multithreaded copying capabilities, which makes it efficient in transferring large volumes of data, and its ability to resume copying after interruptions. The tool's I/O-based unbuffered file copying is noted for enhancing the pace of large file transfers, an advantage for professionals dealing with substantial datasets.
RoboCopy's versatility is another highlight; it offers multiple filters that allow users to select specific file types, directories, and file attributes like NTFS ACLs, timestamps, and owner information. This granularity supports bespoke data replication and migration tasks, critical for IT and network administrators who require precise control over file operations.
The command-line nature of RoboCopy, however, is a double-edged sword. While powerful, it can be daunting for novice users who might prefer a graphical user interface (GUI). Many casual users mention their preference for GUI-based alternatives or wrappers like WinRoboCopy, which simulates a GUI for RoboCopy, suggesting ease of use is a potential area for improvement.
RoboCopy is frequently compared to other file copier tools like TeraCopy, FastCopy, and FreeFileSync. Where it excels in functionality and speed, competitors often provide more user-friendly experiences with rich GUIs. RichCopy, another Microsoft utility with a GUI, offers RoboCopy's powerful capabilities in a more accessible form, though it lacks deep Windows shell integration. Consequently, RoboCopy tends to be the choice for those prioritizing power and flexibility over usability.
Community feedback indicates that experienced users leverage RoboCopy for complex tasks like server migrations, data synchronization, and creating backups with specific attributes, employing command switches such as /mir for mirroring and /MT for multithreading to optimize performance. Discussions in forums and technical blogs often involve sharing tips to optimize its extensive command options, reflecting its active user base willing to navigate its complexity for robust results.
In essence, RoboCopyโs public perception is one of a powerful, if not somewhat inaccessible tool for casual users, favored in professional circles for its deep command-line capabilities and superior performance in large-scale and complex file copying endeavors. As such, while not universally applauded for ease of use, it is respected and recommended for scenarios demanding rigorous data replication and file management under Microsoft environments.
Do you know an article comparing RoboCopy to other products?
Suggest a link to a post with product alternatives.
Is RoboCopy good? This is an informative page that will help you find out. Moreover, you can review and discuss RoboCopy here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.