Data Protection (Backup and DR) describes the process of creating and storing the data that can be used to recover against data loss A proper backup copy is stored in a separate system or medium, such as tape, from the…
Replication enables the data from one MySQL database server (master)to be copied to one or more servers ( slaves ). MySQL Replication is Async by default; slaves do not need to be connected permanently to receive updates from a source.…
Everyone is aware that whether you are using on-premise or public cloud you need backup of your Virtual Machines or cloud instances. You can read more about the types of backup here This script creates the application consistent snapshot of…
One of our POC customers has few Oracle databases running in their datacenter, they wanted to create application-consistent backups of their Virtual machines running Oracle server using Nimesa. Read more about What is application consistent backup Nimesa has tight integration…
The data is moving to the cloud, many enterprises are moving to the cloud in full swing. Instead of refactoring the whole set of application companies start their cloud journey with Lift and shift and few organisations are using multi-cloud.…
A developer identified an attack in his dev virtual machine running on datacenter, and also he found an HTML file named READ_TO_DECRYPT in his desktop Read Protect or Ship Bitcoin or lose data – Ransomware attack After reading that HTML…
Recovery Point Objective (RPO) and Recovery Time Objective (RTO) are two of the most important parameters of the disaster recovery (DR) or data protection planning. These are the objectives/decision points for choosing the optimal backup software. Recovery Point Objective (RPO)…
When I am setting up the Disaster recovery plan for the MS SQL Databases in ZFS Volume, I faced permission issue while running ZFS send/receive command from a non-root account So my sender is vignesh and the receiver is ubuntu…