Issue When adding a new windows VM or Hyper-V server to the managed server on Veeam Backup using a dedicated local (non-domain) backup user account there is an error that said invalid credential even though you can login using the same credential directly to the server. This issue is happening because the user you use […]
Five Backup Software for Windows Server 2019
Takes backup of your server is very important as the part of Disaster Recovery plan of your Business. However, there are too many backup software out there. To help you selecting the suitable backup for your infrastructure, we have prepared a selection of five popular and reliable backup software solution. Top Five Backup Software Veritas […]
Backup MySQL Database using PowerShell Script
Performing regular database backup is very important to avoid data loss. In this article, we will create a PowerShell Script to backup MySQL databases. Basically, the backup is using mysqldump command. This is an executable file that stored in MySQL installation folder under bin folder. So let’s start scripting : You can set a Task Scheduler to […]