Most Popular Backup

How an FTP Server Makes Disaster Recovery Reliable and Safe

Organizations implement disaster recovery (DR) for a number of reasons, some of which include business continuity, data preservation, and regulatory compliance. DR is the process for restoring your systems to a previous fully functional state. However, many people don’t realize that a File Transfer Protocol (FTP) server can help with your organization’s DR efforts. A […]

Read More

Backups just got better with SQL Server 2016

Every release of SQL Server brings many new capabilities–and opportunities for something new to learn. SQL Server 2016 is nothing new in this regards. Along with many other new features in SQL Server 2016, Microsoft has invested enhancements to backup. After exploring these enhancements further, I believe these features are very much of a cloud […]

Read More

Tips for Backing Up MySQL Data

One essential task of any database administrator is to make sure the data is protected from loss. This is accomplished by regular backup and test restorations of your database. When disaster strikes (and it will, make no mistake about that), you will be better equipped to deal with it if you perform these backup and restore […]

Read More

Learn About Backup Retention Strategies in Oracle 12c

Backups are very important, but they have a shelf life, too. You cannot just keep taking backups and retain all of them forever. You need to decide how long you would like to retain your backups before you can safely remove them in order to make space for more backups. Storage on a disk or […]

Read More

About Oracle Database 12c RMAN

Recovery Manager (RMAN) is the tool for backup and recovery of Oracle databases. RMAN is client software that connects to a target database and performs backups or recovery on it. RMAN always stores data about itself and its operations in the database control files as well as a special schema in another database. The best […]

Read More

Backup Encryption in SQL Server 2014

While backups are the backbone for any database administrator, there hasn’t been much improvement in this space for a long time. Now, a new feature in SQL Server 2014 called Encrypted Backups, lets you choose to encrypt the backup file during a backup operation. You must use either a certificate or an asymmetric key to perform encryption during […]

Read More