Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 4f18813

Browse files
committed
docs: 文档说明
1 parent da02a28 commit 4f18813

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

Diff for: README-EN.md

+17-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
## backup databases
2-
Support all databases and the database images can be find in docker.
3-
- [X] Support for custom backup commands.
4-
- [X] Obsolete files will be deleted automatically.
5-
- [X] You can copy the backup files to another server.
6-
- [x] Send email when backup failed.
7-
- [x] The server checks the backup files that are not uploaded at 10 o'clock every day. If the backup files are not checked, an email notice will be sent
8-
- [x] Automatic backup in every night.
9-
- [x] The maximum number of days to save backup files can be set.
10-
- [x] Use web configuration
1+
# backup-db
2+
A database backup tool with web interfaces.
3+
- [x] Support custom commands.
4+
- [x] Obsolete files will be deleted automatically.
5+
- [ ] Support the backup files copy to simple data storage(s3).
6+
- [x] Automatic backup in everyday night.
7+
- [x] Webhook support
118

129
## use in docker
13-
[https://github.com/jeessy2/backup-db/releases](https://github.com/jeessy2/backup-db/releases)
10+
```
11+
docker run -d \
12+
--name backup-db \
13+
--restart=always \
14+
-p 9977:9977 \
15+
-v /opt/backup-db-files:/app/backup-db-files \
16+
jeessy/backup-db
17+
```
18+
19+
![avatar](https://raw.githubusercontent.com/jeessy2/backup-db/master/backup-db-web.png)
1420

15-
![avatar](backup-db-web.png)

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
- [x] 每日凌晨自动备份
88
- [x] 可设置备份文件最大保存天数
99
- [x] 网页中配置,简单又方便
10-
- [x] 网页中方便快速查看最近50条日志
1110
- [x] 可设置登陆用户名密码,默认为空
1211
- [x] webhook通知
1312

@@ -25,7 +24,7 @@
2524
![avatar](https://raw.githubusercontent.com/jeessy2/backup-db/master/backup-db-web.png)
2625

2726

28-
## 备份脚本参考
27+
## 备份参考
2928
- postgres
3029

3130
| 说明 | 备份脚本 |

0 commit comments

Comments
 (0)