Scripts to use mysqldump
on Windows OS
- PowerShell Scripts to run your mysqldump on Windows
These instructions will help get you started with the installation of these scripts
- PowerShell
- OpenSSL (if encrypting and decrypting)
- MySQL
- Copy scripts to host machine
- Change file paths in the file according
$path // path where backups are stored
$logFile // path of the log file
$pubKeyPath // path of the public key
$privKeyPath // path of the private key
- Automate backups
- Windows: Use Task Scheduler to run the scripts automatically.
For remote backups or backups on your database server machine
Encrypt and decrypt you sql file dumps on your server machine and client machine (FTP not included)
Script to decrypt encrypted MySQL backups
Script to backup and encrypt MySQL backups
Non-PowerShell files
File that contains credentials to log into MySQL database.