From 2efd84b1df39f7ae59434dd8f4bcbc45b240abb0 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 14 Oct 2021 20:32:51 -0600 Subject: [PATCH] Preserve ACL in FastCopy Addresses issue #160 --- scripts/wk/cfg/launchers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/wk/cfg/launchers.py b/scripts/wk/cfg/launchers.py index 0de016e3..dff0830c 100644 --- a/scripts/wk/cfg/launchers.py +++ b/scripts/wk/cfg/launchers.py @@ -46,6 +46,7 @@ LAUNCHERS = { 'L_ITEM': 'FastCopy.exe', 'L_ARGS': ( r' /logfile=%log_dir%\Tools\FastCopy.log' + r' /acl' r' /cmd=noexist_only' r' /utf8' r' /skip_empty_dir' @@ -94,6 +95,7 @@ LAUNCHERS = { 'L_ITEM': 'FastCopy.exe', 'L_ARGS': ( r' /logfile=%log_dir%\Tools\FastCopy.log' + r' /acl' r' /cmd=noexist_only' r' /utf8' r' /skip_empty_dir'