Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 539 Bytes

README-EN.md

File metadata and controls

20 lines (17 loc) · 539 Bytes

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