You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
OS: Windows 10 Pro N 2004
Adapter-Version: 1.1.15
Dokany: 1.4.0
Description
When copying files to the vault with the Windows tool xcopy, it seems that some metadata is not copied along. This holds only for certain file types (e.g. .txt or .msi) while others ( .jpg, .pdf) are not affected.
Steps to reproduce
Mirror a directory to a mountpoint (e.g. E:).
Create a temporary-folder with some example data
Use a Windows Command prompt to run: XCOPY temporary-folder E:\Test /E /D /I /Y /V
Run the same command a second time: XCOPY temporary-folder E:\Test /E /D /I /Y /V
Expected result
The second time no file is copied
Actual result
Some files are copied again.
The text was updated successfully, but these errors were encountered:
System Setup
OS: Windows 10 Pro N 2004
Adapter-Version: 1.1.15
Dokany: 1.4.0
Description
When copying files to the vault with the Windows tool xcopy, it seems that some metadata is not copied along. This holds only for certain file types (e.g.
.txt
or.msi
) while others (.jpg
,.pdf
) are not affected.Steps to reproduce
E:
).XCOPY temporary-folder E:\Test /E /D /I /Y /V
XCOPY temporary-folder E:\Test /E /D /I /Y /V
Expected result
The second time no file is copied
Actual result
Some files are copied again.
The text was updated successfully, but these errors were encountered: