使用 PHP 备份 cPanel 并上传到另一个 FTP

发布于 2024-08-31 14:55:04 字数 330 浏览 6 评论 0原文

我有一个 php 脚本来自动备份 cPanel 并将 .tar.gz 同时上传到 FTP 服务器。

该脚本运行良好。

该脚本请求文件,然后启动 ftp 传输,上传完成后还会发送一封确认电子邮件。

唯一的问题是,即使备份是 1GB,上传的文件也只有 170mb。

貌似不能上传大文件。事实上,只要有一个小备份(例如 16mb 或 20mb),一切都可以正常工作。

您可以在此处查看完整文件 http://pastie.org/949680

I have a php script to backup automatically cPanel and upload the .tar.gz concurrently to an FTP server.

The script works fine.

The script requests the file then starts the ftp transfer and when the upload is complete it send also a confirmation email.

The only problem is that even if the backup is, for example, of 1GB the uploaded file is only of 170mb.

It seems it's not able to upload large files. Infact with a small backup (for example 16mb or 20mb) it's all working fine.

You can see the complete file here http://pastie.org/949680

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清风疏影 2024-09-07 14:55:04

这可能是由于 php.ini 设置造成的,

例如 max_execution_time 需要足够高才能上传如此大的文件。我不确定是否有其他相关的 ini 指令。

This is probably due to php.ini settings

For instance max_execution_time needs to be high enough to upload such a large file. Im not sure if any other ini directives are pertinent .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文