数据库和文件备份

jeessy2 9fdb505858 feat: supports goarm 6/7 (#79) 2 年之前
.github 150e9b691a fix: goreleaser 2 年之前
.vscode de997656aa init from backup-db 3 年之前
client ef1693aba7 fix: don't delete disabled project older files (#69) 2 年之前
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 8e64557d3e 增加rclone (#77) 2 年之前
.gitignore bd9bc16a24 feat: support run as a service (#13) 3 年之前
.goreleaser.yml aa49b50e64 feat: supports goarm 6/7 (#79) 2 年之前
Dockerfile 8e64557d3e 增加rclone (#77) 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 8e64557d3e 增加rclone (#77) 2 年之前
backup-x-web.png e9f79fdd75 docs: new img 3 年之前
favicon.ico de997656aa init from backup-db 3 年之前
go.mod a9e241e217 feat: run as UserService (#72) 2 年之前
go.sum a9e241e217 feat: run as UserService (#72) 2 年之前
main.go a9e241e217 feat: run as UserService (#72) 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