Preserve ACL in FastCopy

Addresses issue #160
This commit is contained in:
2Shirt 2021-10-14 20:32:51 -06:00
parent 135e7e5d78
commit 2efd84b1df
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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'