Del auto backup in Commands.md
All checks were successful
Deploy / deploy (push) Successful in 37s

This commit is contained in:
2026-03-15 14:27:47 +08:00
parent 4296ac1287
commit beab6af8cb

View File

@@ -268,15 +268,6 @@ sudo docker system prune -f
sudo systemctl restart traefik
```
## 配置自动备份 (可选)
``` bash
(
crontab -u $(whoami) -l
echo "0 6 * * * /root/maria/script/backup.sh"
) | crontab -u $(whoami) -
```
## Linux 内核网络栈调优 (可选)
编辑 `/etc/sysctl.conf`,在末尾添加以下内容: