Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 558 Bytes

README-EN.md

File metadata and controls

20 lines (17 loc) · 558 Bytes

backup-db

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-db \
  --restart=always \
  -p 9977:9977 \
  -v /opt/backup-db-files:/app/backup-db-files \
  jeessy/backup-db

avatar