Skip to content

faizal2007/dolphin_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dolphin Backup Tools

Common operation script for mysql backup

Features

  • Backup all db per file (adhoc.sh)
  • Restore all db (restore.sh)
  • Archive db (archive.sh)

Requirement

  • require root access for adhoc.sh
  • root folder need to be writable
  • require to run inside mysql host
  • require mysql client

Usage

setup

sudo su
git clone https://github.com/faizal2007/dolphin_backup.git
cd dolphin_backup

Backup all db

chmod +x adhoc.sh
./adhoc.sh

Archives all db

chmod +x archive.sh
./archive.sh

Restore all db

chmod +x restore.sh
./restore.sh

Tested

  • Only on debian
  • Feel free to share your experiences

About

Common operation script for mysql backup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages