数据库和文件备份

jeessy2 06d4d7b891 chor: update go.mod 3 years ago
.github de997656aa init from backup-db 4 years ago
.vscode de997656aa init from backup-db 4 years ago
client 5cc11cc960 feat: 支持密码变量 (#20) 3 years ago
entity 5cc11cc960 feat: 支持密码变量 (#20) 3 years ago
static de997656aa init from backup-db 4 years ago
util bbabb5c983 encrypt Password and SecretKey (#19) 3 years ago
web 5cc11cc960 feat: 支持密码变量 (#20) 3 years ago
.gitignore bd9bc16a24 feat: support run as a service (#13) 4 years ago
.goreleaser.yml de997656aa init from backup-db 4 years ago
Dockerfile a99880ad66 fix: run as root in docker 3 years ago
LICENSE de997656aa init from backup-db 4 years ago
Makefile e052e02125 feat: support ticker (#1) 4 years ago
README-EN.md fa8259ee4f docs: backup period 4 years ago
README.md 7fccff8b5c docs: docker with some package install 4 years ago
backup-x-web.png e9f79fdd75 docs: new img 4 years ago
favicon.ico de997656aa init from backup-db 4 years ago
go.mod 06d4d7b891 chor: update go.mod 3 years ago
go.sum 06d4d7b891 chor: update go.mod 3 years ago
main.go bd9bc16a24 feat: support run as a service (#13) 4 years 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