Unsolved
This post is more than 5 years old
5 Posts
0
627
March 17th, 2015 01:00
(EMCopy) Logging only ADS informations
Hi Community,
since we add the /stream parameter to our emcopy64 based command, we can see only entries in the logfile regarding to Alternate Data Streams (ADS):
---snip---
Command information
===================
Date : 16/03/2015 13:33:50
Source path : f:\ARENA3\
Desti. path : \\192.168.12.100\d$\ARENA3\
Files and Dirs filter(s) : *
Directory options : /s /purge /stream
List/Modify/Create options : /de
Security options: : /o /a
Thread count : 8
Retry options : /r:1 /w:1 /c
Log file : /log+:C:\orgfiles\rohrbach\emcopylog_2015.03.16.txt
Processing the copy from f:\ARENA3\ to \\192.168.12.100\d$\ARENA3\ ...
TH001 : 13:33:50 : f:\ARENA3:AFP_AfpInfo
TH001 : 13:33:50 : f:\ARENA3:com.archiware.presstore.ctime
TH001 : 13:33:50 : f:\ARENA3:GLIAFP_Mapping
TH001 : 13:33:54 : f:\ARENA3:INDEX_NAME
TH002 : 13:33:56 : f:\ARENA3\.DS_Store
TH004 : 13:33:56 : f:\ARENA3\.FBCLockFolder:AFP_AfpInfo
TH005 : 13:33:56 : f:\ARENA3\.TemporaryItems:AFP_AfpInfo
TH002 : 13:33:56 : f:\ARENA3\.DS_Store:AFP_AfpInfo
TH004 : 13:33:56 : f:\ARENA3\.FBCLockFolder:com.archiware.presstore.ctime
TH005 : 13:33:56 : f:\ARENA3\.TemporaryItems:com.archiware.presstore.ctime
TH002 : 13:33:57 : f:\ARENA3\.DS_Store:AFP_Resource
TH003 : 13:33:58 : f:\ARENA3\.TemporaryItems\folders.501:AFP_AfpInfo
TH003 : 13:33:59 : f:\ARENA3\.TemporaryItems\folders.501:com.archiware.presstore.ctime
TH008 : 13:34:02 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00100:AFP_AfpInfo
TH008 : 13:34:02 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00100:com.apple.metadata?_kMDItemUserTags
TH002 : 13:34:03 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00101\ET-A_V2:AFP_AfpInfo
TH008 : 13:34:03 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00100:com.apple.quarantine
TH002 : 13:34:03 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00101\ET-A_V2:com.apple.metadata?_kMDItemUserTags
TH008 : 13:34:05 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00100:com.archiware.presstore.ctime
TH002 : 13:34:05 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00101\ET-A_V2:com.archiware.presstore.ctime
TH002 : 13:34:13 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00103\ET-A_V2\Images:AFP_AfpInfo
TH005 : 13:34:13 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00104:AFP_AfpInfo
TH002 : 13:34:13 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00103\ET-A_V2\Images:com.apple.quarantine
TH005 : 13:34:13 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00104:com.apple.metadata?_kMDItemUserTags
TH005 : 13:34:13 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00104:com.apple.quarantine
TH002 : 13:34:13 : f:\ARENA3\Babydream_Rossmann\Etiketten\D\XR00103\ET-A_V2\Images:com.archiware.presstore.ctime
.
.
.
---snap---
The complete command we execute via a scheduled batch file is:
---snip---
emcopy64.exe f:\ARENA3 \\192.168.12.100\d$\ARENA3 /o /a /s /de /c /r:1 /w:1 /th 8 /purge /stream /log+:C:\orgfiles\rohrbach\emcopylog_%DATUM%.txt
---snap---
Without the /stream parameter we could see any entries in the logfile regarding to ordinary files but after we add the /stream switch the logfile changed into the content I posted above.
Why now is (nearly) each ADS object in the logfile? I think there is something wrong, isn't it?
Thx & Bye Tom