1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-08-13 18:01:39 +08:00

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

koogua 2021-04-10 19:29:57 +08:00 committed by Gitee
parent e15a00a3a4
commit 23ec9095b0

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