在 Windows 中传输大文件的最佳方法
在我们的网络电子邮件服务器备份期间,我经常需要在内部和外部驱动器之间传输大于 50GB(有时大于 100GB)的大文件。 传输这些文件的最佳方法是什么? 命令行,例如 XCOPY? 如果由于时间限制或网络问题而中断,可能有足够强大的功能可以继续传输。
I often have to transfer large files >50GBs sometimes >100GBs between drives both internal and external during backups of our networks email servers. What is the best method of transferring these files? Command Line such as XCOPY? Possibly something robust enough to continue the transfer if interrupted due to time limits or network issues.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
查看robocopy。 来自维基百科:
Check out robocopy. From Wikipedia:
我免费使用 SyncToy(来自 Microsoft)。 这样,如果出现故障,它不会中止整个传输。
恕我直言,对于非重复性任务来说,下一个最好的选择是 XCopy。
For free, I use SyncToy (from Microsoft). That way if something fails it doesn't abort the whole transfer.
The next best for non-repetitive tasks IMHO is XCopy.
我使用 Teracopy 取得了良好的成功。
I have used Teracopy with good success.
我时不时地被问到这个问题,我总是说同样的话。 Microsoft 后台智能传输服务 (BITS)。 这与用于向工作站提供大型服务包等的技术相同。 一些功能:
对于那些不想处理命令行语法的人,您可以探索包装应用程序,例如 SharpBITS.NET,提供 GUI 界面。
I get asked this question every now and again and I always say the same thing. Microsoft Background Intelligent Transfer Service (BITS). This is the same technology used to deliver large service packs and such to workstations. Some of the features:
For those not wanting to deal with the command line syntax you can explore wrapper applications, such as SharpBITS.NET, that provide a GUI interface.
我使用 CopyHandler 并发现它做得很好。
I use CopyHandler and find it does the job well.
好吧,我使用 http://itrnsfr.com 在线传输我的大文件。 我希望他们能够将目前提供给免费用户的报价扩展到 2 GB 以上
Well i use http://itrnsfr.com to transfer my big files online. I wish they extend the quote over 2 GB they currently offer to free users