Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 576 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 576 Bytes

MyBackSQL

Web interface to backup and restore MySQL / MariaDB databases

Pre-Reqs

  • Linux host running a LAMP stack

Installation

  • Clone the repo
  • mkdir backup
  • chmod 777 backup
  • cd config
  • chmod 777 db_config.php

Features

  • Configure DB connection in GUI
  • Backup DB
  • Restore DB to existing DB
  • Restore DB to new DB

Planned

  • Scheduling
  • Docker containerto simplify things
  • External storage (likely rclone supported endpoints to minimise hassle)

Screenshots

image