Tag: data-protection

Oracle LRU & MRU Algorithm - Laymen's Perspective

Definition:- LRU stands for ‘least recently used’. It is a computer algorithm used to manage the cache area which stores data in the memory. When a cache becomes full and you need space for new data. Hence you will …

Data Protection Software Key Requirements

There Top Requirements for Data Protection Software: Entreprise’s are moving from the traditional CapEx model to OpEx model. As a result enterprise applications are getting migrated to cloud or SaaS solutions. There is a need for a newer …

Automate Backup of EC2 instances using AWS snapshots

AWS provides the capability to take the snapshot of EBS volumes, but there is some manual effort involved in the process which can result in human error. First approach companies take is to automate using scripts. With ever-growing …