A flexible file backup Strategy – Part 4

This is the last article about NAS series.

The scope is recapping the different technology available for NAS backup pointing in which scenario they can be adopted.

The following table has the scope of helping and discovering which VBR technology can better fit with the NAS protection service.

Technology v.11 and later NAS Backup File to Tape NDMP
 Backup to Disk Yes No No
 Backup to Tape No Yes Yes
 Restore Files Yes Yes No
 Restore Entire NAS Yes Yes Yes
 Speed Backup High Low Medium
 Speed Restore High Low Medium
 Second copy Yes to Disk v.11  (Tape cloning) v.11 (Tape cloning)
 Archiving copy Yes No No
 Immutability v.11 (Hardened Repository) Yes Yes
 Object Storage Yes No No
 Scheduling Yes Yes Yes
 Licensing VUL Any Enterprise Plus

Table 1

An example:

Your managers are asking for a NAS backup architecture able to answer very astringent requests of backup and restore.

Watching table 1 and looking for the word speed it is possible to assess which VBR technology can answer the request of your managers better (in this case v.10 and later NAS backup).

Note-1: For sure the table can be improved by adding more details.

Note-2: The second tape copy and harden repository will be available with VBR v.11. Further details are available on the following web pages:

(https://community.veeam.com/blogs-and-podcasts-57/tape-improvements-in-vbr-v11-277)

(https://community.veeam.com/blogs-and-podcasts-57/veeam-v11-hardened-repository-aka-immutable-backups-275)

Note-3: v.11 is coming soon !!! Please take a look at the launching page and register yourself: https://go.veeam.com/v11-it.

Before closing this series, I show you a hidden gem that allows extending the use of the file copy feature.

What is “File Copy” option already present on the VBR menu?

It allows to copy and move files and folders between servers and hosts added to the backup infrastructure.

Is it possible to use it with Network share?

Not in a direct way.

Actually, No becomes a yes through the PS-tools.

What these tools are?

It is a free utility part of the Sysinternals pstools suite built by Mark Russinovich many years ago.

They allow the administrators to remotely execute commands, install software, launch applications, and run apps as the system account.

The PS-Tools package can be downloaded from the Microsoft web site:

(https://docs.microsoft.com/en-us/sysinternals/downloads/pstools)

A detailed guide is available on the following site:

Psexec: The Ultimate Guide

Which are the requirements?

Important Note:  File copy is a copy. It means that if you launch the same job twice, the second time it will delete the files previously saved. It’s like launching two times a copy command without changing any option. To be clearer, it’s not a backup so it can not manage retention policy,  nor deduplication/compression.

Note-4: I don’t know if this scenario is supported by Veeam, open a ticket before proceeding.

The following video will explain the steps to set up the environment, perform backup and restore (ps-tools are located to c:\Users\VBR\Desktop\PStools)

That’s all guys. Take care

A flexible file backup Strategy – Part 3

This article’s topic is how to set up and work VBR when it is combined with the NDMP protocol.

This type of configuration is part of the category “file to tape” I treated in my last article “A flexible file backup Strategy – Part 2”.

One more note before starting: VBR requires NDMP version 4 and later.

  • How does it work?

Picture 1

The architecture is quite easy.

Files are gathered from the File Server through the data mover present on the Gateway server. Then they are sent to the Tape Server that performs the write on Tape.

The Datamover installed on Tape Server has the ownership of managing the data traffic to Tape Device.

VBR has the task of enumerating the Volumes and launch the command to Tape Devices.

Point-1: VBR works with a 3 layer backup architecture. It means there is no direct connection between File Servers and Tape Devices. All Data have to pass through the tape Sever.

In this article, I’m not covering the procedure to set up the NAS correctly. Please ask your storage vendor specialist to get all details needed.

How to add the NDMP server to VBR and set up a backup job?

The next video will answer the question.

Video 1

After the backup is completed how to perform a restore?

NDMP backup files are available to perform restores from the FILE menu at the voice Tape and then NDMP as shown in picture 2

Picture 2

 

Please have a look at the next short video (video 2) to see the easy step to perform a restore.

Video 2

Point-2: The backup chain stored on tapes will consist of 10 restore points maximum. On the 11th run, VBR will force an active full.

  • Common scenarios

One of the main characteristics of NDMP backup is that it allows to perform backup and restore of entire volumes.

The most common scenario is the Disaster Recovery of the entire Filer. Imagine the case in which the customer NAS filer is completely out of order and the only way to restart the file sharing service is formatting all the disks and then restoring the volumes (or the worst case is getting a new NAS).

In this case, NDMP volume restores from tape is an excellent low-cost solution.

Main Pro:

NDMP servers backup to tape is available in the Enterprise Plus Edition of VBR.

It means that there is no limit on the amount of data that can be saved. Could be 1 TB or 100 PB it doesn’t matter.

Veeam Universal License (VUL) has the Enterprise Plus Edition available. Is it time to move your old sockets license to the subscription model (VUL)?

Cons:

The granular restore (files and folders) it’s not an available option with VBR and NDMP backup.

Please note that NAS backup is now completely supported by VBR (please refer to article 1 of this series) and it’s the fastest way to perform the granular restores.

Point-3: Even if the NAS device supporting NDMP protocol is already added to VBR, you need to add the NDMP server as a separate procedure. Otherwise, you will not be able to perform file backup to tape.

The next article will cover a recap of the different techniques and show a hidden gem of VBR.

See you next week and take care