数据库和文件备份

jeessy2 ff8c1387fb feat: Add a 'save & backup now' button (#3) 4 years ago
.github de997656aa init from backup-db 4 years ago
.vscode de997656aa init from backup-db 4 years ago
client ff8c1387fb feat: Add a 'save & backup now' button (#3) 4 years ago
entity e052e02125 feat: support ticker (#1) 4 years ago
static de997656aa init from backup-db 4 years ago
util e052e02125 feat: support ticker (#1) 4 years ago
web ff8c1387fb feat: Add a 'save & backup now' button (#3) 4 years ago
.gitignore de997656aa init from backup-db 4 years ago
.goreleaser.yml de997656aa init from backup-db 4 years ago
Dockerfile de997656aa init from backup-db 4 years ago
LICENSE de997656aa init from backup-db 4 years ago
Makefile e052e02125 feat: support ticker (#1) 4 years ago
README-EN.md de997656aa init from backup-db 4 years ago
README.md 35d60f6095 docs: readme 4 years ago
backup-x-web.png de997656aa init from backup-db 4 years ago
favicon.ico de997656aa init from backup-db 4 years ago
go.mod de997656aa init from backup-db 4 years ago
go.sum de997656aa init from backup-db 4 years ago
main.go e052e02125 feat: support ticker (#1) 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).
  • Automatic backup in everyday night.
  • 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