diff --git a/ATxService/RoboCommand.cs b/ATxService/RoboCommand.cs
index 831f375c86048fb6633f6923c9b01fe5cf566327..6a0aa79e385fecad65b20fd40ee0e3ef86b4ed09 100644
--- a/ATxService/RoboCommand.cs
+++ b/ATxService/RoboCommand.cs
@@ -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;