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

Set CopyFlags to data and timestamps only.

Disabling attributes and owner settings.

Refers to #11
parent 7379051a
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ namespace ATxService
// _roboCommand.CopyOptions.CopyFilesWithSecurity = true;
// /COPYALL :: copy all file info (equivalent to /COPY:DATSOU)
// _roboCommand.CopyOptions.CopyAll = true;
_roboCommand.CopyOptions.CopyFlags = "DATO";
_roboCommand.CopyOptions.CopyFlags = "DT";
// select options
_roboCommand.SelectionOptions.ExcludeOlder = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment