# 数据库备份 **Repository Path**: vpike1/da-meng-database-backup ## Basic Information - **Project Name**: 数据库备份 - **Description**: 基于springboot2.7 、mysql8.0 、quartz 通过远程执行Linux相关命令,按照 周、月、时间执行备份任务,支持定时任务动态修改时间。 暂时只支持达梦 后续支持oracle mysql等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-10-29 - **Last Updated**: 2025-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据库备份 #### 介绍 通过远程执行Linux相关命令,按照 周、月、时间执行备份任务,支持定时任务动态修改时间。 暂时只支持达梦 后续支持oracle mysql等 #### 软件架构 基于springboot2.7 、mysql8.0 、quartz dm8,支持自定义时间,修改时间执行定时任务,对定时任务实时监控等 #### 使用说明 ├─main │ ├─java │ │ └─com │ │ └─honour │ │ └─busserver │ │ └─backup │ │ ├─base 统一返回类型/上下文 │ │ ├─config 配置类 │ │ ├─controller 控制器 │ │ ├─entity 实体 │ │ ├─job 定时任务 监听器 │ │ ├─mapper 持久层 │ │ ├─service 核心服务 │ │ │ └─Impl │ │ └─utils 相关工具类 │ └─resources │ ├─static │ └─templates └─ web 前端工程 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)