Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeessy2/backup-x
带Web界面的数据库/文件备份增强工具. A database/file backup tool with web interfaces
https://github.com/jeessy2/backup-x
backup file-backup mysql postgresql
Last synced: 9 days ago
JSON representation
带Web界面的数据库/文件备份增强工具. A database/file backup tool with web interfaces
- Host: GitHub
- URL: https://github.com/jeessy2/backup-x
- Owner: jeessy2
- License: mit
- Created: 2021-11-13T06:01:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T07:21:32.000Z (about 1 month ago)
- Last Synced: 2024-10-14T12:53:24.268Z (27 days ago)
- Topics: backup, file-backup, mysql, postgresql
- Language: Go
- Homepage:
- Size: 335 KB
- Stars: 343
- Watchers: 5
- Forks: 63
- Open Issues: 12
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ops - jeessy2/backup-x - 11-13|2024-07-08 | 带Web界面的数据库/文件备份增强工具 | (Backup)
README
# backup-x
A database backup tool with web interfaces.
- [x] Support custom commands.
- [x] Obsolete files will be deleted automatically.
- [x] Support the backup files copy to simple data storage(s3).
- [x] Support backup period.
- [x] Webhook support.## use in docker
```
docker run -d \
--name backup-x \
--restart=always \
-p 9977:9977 \
-v /opt/backup-x-files:/app/backup-x-files \
jeessy/backup-x
```![avatar](https://raw.githubusercontent.com/jeessy2/backup-x/master/backup-x-web.png)