• Stars
    star
    213
  • Rank 184,559 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created about 9 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

RoboSharp is a .NET wrapper for the awesome Robocopy windows application.

logo

RoboSharp

Available on NuGet - https://www.nuget.org/packages/RoboSharp/

Wiki - in progress - https://github.com/tjscience/RoboSharp/wiki

About

RoboSharp is a .NET wrapper for the awesome Robocopy windows application.

Robocopy is a very extensive file copy application written by microsoft and included in modern versions of Windows. To learn more about Robocopy, visit the documentation page at http://technet.microsoft.com/en-us/library/cc733145.aspx.

RoboSharp came out of a need to manipulate Robocopy in a c# backup application that I was writing. It has helped me tremendously so I thought that I would share it! It exposes all of the switches available in RoboCopy as descriptive properties. With RoboSharp, you can subscribe to events that fire when files are processed, errors occur and even as the progress of a file copy changes. Another really nice feature of RoboSharp is that you can pause and resume a copy that is in progress which is a feature that I though was lacking in Robocopy.

In the project, you will find the RoboSharp library as well as a recently updated sample backup application that shows off many (but not all) of the options.

If you like the project, please rate it!

Examples

See the Wiki for examples and code snippets


RoboSharp Going Forward...

image

Contributing to RoboSharp

First off, thanks! Please go through the guidelines.