数据库和文件备份

jeessy2 e7b17babc0 feat: docker中不在支持arm7 2 年之前
.github 9c954eef03 feat: docker中不在支持arm7 2 年之前
.vscode de997656aa init from backup-db 3 年之前
client 03d391f08f fix: gbk to utf8 if output bytes is gbk (#45) 3 年之前
entity 61a0daf4d9 fix: s3 region when use aws (#38) 3 年之前
static de997656aa init from backup-db 3 年之前
util 03d391f08f fix: gbk to utf8 if output bytes is gbk (#45) 3 年之前
web e89d075b52 feat: 更加严格的登陆失败次数验证 (#51) 2 年之前
.gitignore bd9bc16a24 feat: support run as a service (#13) 3 年之前
.goreleaser.yml 9e83c8c2c1 feat: 通过git tag生成版本信息 (#28) 3 年之前
Dockerfile 9c954eef03 feat: docker中不在支持arm7 2 年之前
LICENSE de997656aa init from backup-db 3 年之前
Makefile 9e83c8c2c1 feat: 通过git tag生成版本信息 (#28) 3 年之前
README-EN.md fa8259ee4f docs: backup period 3 年之前
README.md db59ada3e3 Update README.md 3 年之前
backup-x-web.png e9f79fdd75 docs: new img 3 年之前
favicon.ico de997656aa init from backup-db 3 年之前
go.mod 0bf90f6d7a chore: update deps (#53) 2 年之前
go.sum 0bf90f6d7a chore: update deps (#53) 2 年之前
main.go 9b5c429136 feat: 静态文件也需要经过权限认证 (#52) 2 年之前

README-EN.md

backup-x

A database backup tool with web interfaces.

  • Support custom commands.
  • Obsolete files will be deleted automatically.
  • Support the backup files copy to simple data storage(s3).
  • Support backup period.
  • 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