数据库和文件备份

langren1353 3c92301f92 优化了输出结果,使用layer对日志信息进行汇总,应对title长度不够的问题 (#93) 1 an în urmă
.github 150e9b691a fix: goreleaser 2 ani în urmă
.vscode de997656aa init from backup-db 3 ani în urmă
client f8ba433569 优化了输出结果,使用layer对日志信息进行汇总,应对title长度不够的问题 (#93) 1 an în urmă
entity fa02eb2924 feat: 显示 将会上传到对象存储中 (#86) 2 ani în urmă
static f8ba433569 优化了输出结果,使用layer对日志信息进行汇总,应对title长度不够的问题 (#93) 1 an în urmă
util 0c3ed039f7 feat: 自动删除目录下小于1K的文件 (#88) 2 ani în urmă
web f8ba433569 优化了输出结果,使用layer对日志信息进行汇总,应对title长度不够的问题 (#93) 1 an în urmă
.gitignore bd9bc16a24 feat: support run as a service (#13) 3 ani în urmă
.goreleaser.yml aa49b50e64 feat: supports goarm 6/7 (#79) 2 ani în urmă
Dockerfile 4baef0b447 feat: add minio mc in docker (#96) 1 an în urmă
LICENSE de997656aa init from backup-db 3 ani în urmă
Makefile 9e83c8c2c1 feat: 通过git tag生成版本信息 (#28) 3 ani în urmă
README-EN.md fa8259ee4f docs: backup period 3 ani în urmă
README.md 8e64557d3e 增加rclone (#77) 2 ani în urmă
backup-x-web.png e9f79fdd75 docs: new img 3 ani în urmă
favicon.ico de997656aa init from backup-db 3 ani în urmă
go.mod 141cdf1d6b update dependencies (#84) 2 ani în urmă
go.sum 0c3ed039f7 feat: 自动删除目录下小于1K的文件 (#88) 2 ani în urmă
main.go a9e241e217 feat: run as UserService (#72) 2 ani în urmă

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