Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)