1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-08-07 06:51:39 +08:00

更新 系统优化/数据库自动备份到云存储.md

koogua 2021-04-21 08:20:19 +08:00 committed by Gitee
parent 598ac8ebd0
commit a4c97e122e

@ -94,5 +94,5 @@ crontab -e
计划任务内容
```
0 3 * * * /root/ctc-docker/backup.sh > /dev/null 2>&1 &
0 3 * * * /usr/bin/bash /root/ctc-docker/backup.sh > /dev/null 2>&1 &
```