From e2f7af41a8e5326496f59fd00ffb5a17291add84 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Wed, 21 Feb 2018 17:51:23 +0100
Subject: [PATCH] Set CopyFlags to data and timestamps only.

Disabling attributes and owner settings.

Refers to #11
---
 ATxService/RoboCommand.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ATxService/RoboCommand.cs b/ATxService/RoboCommand.cs
index 831f375..6a0aa79 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;
-- 
GitLab