数据库和文件备份

jeessy2 74190fa8d4 encrypt Password and SecretKey (#19) il y a 3 ans
.github de997656aa init from backup-db il y a 4 ans
.vscode de997656aa init from backup-db il y a 4 ans
client 910cfcd83c fix: 删除过期文件 (#15) il y a 4 ans
entity bbabb5c983 encrypt Password and SecretKey (#19) il y a 3 ans
static de997656aa init from backup-db il y a 4 ans
util bbabb5c983 encrypt Password and SecretKey (#19) il y a 3 ans
web bbabb5c983 encrypt Password and SecretKey (#19) il y a 3 ans
.gitignore bd9bc16a24 feat: support run as a service (#13) il y a 4 ans
.goreleaser.yml de997656aa init from backup-db il y a 4 ans
Dockerfile a99880ad66 fix: run as root in docker il y a 3 ans
LICENSE de997656aa init from backup-db il y a 4 ans
Makefile e052e02125 feat: support ticker (#1) il y a 4 ans
README-EN.md fa8259ee4f docs: backup period il y a 4 ans
README.md 7fccff8b5c docs: docker with some package install il y a 4 ans
backup-x-web.png e9f79fdd75 docs: new img il y a 4 ans
favicon.ico de997656aa init from backup-db il y a 4 ans
go.mod bd9bc16a24 feat: support run as a service (#13) il y a 4 ans
go.sum bd9bc16a24 feat: support run as a service (#13) il y a 4 ans
main.go bd9bc16a24 feat: support run as a service (#13) il y a 4 ans

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