我应该在 DBF 文件打开时对其进行备份吗?
我需要创建一个小程序,根据需要创建一些 DBF 文件的备份副本。这些文件由定制设计的 Web 应用程序使用。在 dbf 文件打开时复制它是否安全,或者我是否需要关闭 Web 服务器以便在安全创建备份之前释放文件?
I need to create a little program that creates a backup copy of some DBF files on demand. the files are used by a custom designed Web application. Is it safe to copy a dbf file while it is open or do I need to close the web server so the files are released before safely creating a backup?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不会。当您尝试恢复文件时,即使文件进行了备份,文件也可能会损坏。
No. You may end up with corruption in the file when you try to restore it, if it even backs up.