Sync Framework和EFS
问题描述:
我已经构建了一个命令行应用程序,它使用MSF(2.0 beta)将文件从计算机的本地磁盘复制到远程计算机。 远程计算机的驱动器是EFS加密的。 随着时间的推移,远程计算机上的filesync.metadata文件会大幅增加
(有时为50-100MB +),并且复制时间会降低。
I have built a command-line application that uses MSF (2.0 beta) to copy files from a machine's local disk to remote machines. The remote machines' drives are EFS-encrypted. Over time, the filesync.metadata files on the remote machines grow huge (sometimes 50-100MB+), and copy time degrades.
这是MSF的预期行为吗?
Is this expected behavior from MSF?
有什么问题: 是否已知EFS不能很好地满足MSF的元数据要求?
What is the problem: Is it a known fact that EFS does not play nicely with the metadata requirements of MSF?
感谢您提供任何信息。
答
您是否尝试使用CleanupDeletedItems清理元数据文件?
have you tried cleaning up the metadata file using CleanupDeletedItems?