用于创建受密码保护的 zip 文件的 shell 脚本
它是一个网络应用程序,可生成报表并生成报表。处理大量高达 TB 数据的报告系统。在此应用程序中,我们使用 shell 脚本来创建受密码保护的 zip 文件。当我们在开发服务器上测试此应用程序时,它运行良好。此脚本或 zip 文件创建命令在某些服务器上可以正常工作,但在具有类似硬件和操作系统的另一台服务器上无法工作。如果我们使用巨大的文件或文件夹(具有超过 400 个文件),则此命令会失败。请问有什么指示吗?
Its an web application, statement generation & reporting system dealing in huge numbers upto terabytes data. in this application we are using shell scripting for creating password protected zip file. When we tested this application on our development Server it is working fine. This script or zip file creation command are working properly for some server but not working on another server with similar hardware and OS. If we use file with huge sizes or folders (having more than 400 files) in that case this command failed. any pointers plz?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
某些文件系统对文件的大小(通常是 2Gb 或 4Gb)甚至目录中的文件数量都有限制。可能值得查看工作和非工作服务器上的底层文件系统,看看是否存在某种模式。
Some file systems have limits on the size of files (usually 2Gb or 4Gb) and even the number of files in a directory. It might be worth looking at what the underlying file systems are on the working and non-working servers, to see if there's a pattern.