Backup and Recovery

Crontab Reboot: How to Execute a Job Automatically at Boot

October 28, 2020

Cron jobs are a built-in Linux utility that allow you to automate and schedule recurring tasks. We go over different ways you can schedule jobs to run at system boot.

Read more

How to Create Recovery Media and Perform Bare Metal Restore from Veeam Cloud Connect

August 20, 2020

If you are phoenixNAP customer and need to learn how to create a recovery media and perform Bare Metal restore from Veeam Cloud Connect, then follow this step by step guide.

Read more

How to Install and Configure Veeam Management Agent and Veeam Backup Agent

August 6, 2020

This tutorial will show you how to log into the Veeam Availability Console and install the necessary tools you need to start the first backup job.

Read more

The Difference Between Backup vs Replication

July 7, 2020

This article briefly explains the concepts behind backup and replication. A clear-cut table provides an excellent overview of all the features that set them apart.

Read more

How to Use rsync to Back up Data

June 11, 2020

To back up your files to another location on the same machine, or over a network to a remote destination, use rsync. This guide will show you how to safely back up your files locally and over SSH to another machine.

Read more

How to Use fsck Command to Check and Repair Filesystem

May 14, 2020

If you want to keep your filesystems clean and without errors, you need to scan it on regular basis. In this guide, you can find all fsck commands that will help you maintain your filesystem health.

Read more

Snapshot vs Backup: The Main Differences

April 6, 2020

Snapshot and backups are similar yet different in terms of how they are used and how they store data. In this article we will explain what snapshots and backups are, how they work and what is the difference between the two.

Read more

Full vs Incremental vs Differential Backup: A Detailed Comparison

March 30, 2020

There are three basic types of backups: full, incremental and differential. Each option has its pros and cons. Configuring your backup plan with one or the other will depend on your needs, priorities and resources. Learn more about different types of backups here.

Read more

Rsync Command: 20 Helpful Examples in Linux

March 23, 2020

This tutorial provides 20 most commonly used rsync commands for all data synchronization scenarios. Master the rsync command and discover the advantages of using it over the rcp command.

Read more

How to Use rsync to Exclude Files and Directories in Data Transfer

March 3, 2020

Rsync is a Linux tool that allows you to transfer files to another location. You can customize the command by using the exclude option detailed in this tutorial.

Read more