查看: 39143|回复: 963
打印 上一主题 下一主题

China-Peru joint-venture Chancay Port posts over 70% rise in H1 throughput_我的网站

[复制链接]
跳转到指定楼层
楼主

护士小葵

China-Peru joint-venture Chancay Port posts over 70% rise in H1 throughput_我的网站

致命魔术

一 |     

     一键部署OpenClaw        网站备份是出事之后最后悔没做的东西。    (ECNS) -- Chancay Port, a China-Peru joint venture, handled 200,000 TEUs of containers in the first half of 2026, up 70.94% year on year, COSCO SHIPPING said Thursday.     Bulk and general cargo reached 987,000 metric tons, up 41.2%, while roll on/roll off cargo surged 340% to 44,000 metric tons.        The port now operates three mainline container routes and five feeder services covering Asia, South America’s west coast, Central America and Panama.    The direct Chancay-Shanghai shipping route has shortened shipping time between China and Peru from 35-40 days to 23 days and cut logistics costs by more than 20%. It helps Peruvian fresh produce, fruit and other agricultural products reach the Chinese market more quickly, while also handling cargo from Chile, Ecuador, Colombia and Brazil.     Two weekly services now connect Chancay with Shanghai and other major Chinese ports.    (By Helen Mo, intern Yang Hongran)                    。

二 | 很多人服务器被黑后才发现数据库没备份,几年的内容一夜归零。其实一个shell脚本加一个定时任务就能解决。    下面这个脚本同时备份MySQL数据库和网站源码,按日期命名,保留最近7天。Linux服务器直接放到/root/backup.sh,Windows可以改成PowerShell版本,或者把Linux脚本放在宝塔面板的Shell终端里执行。    

#!/bin/bash
SITE_DIR="/www/wwwroot/yoursite"
DB_NAME="yourdb"
DB_USER="root"
DB_PASS="yourpass"
BACKUP_DIR="/backup/$(date +%Y%m%d)"

mkdir -p $BACKUP_DIR

# 备份数据库
mysqldump -u$DB_USER -p$DB_PASS --single-transaction $DB_NAME | gzip > $BACKUP_DIR/db.sql.gz

# 备份网站文件
tar -czf $BACKUP_DIR/files.tar.gz -C $(dirname $SITE_DIR) $(basename $SITE_DIR)

# 删除7天前的备份
find /backup -maxdepth 1 -type d -mtime +7 -exec rm -rf {} \;
    脚本写好之后加一条crontab,每天凌晨3点执行。

三 | 备份文件建议再同步一份到对象存储,比如阿里云OSS或腾讯云COS,做到异地容灾。    # crontab -e    0 3 * * * /bin/bash /root/backup.sh >> /var/log/backup.log 2>&1    数据来源:MySQL Reference Manual 8.0(mysqldump),Linux crontab官方文档

        
    

申请创业报道,分享创业好点子。点击此处,共同探讨创业新机遇!。

四 |

Current article:http://b7n61e.michengyuraochixun.buzz/list_13lw9d/x1rq.html

Published on:02:49:26


点击获取礼包
沙发
发表于 04:55:15 | 只看该作者
出轨的女人 神偷奶爸2 不要恋爱要结婚
板凳
发表于 05:09:52 | 只看该作者
侦探物语 毛骗 顶级厨师
地板
发表于 21:12:09 | 只看该作者
支付宝 窈窕淑女 你的名字
5#
发表于 03:11:57 | 只看该作者
离婚协议 机器人总动员 running man
6#
发表于 18:03:56 | 只看该作者
让子弹飞 国庆请假休29天 一仆二主
7#
发表于 03:19:35 | 只看该作者
一闪一闪亮晶晶 神雕侠侣 家有儿女
8#
发表于 00:03:09 | 只看该作者
悟空传 穆桂英挂帅 真女神转生
9#
发表于 00:56:32 | 只看该作者
刘銮雄太太第三胎 职来职往 古剑奇谭
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

我的网站是互联网最大的搜索引擎优化研究中心,是致力于培养学员用户体验意识和提供专业技术解答的专业培训机构, 成立于2007年,2008年第一家入驻歪歪的培训机构,2014年成为腾讯课堂战略合作机构。
© 2007-2016 我的网站 湘ICP备13004652号-1 Powered by Discuz!X Template by 我的网站 
快速回复 返回顶部 返回列表