WIN10 - Folder "WindowsApps" must be excluded

360 views
Skip to first unread message

listeni...@gmail.com

unread,
Jun 27, 2018, 2:43:48 PM6/27/18
to FastCopy support forum
Hello,

I do this commandline. Everything seems to work fine:

FastCopy.exe /cmd=sync /exclude="$RECYCLE.BIN\";"System Volume Information\";"Temp\";"desktop.ini";"thumbs.db";"RECYCLER\";"RECYCLED\" /include="\AutoIt3\Include\" /filelog="D:\RESSOURCEN\Backup\FastCopy\FastCopy.log" /speed=full /error_stop=FALSE /force_close /force_start=10 /bufsize=128 /acl=FALSE /verify=TRUE "C:\Program Files\" /to="C:\Users\TF\Desktop\delete\LwC\"

I have normally about 15 include-folders, but I found the reason for my problem in this "\AutoIt3\Include\" folder. If this folder is included, I must exclude "\WindowsApps\", because it is trying to copy this folder from inside C:\Program Files . What is the reason for this? No file or folder inside has the same name. Even no au3 file has inside the code this word.

=================================================
FastCopy(ver3.51) start at 2018/06/27 20:32:12

<Source>  "C:\Program Files\"
<DestDir> C:\Users\TF\Desktop\delete\LwC\
<Include> \AutoIt3\Include\
<Exclude> $RECYCLE.BIN\;System Volume Information\;Temp\;desktop.ini;thumbs.db;RECYCLER\;RECYCLED\
<Command> Sync (Size/Date) (with Verify)
-------------------------------------------------
FindFirstFileEx(Zugriff verweigert5) : C:\Program Files\WindowsApps\*
+ C:\Users\TF\Desktop\delete\
+ C:\Users\TF\Desktop\delete\LwC\
+ C:\Users\TF\Desktop\delete\LwC\Program Files\
+ C:\Users\TF\Desktop\delete\LwC\Program Files\AutoIt3\
+ C:\Users\TF\Desktop\delete\LwC\Program Files\AutoIt3\Include\
+ C:\Users\TF\Desktop\delete\LwC\Program Files\AutoIt3\Include\APIComConstants.au3   <md5=5f4ef6508ced09507ec86194b6d62b80>
+ C:\Users\TF\Desktop\delete\LwC\Program Files\AutoIt3\Include\APIConstants.au3   <md5=be61a08ec858dacbbf7835ffbf9aed7e>
+ C:\Users\TF\Desktop\delete\LwC\Program Files\AutoIt3\Include\APIDiagConstants.au3   <md5=ad2cf105c1f7d1a14a21a10f422c33c8>
+ C:\Users\TF\Desktop\delete\LwC\Program Files\AutoIt3\Include\APIDlgConstants.au3   <md5=2affc2d95c16b7508e4052b75d0c1bc7>

Hiroaki SHIROUZU

unread,
Jun 27, 2018, 11:35:16 PM6/27/18
to fastcop...@googlegroups.com
If it is specfied the include only, FastCopy traverses all dirs and copy the matched files/dirs.
If you want not to traverse some dirs, it is required to specify exclude the dirs.

P.S Why don't you specify Source: "C:\Program Files\AutoIt3\Include\" ?

listeni...@gmail.com

unread,
Jun 28, 2018, 12:18:48 AM6/28/18
to FastCopy support forum
"P.S Why don't you specify Source: "C:\Program Files\AutoIt3\Include\" ?"
-> Because I have 15 folders which are included. This works as it should. With exception of the one - if it is present. None of these files or subdirs of "\AutoIt3\Include\" contents something like "WindowsApps".

"FastCopy traverses all dirs and copy the matched files/dirs."
-> Yes, I know. But "C:\Program Files\WindowsApps" is not a matched dir. Like i.e. "WindowsPowerShell" or others. These folders are no problems. If I do /include="\FLAC\" or any/all other of the 15 includes this doesn't happen.

Hiroaki SHIROUZU

unread,
Jun 28, 2018, 12:27:55 AM6/28/18
to fastcop...@googlegroups.com
>Yes, I know. But "C:\Program Files\WindowsApps" is not a matched dir.

Yes, it is current version behavior.
I can't explain this behavior in English.

I hope you can understand this :-)

In the future, I will consider to skip dirs more strictly.

Hiroaki SHIROUZU

unread,
Jun 28, 2018, 4:06:20 AM6/28/18
to FastCopy support forum
I will improve it in the next version.

listeni...@gmail.com

unread,
Jun 28, 2018, 7:53:22 AM6/28/18
to FastCopy support forum
Ah ... I see. This folder is empty. Thank you!

Great and fast :-)
Reply all
Reply to author
Forward
0 new messages