数据库和文件备份

Ruan HongChao 5387c4f31f feat: 对象存储新增 Region 配置 (#128) 4 months ago
.github 0714eee62b feat: upgrade github ci dependencies 1 year ago
.vscode de997656aa init from backup-db 3 years ago
client 7520de4021 fix: add first delay (#115) 1 year ago
entity 5387c4f31f feat: 对象存储新增 Region 配置 (#128) 4 months ago
static f8ba433569 优化了输出结果,使用layer对日志信息进行汇总,应对title长度不够的问题 (#93) 1 year ago
util 0c3ed039f7 feat: 自动删除目录下小于1K的文件 (#88) 2 years ago
web 5387c4f31f feat: 对象存储新增 Region 配置 (#128) 4 months ago
.gitignore bd9bc16a24 feat: support run as a service (#13) 3 years ago
.goreleaser.yml aa49b50e64 feat: supports goarm 6/7 (#79) 2 years ago
Dockerfile c8fba1b652 chore: bump postgres client to 17 (#126) 6 months ago
LICENSE de997656aa init from backup-db 3 years ago
Makefile 9e83c8c2c1 feat: 通过git tag生成版本信息 (#28) 3 years ago
README-EN.md fa8259ee4f docs: backup period 3 years ago
README.md 8791ab839a feat: add lz4 and zstd for better compression (#125) 6 months ago
backup-x-web.png e9f79fdd75 docs: new img 3 years ago
favicon.ico de997656aa init from backup-db 3 years ago
go.mod c479701a96 chore: upgrade dependencies 10 months ago
go.sum c479701a96 chore: upgrade dependencies 10 months ago
main.go 7520de4021 fix: add first delay (#115) 1 year ago

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