![]() |
VOOZH | about |
dotnet add package RoboSharp --version 1.6.3
NuGet\Install-Package RoboSharp -Version 1.6.3
<PackageReference Include="RoboSharp" Version="1.6.3" />
<PackageVersion Include="RoboSharp" Version="1.6.3" />Directory.Packages.props
<PackageReference Include="RoboSharp" />Project file
paket add RoboSharp --version 1.6.3
#r "nuget: RoboSharp, 1.6.3"
#:package RoboSharp@1.6.3
#addin nuget:?package=RoboSharp&version=1.6.3Install as a Cake Addin
#tool nuget:?package=RoboSharp&version=1.6.3Install as a Cake Tool
👁 Nuget
👁 Nuget
👁 Nuget
👁 Nuget
👁 Nuget
👁 Nuget
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!
See the Wiki for examples and code snippets
Before submitting issues please ensure you are using the latest version available, this project is continuously being worked on and improved, so it maybe that a later version already resolve any problems you are having. Thank you.
First off, thanks! Please go through the .
Many thanks go to tjscience for originally creating this great project. And also thanks to RFBomb for all his recent contributions that have helped make great improvements. Hopefully this project can continue improving for many years to come.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 is compatible. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 4 NuGet packages that depend on RoboSharp:
| Package | Downloads |
|---|---|
|
Davasorus.Utility.FileStorageCopy.fileStorageCopy
File Storage Copy for TEPS Utilities |
|
|
FileSyncLibNet
A library to easily backup or sync 2 folders either once or in a given interval. |
|
|
RoboSharp.Extensions
This is an Extension Package for RoboSharp, offering extension methods and classes that can be used to create custom IRoboCommand objects. - The AbstractIRoboCommand object should be used as the base for any custom IRoboCommands, as it provided the basic functionality. - Included is a ResultsBuilder and a PairEvaluator object to easily evaluate the Source/Destination file/directory pairs. RoboCommandPortable - This IRoboCommand is cross platform for .net8.0 targets! - Fully managed recreation of RoboCopy, uses IFileCopierFactory to allow consumers to specify how the actual copy operation should be performed. RoboMover - This is a prebuilt IRoboCommand that is designed to move (not copy) files faster than RoboCopy, if the files are on the same root drive. - Robocopy will copy the file to the destination then delete from source, which is time consuming for large files being moved into a subfolder of the one they already reside in for example. - RoboMover will instead use File.Move() to simply move the file into the new directory, instead of wasting time copying then deleting, greatly improving throughput. - RoboMover always checks if the Source and Destination are on the same root, and if files are getting moved. If both conditions are true, it performs the move. If either condition is false, it will run as a standard RoboCommand. |
|
|
VL.RoboSharp
Allows to use robocopy in vvvv patches |
Showing the top 1 popular GitHub repositories that depend on RoboSharp:
| Repository | Stars |
|---|---|
|
R2NorthstarTools/VTOL
A Manager and Installer For the Titanfall 2 +Northstar launcher.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.6.3 | 3,936 | 4/20/2026 |
| 1.6.2 | 7,939 | 3/1/2026 |
| 1.6.0 | 44,961 | 11/16/2024 |
| 1.5.3 | 14,602 | 5/31/2024 |
| 1.5.2 | 500 | 5/25/2024 |
| 1.5.1 | 1,266 | 4/26/2024 |
| 1.5.0 | 2,962 | 3/19/2024 |
| 1.4.2 | 434 | 3/16/2024 |
| 1.4.1 | 513 | 3/12/2024 |
| 1.4.0 | 4,243 | 3/12/2024 |
| 1.3.6 | 6,350 | 2/23/2024 |
| 1.3.5 | 11,644 | 10/25/2023 |
| 1.3.4 | 428 | 10/19/2023 |
| 1.3.3 | 395 | 10/17/2023 |
| 1.3.2 | 492 | 10/13/2023 |
| 1.3.1 | 3,706 | 10/10/2023 |
| 1.3.0 | 17,738 | 9/7/2023 |
| 1.2.9 | 816 | 8/30/2023 |
| 1.2.8 | 35,967 | 6/6/2022 |
| 1.2.7 | 945 | 5/13/2022 |
- Performance Optimizations.
- Fixes SpeedStatistic parsing bug.
- Added targets for NetFramework 4.6.2 and net4.8
- Final release for NetFramework 4.5.2