08 2023 档案
摘要:# 快速参考 官方镜像说明:https://hub.docker.com/_/mysql docker-compose.yml ```bash version: "3" services: mysql: image: mysql:5.7 container_name: mysql hostname:
阅读全文
摘要:rsync 全名 Remote Sync,是类 UNIX 系统下的数据镜像备份工具。可以方便的实现本地,远程备份,rsync 提供了丰富的选项来控制其行为。rsync 优于其他工具的重要一点就是支持增量备份。 rsync - a fast, versatile, remote (and local)
阅读全文