Skip to content
Snippets Groups Projects
Commit ea23b4e2 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Test various file selection options for RoboCopy.

Refers to #11
parent ce80cb58
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,11 @@ namespace ATxService
_roboCommand.CopyOptions.DirectoryCopyFlags = "T";
// select options
_roboCommand.SelectionOptions.ExcludeOlder = true;
_roboCommand.SelectionOptions.ExcludeOlder = false;
_roboCommand.SelectionOptions.ExcludeExtra = false;
_roboCommand.SelectionOptions.IncludeSame = true;
_roboCommand.SelectionOptions.IncludeTweaked = true;
// retry options
_roboCommand.RetryOptions.RetryCount = 0;
_roboCommand.RetryOptions.RetryWaitTime = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment