Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Setup iSCSI Target and Storage LUN on Synology DS923+ for VBR

Posted on 15/04/202411/08/2026 IT Expert By IT Expert No Comments on Setup iSCSI Target and Storage LUN on Synology DS923+ for VBR
  1. Home
  2. Reviews
  3. Setup iSCSI Target and Storage LUN on Synology DS923+ for VBR
A Synology NAS device with multiple drive bays on the left and a screenshot of the iSCSI setup interface on the right, featuring health status indicators.

We discussed using HyperV host with a local disk as a VBR Repository (not recommended). The recommended approach is to use a different Windows Server as a backup repo. What you could also do is use a directly attached storage as a backup repository on the Windows Server such as iSCSI/FC SAN LUN etc. In this article, we shall discuss how to setup iSCSI Target and Storage LUN on Synology DS923+ for VBR. Here is a guide on Setup DS923+ Synology NAS as a Backup Repository for VBR using Network Attached Storage.

The iSCSI protocol enables the transmission of SCSI-based storage commands across ubiquitous network structures. The iSCSI target service creates the illusion of locally attaching a hard drive to a computer, empowering the computer’s operating system to manage it. You can request demo. Please see Fix broken Repository Path in Veeam Scale-Out Backup Repository, and how to leverage Azure Blob Storage as an Object Storage Repo in Veeam.

iSCSI gives you the option of using a Windows repository with ReFS or a Linux repository with configured XFS storage to use FastClone. You will also learn how to format drives with ReFS.

Fast Clone is the Veeam Backup & Replication technology that helps create quick file copies. Fast Clone increases the speed of synthetic backup creation and transformation, reduces disk space requirements and decreases the load on storage devices. With this technology, Veeam Backup & Replication references existing data blocks on volumes instead of copying data blocks between files. Data blocks are copied only when files are modified.

Here is a similar article on how to “Install and configure iSCSI Target Server and iSCSI Initiator on a Windows Server“. Also, see steps to Run MBR and GPT conversion with the best GPT converter.

Why is Storage LUN Better than a Mapped Network Drive

Both Storage LUNs (Logical Unit Numbers) and mapped network drives serve different purposes and have their own advantages depending on the specific use case and requirements.

Storage LUNMapped Network Drive
A Storage LUN provides block-level access to storage resources. It appears to the connected server as a raw storage device without any file system overhead.Mapped network drives provide file-level access to shared resources over a network. They are used for sharing files and folders between devices in a network.
Storage LUNs are directly integrated with storage area network (SAN) solutions, offering advanced features like snapshots, replication, and thin provisioning.Mapped network drives can be accessed from various operating systems, including Windows, macOS, and Linux, making them versatile for heterogeneous environments.
Since it operates at the block level, Storage LUNs can offer high performance, especially in environments where low latency and high IOPS (Input/Output Operations Per Second) are crucial, such as database servers or virtualization hosts.Mapped network drives can be accessed from various operating systems, including Windows, macOS, and Linux, making them versatile for heterogeneous environments.

Here is how to upgrade Veeam Backup and Replication v11 to 12.1, and how to relate Due Diligence and Due Care to Veeam Backup and Replication.

iSCSI Target setup on  DS923+

You can create this beforehand on the Synology DS923+ or on the fly when creating the LUN. As you can see below, I do not have a Target created already.

Screenshot of SAN Manager interface showing an overview of LUN and iSCSI services, indicating they are healthy with no active connections or unread events.

To create an iSCSI target, click on Add as shown below. But I will create one when creating the LUN. You can also create an iSCSI Target and automatically have the LUN created vice versa.

Screenshot of SAN Manager interface showing the iSCSI section, with an 'Add' button highlighted and a message indicating 'No targets'.

Here is Fix Error 1069: Windows could not start the Veeam backup service on local computer, and how to uninstall Veeam Backup and Replication from your server.

Create a LUN

For the purpose of this guide and simplicity. I will create a single LUN and present it to my HyperV host. But for my Lab, I will recreate two LUNs and present a LUN to the HYPERV and another to the VBR.

To create a LUN, access your Synology NAS. Select the main menu as shown below.

Screenshot of a desktop interface showing application icons including Package Center, Control Panel, File Station, and DSM Help, with a highlighted icon in the top left corner.

Launch the SAN Manager

Desktop interface showcasing various application icons, including 'SAN Manager' highlighted in red.

Click on the Create button as shown below

Screenshot of SAN Manager interface showing the 'LUN' section highlighted in red with a prompt to create a new LUN, indicating there are currently no LUNs available.

Enter a name for the LUN, description, capacity and click Next.

Note: Thick Provisioning provides better stability in LUN performance. Thin Provisioning provides on-demand-allocation ability and all advanced features.
Screenshot of a LUN Creation Wizard interface showing properties for specifying LUN details like name, description, location, total capacity, and space allocation with options for Thick and Thin Provisioning.

We will create a new iSCSI target on the fly. Click Next to proceed.

LUN Creation Wizard interface displaying the option to configure the SAN protocol, featuring a dropdown menu for selecting the iSCSI target and a highlighted 'Next' button.

Assign access permissions. I am fine with the first option below “allow all”.

Screenshot of the LUN Creation Wizard interface, highlighting the 'Assign access permissions' section with options for granting permissions to hosts and initiators, including 'Allow all' and 'Custom' settings.

Confirm the settings and click Done to finish the wizard.

Screenshot of a LUN Creation Wizard showing confirmation settings including LUN name, description, location, total capacity, space allocation, space reclamation, mapping, and permissions.

You can see that the LUN has been created and is editable.

Screenshot of SAN Manager interface showing details of LUN-01, including its status as healthy, type of provisioning, capacity, and mapped targets.

Note: The service status changes when the iSCSI Target connects to the host.

Screenshot of the SAN Manager interface showing the configuration details of a Synology iSCSI target, including status, authentication, and mapped LUNs.

Enable iSCSI Initiator

Note: The iSCSI service is stopped by default.

To utilize it, you need to start the service. To start the service, open “Server Manager”, click on “Tools” and select “iSCSI initiator”.

A screenshot of the Windows Tools menu displaying various system management options, with 'iSCSI Initiator' highlighted in red.

A message box opens that says, The Microsoft iSCSI service is not running. The service is required to be started for iSCSI to function correctly.” Click on Yes.

Popup warning indicating that the Microsoft iSCSI service is not running, with instructions to click 'Yes' to start the service.

Configure the iSCSI Initiator

To configure the initiator, open the Server manager. Click on tools and click on “iSCSI initiator”. A dialog box to configure up. Navigate to the Discovery Tab.

Screenshot of iSCSI Initiator Properties window showing options for connecting to targets, including fields for inputting target information and button selections for connecting and disconnecting.

Click on Discover Portal.

Screenshot of the iSCSI Initiator Properties window highlighting the 'Discovery' tab, featuring options to add and refresh target portals and iSNS servers.

To connect to the iSCSI virtual disk, enter the DNS or IP Address of the iSCSI target server (NAS). Click OK

iSCSI Initiator Properties window displaying the 'Discover Target Portal' section, with fields for entering the IP address or DNS name and port number. The default port is shown as 3260, and an 'Advanced' button is visible.

Navigate the Target Menu

Screenshot of the iSCSI Initiator Properties window showing Target Portals and iSNS Servers sections, with fields for entering addresses, ports, and options to add or remove targets.

The status is inactive. To make it active, click connect as shown below.

iSCSI Initiator Properties window showing the 'Targets' tab with options to connect to a target and a list of discovered targets.

On the Connect to Target, click OK.

Dialog box for connecting to an iSCSI target, featuring fields for target name, options for adding to favorite targets, enabling multi-path, and buttons for confirming or canceling the action.

As you can see in the following image. The initiator has been connected to the iSCSI virtual disk.

Screenshot of iSCSI Initiator Properties showing the Discovered Targets section, where a target is marked as 'Connected'. The interface includes options for connecting, disconnecting, and configuring targets.

Initialise Disk and Create Volume

To initialize the iSCSI virtual disk, follow these steps: Here are similar rticles: How to Increase Disk Size in Hyper-V, How to Add and Format a New Virtual Disk to an EC2 Instance, and How to extend System Drive Partition on Windows.

  1. Open Control Panel.
  2. Navigate to Administrator Tools.
  3. Click on Computer Management.

Alternatively, from the search button, search for Disk Management or Computer Management as shown below. Click “Create and Format Disk Partitions”.

Screenshot of a Windows search bar displaying 'disk management' with a highlighted option 'Create and format hard disk partitions' from the Control Panel.

As you can see in the above image, an unallocated partition has been created. To use it first, we must bring it online.

Windows Disk Management interface showing two disks: Disk 0 with multiple partitions listed as healthy and Disk 1 as unallocated space of 800 GB.

To do that, right-click on “Disk 1” and click on Online

Screenshot of Windows Disk Management displaying available disks and partitions, showing Disk 0 and Disk 1 with different status and details.

Once the disk is online, we must initialize it so that the logical disk manager can access it. To do that, right-click on “Disk 1” and click on “Initialize disk.

Screenshot of a disk management interface displaying two disks: Disk 0 with partitions and Disk 1, which is unknown and not initialized, with an option to 'Initialize Disk'.

A dialog box “Initialize Disk” opens. Click on OK.

Dialog box titled 'Initialize Disk' with options to select a disk and choose between MBR and GPT partition styles. 'Disk 1' is selected, and 'GPT (GUID Partition Table)' is highlighted.

Create Simple Volume

Once the disk is online, we will create a volume. To do that, right-click on “Disk 1” and click on “New Simple Volume.”

Disk Management utility showing partition configuration with details about volumes, capacity, and available actions.

Click Next on te New Simple Wizard Volume

Welcome screen of the New Simple Volume Wizard in a disk management tool, with instructions to create a simple volume and a highlighted 'Next' button.

On Specify Volume Size screen, enter the desired size of the disk in text-box named, “Simple volume size in MB”. Click on Next

Screenshot of the 'New Simple Volume Wizard' dialog box displaying options for specifying volume size, including maximum and minimum disk space in MB, and a selected simple volume size.

On the Assign Drive Letter or Path screen, you can specify the drive letter. Choose the desired drive letter from “Assign the following drive letter” drop-down box and click on Next.

Screenshot of the New Simple Volume Wizard in Windows, showing options to assign a drive letter or mount an NTFS folder.

On the Format partition screen, you can specify the File system type, allocation unit size, and volume name. We will choose NTFS file system type from the “File System” drop-down box.

You can choose the size of the allocation unit from the “Allocation unit size” drop-down box and provide the desired volume name in the “Volume Label” text box. If you want to enable the file and folder compression, click on the “Enable file and folder compression” checkbox. Click Next to proceed.

Screenshot of the New Simple Volume Wizard in Windows, showing options to format a partition with settings for NTFS file system and a volume label 'Data'.

On “Completing the New Simple Volume Wizard”, review all the settings and click on Finish to create a new volume

Completion screen of the New Simple Volume Wizard displaying selected settings for a disk volume, including volume type, size, drive letter, file system, allocation unit size, and quick format option.

Create a Volume and format with ReFS as a Repository for VBR

Right and select “New Simple Volume”

Screenshot of Windows Disk Management tool displaying disk partitions, file systems, statuses, and an option menu for creating new volumes.

Click Next to create the volume

Screenshot of the New Simple Volume Wizard interface, displaying a welcome message and instructions to create a simple volume on a disk, with a 'Next' button highlighted.

Enter the volume size as you wish

Screenshot of a computer dialog titled 'New Simple Volume Wizard' with fields for specifying disk volume sizes, including maximum, minimum, and simple volume size in MB, and navigation buttons.

Select a drive letter and click next

Screenshot of the 'Assign Drive Letter or Path' window in the New Simple Volume Wizard, showing options to assign a drive letter, mount in an NTFS folder, or not assign a drive letter, with 'K' highlighted in the drop-down menu.

Format with ReFS

Veeam recommends using ReFS. ReFS offers speed and space consumption similar to XFS Data Block Sharing (Reflink).

Note: You will have to reformat anyhow as you do not have the option to format with a block size of 64k

Screenshot of a 'New Simple Volume Wizard' window in a partition formatting tool, displaying options to format a volume with settings including 'File system, Allocation unit size,' and 'Volume label.' The 'Perform a quick format' option is checked.

Click Finish to complete this step.

Screenshot of the New Simple Volume Wizard completion window showing selected settings such as volume type, disk selected, volume size, drive letter, file system, allocation unit size, volume label, and instructions to click 'Finish' to close the wizard.

As you can see, we have both volumes available to be utilised in the disk management snap-in.

Screenshot of Windows Disk Management showing the partition layout and status of Disk 0 and Disk 1, including the file systems (NTFS, ReFS, RAW) and capacities.

Once the volume has been created. You can access it from windows explorer, as you can see in the following image that the drives have been created successfully.

File Explorer window displaying folders and drives on a Windows PC, highlighting the Data (D:) and Repo (K:) drives with their storage details.

From the SAN Manager, you can see the iSCSI Target and LUN are working correctly.

Screenshot of SAN Manager Overview showing system health status, LUN and iSCSI connection status, and event log with unread notifications.

As mentioned above, the LUNs have been recreated. A dedicated LUN and iSCSI Target will be created for the VBR Server. A different LUN was presented to the HyperV node as well as shown in the image below..

Dashboard of SAN Manager displaying system health status with a green checkmark, indicating all services are working well. Shows 2 healthy LUNs, 2 connected iSCSI devices, and 0 unread events.

Add a New Repository

A backup repository is a main storage location where Veeam Backup & Replication keeps all versions of backed up files for the configured period and metadata files.

Backups stored in the backup repository can be used to quickly restore the entire file share to the state as of a specific restore point.

Open the Veeam Backup & Replication console. In the menu on the left-hand side, click on “Backup Infrastructure”. Right-click anywhere in the main working area and select “Add Backup Repository” or from the tabs.

Screenshot of the Veeam Backup and Replication interface displaying the Backup Infrastructure section with options to add a backup repository and rescan existing repositories.

In the “Add Backup Repository” wizard, select “Direct attached storage” as the type of repository.

Screenshot of a software interface for adding a backup repository, highlighting options including Direct Attached Storage, Network Attached Storage, Deduplicating Storage Appliance, and Object Storage.

Select Microsoft Windows

A screenshot of a 'Direct Attached Storage' selection window featuring options for Microsoft Windows and Linux server configurations, providing guidance on storage settings and recommendations.

Enter a Repo name and optionally provide a description and click Next.

Screenshot of a software interface for creating a new backup repository, featuring fields for naming the repository and a description section.

Select the Repository Server from the list.

Screenshot of a backup repository setup interface, displaying options for selecting repository servers and their storage capacities.

Specify a path to the folder where backup files must be stored. Click Populate to check capacity and available free space in the selected location and click Next.

User interface for setting up a new backup repository with options for path, capacity, and load control settings.

At the Mount Server step of the wizard, specify settings for the mount server that you plan to use for file-level and application items restore.

Review your settings. As you can see, the below components already exists on the VBR server.

Screenshot of a backup repository setup review in a software application, displaying components and their statuses, with an 'Apply' button highlighted.

Click Next to continue

Screenshot of a backup repository configuration interface displaying progress messages and durations for various installation steps.

Click “Finish” to complete the wizard as shown below.

Screenshot of a backup repository configuration summary in a software interface, displaying details such as mount host, backup folder, write throughput, and maximum parallel tasks, with a highlighted 'Finish' button.

Veeam will now add the iSCSI repository to the list of backup repositories as shown below.

Veeam Backup and Replication interface displaying a list of backup repositories, including 'Backup Repository 01' and 'Backup Repository 02', detailing their types, capacities, and usage statistics.

Add Unstructured Data Source

In this article, we will be backing up and restoring the an SMB file share. Therefore, this section will discuss the steps to add a file server and file share, create backup job and perform entire Fire share restoration.

With Veeam Backup & Replication you can easily back up and restore unstructured data: content of SMB (CIFS) and NFS file shares, Windows- and Linux-based file servers, NAS filers and object storage systems (S3 and Azure Blob). Below is an image of unstructured data sources.

Diagram illustrating various unstructured data sources including S3 Compatible Object Storage, Amazon S3, Azure Blob, Microsoft Windows Server, Linux Server, NFS/SMB File Share, and NAS Filer.

Note 1: You must add a data source(s) of the unstructured data which you plan to protect in the inventory. To protect your unstructured data. You can use your existing Veeam Backup & Replication infrastructure. To do so, configure the following components

Method 1: Add Windows File Server to Veeam Inventory

Before proceeding with the steps below, ensue your  server must meet requirements listed in the Platform Support guide. Lastly, if you will be using a dedicated cache repository, ensure it is added in Backup Infrastructure as well.

To add a managed Windows server as a source of unstructured data. Launch the New File Server wizard. Open the Inventory view, in the inventory pane, right-click the Unstructured Data node and select Add unstructured data source.

Alternatively, you could click on the Add Data Source or select the Unstructured Data node and click Add Data Source in the working area as shown below.

Screenshot of Veeam Backup and Replication interface showcasing the 'Add Data Source' option, detailing the process of adding storage locations and creating backup jobs.

Select File Server. In method 2, I will show you how to add a File Share.

User interface for adding unstructured data sources, highlighting the 'File server' option with a description of its functionality.
To be precise, the object storage backup feature is available starting from Veeam Backup & Replication 12.1 (build 12.1.0.2131).

In the new file server wizard, select the managed server. For me it is a Microsoft Server.

Interface showing the option to add a managed file server, with 'TDAVBR (Backup server)' selected and options for 'Microsoft Windows server' and 'Linux Server' available.

Enter the DNS or IP address as shown below. You can optionally specify the description as well.

Screenshot of the 'New Windows Server' interface, displaying fields for entering a DNS name or IP address, specifically showing the IP address '192.168.2.145' and a description field with details about a HyperV Fileshare test.

Enter a valid credential and click Next to proceed

Screenshot

Review the Settings and Apply

Screenshot of the New Windows Server setup, displaying the 'Review' section with installation options, a list of components, and an 'Apply' button highlighted.

Click on Next to proceed or finish off the managed server to the inventory.

Screenshot of the 'New Windows Server' installation process, displaying steps in the 'Apply' section with status messages and a timeline. Includes buttons for 'Previous', 'Next', and 'Finish'.

Click Finish to complete this step.

Screenshot of a 'New Windows Server' summary page showing configuration details such as server IP address, OS version, user, hardware info, and component ports, with a highlighted 'Finish' button.

Now that the File Server has been added. Please proceed with the rest settings.

Screenshot of a file server setup interface displaying the managed server IP address and options to navigate through the setup process.

Cache Repository

A cache repository is a storage location where Veeam Backup & Replication keeps temporary metadata it uses to reduce the load on the data source during the backup procedure.

The cache repository keeps track of all objects that have changed between each backup session. This allows performing incremental backups from the unstructured data source fast and efficiently. If you store your unstructured data backups on an object storage repository, the cache repository also stores active metadata. 

You can assign the role of a cache repository to a backup repository added to the Veeam Backup & Replication infrastructure. This is exactly what I will be doing.

You can use the Backup I/O control slider to define how fast the backup proxy can read data from the source file server. This setting is based on the number of parallel threads that can be used by the proxy configured for processing the file server. If resources of your file server are limited, it is recommended that you select the Lower impact option. If your file server is powerful enough, select the Faster backup option.

Screenshot of a file server configuration interface displaying processing options, cache repository details, and a slider for backup I/O control with buttons for navigating between steps.
Best Practice: To minimise the network load during backup, locate the cache repository closer to the backup proxy in the computer network. At the best, they should be located on one machine.

Review the installed components of Veeam Backup & Replication on the server and then proceed to install any missing components by clicking “Apply”.

Screenshot of a software interface for configuring a new file server, displaying backup proxy settings, including server name, server type, number of cores, and components to be installed, with an emphasis on the 'Apply' button.

At the Apply step of the wizard, wait till Veeam Backup & Replication installs and configures all required components or you could click Finish on the fly.

Screenshot of a software interface showing the process of setting up a new file server, with progress messages including installation of packages and successful completion.

At the Summary step of the wizard, review details of the added file server and click Finish to exit the wizard.

Screenshot of the 'Edit File Server' window showing a summary of configuration settings, including a successful file server save and cache repository details, with a highlighted 'Finish' button.

Create a File Backup Job

You can proceed and create a File Backup Job. Alternatively, you could click on the Unstructured Data node and click Create Backup Job

Screenshot of a software interface displaying a menu for creating backup jobs, with options for different computer types and file share highlighted.

Enter the Backup Job name

Screenshot of a software interface for creating a new file backup job, featuring fields for job name and description along with navigation buttons.

Use the Add button to add the objects.

Screenshot of a file backup job interface showing options to specify objects, files, and folders to be backed up, including an 'Add' button highlighted.

Select a Folder or specific file. I will be selecting the entire Training Video Folder. Click Ok to add the folder-

File backup selection window displaying a directory structure with 'Training Videos' highlighted, including various folders and files related to training content.

Objects added. Click on Next as shown below.

Screenshot of a file backup job setup window, displaying options to specify objects and folders for backup, including a path for training videos and server details.

Select the backup repository and click Next. You can also configure a second destination for this job.

Screenshot of a 'New File Backup Job' window displaying the backup repository settings, including repository name, free space, version retention period, and options for secondary backups.

The Archive Repository shown below is not of interest to me.

Screenshot of a software interface for setting up a file backup job. The focus is on the 'Archive Repository' section, where users can specify an archive repository and retention policy for files, including options for archiving recent and previous file versions.

I will be running the job manually. I will revert to these details later.

Screenshot of a software interface for setting up a new file backup job, focusing on the scheduling options, including automatic job settings, retry options, and a highlighted 'Apply' button.

Click Finish to complete the backup job creation.

Screenshot of a backup job summary in a software interface, showing successful configuration details and options to finish or cancel.

You can manually start the job by navigating to the Home view, select your job and click start or right click on the job and click start.

Screenshot of the Veeam Backup and Replication interface showing a stopped file backup job with options to start, stop, retry, and manage the backup process.

I will remove this data source when the file share job completes. Since this guide is specifically dedicated to Synology, I will be adding the adding an SMB File Share as shown below.

Method 2: Add SMB File Shares Backup

A file share is a storage device or data source available to multiple hosts through a computer network. To add (backup) an SMB file share as a source of unstructured data using Veeam Backup & Replication (VBR).

Launch Veeam Backup & Replication Console and navigate to the Inventory view. Click Add data Source as shown below.

Screenshot of the Veeam Backup and Replication interface, displaying the Data Source Tools with options to add data sources, create backup jobs, and restore files.

Select File Share

Screenshot of an interface that displays options to add unstructured data sources, including options for File server, File share, NAS filer, and Object storage, with 'File share' highlighted.

Select SMB Share

Screenshot of an interface for adding file shares, featuring options for SMB and NFS shares, with details about SMB protocol requirements.

Please specific the path to the SMB File Share

A screenshot of the 'New File Share' window, displaying fields for specifying an SMB server or file share path, with options for credentials and navigation buttons.

Select the Cache Repo and click Next

Screenshot of a file share processing window, highlighting the cache repository selection for backup performance with an option to apply settings.

Wait for the operation to apply and click next

Screenshot of the New File Share window showing the Apply section with messages about the infrastructure update process and database creation, along with a 'Next' button highlighted.

Click Finish to complete the the File Share

Summary page of an SMB file share configuration showing successful saving of settings and details like shared folder, access credentials, backup proxy, cache repository, and I/O control, with a highlighted 'Finish' button.

Create a New SMB File Backup Job

I already showed you an alternative way to initiate a backup job for a File Server above. You can also create a backup job for a file share from here. To do this, click on the Unstructured data, and in the work area, select “Create Backup Job”.

Screenshot of Veeam Backup and Replication software interface, showing the 'Create Backup Job' option highlighted with instructions on adding data sources for backup automation.

Enter the name and description for the File Share Backup job and Click Next

Screenshot of a file backup job creation interface, featuring fields for naming the job, a description, and high priority option with navigation buttons at the bottom.

Add File or Folder to backup and click Ok.

Screenshot of a file selection window for a new file backup job, showing a server path and options to add or remove files.

Click Next to proceed

Screenshot of a file backup job configuration window, showing options to specify objects, files, and folders for backup, with navigation buttons for 'Previous' and 'Next.'

Specify the Backup Repository and click Next

Screenshot of a backup job configuration interface displaying 'Backup Repository' settings, including information on repository size, retention policy options, and navigation buttons for job progression.

The Archive Repository (file versions) shown below is not of interest to me.

Screenshot of a 'New File Backup Job' window highlighting the 'Archive Repository' section with options for archiving file versions and retention policies.

I have decided to run the job manually at this time. Click on Apply to proceed

Screenshot of a file backup job scheduling interface, showing options for scheduling frequency, automatic retry settings, and backup window details, with an 'Apply' button highlighted.

Click Finish to complete

A screenshot of a file backup job summary confirmation in a software interface, displaying settings for a shared folder backup, including a PowerShell command and options to finish the setup.

As you can see below, we have created the backup job.

Screenshot of the Veeam Backup and Replication interface showing the Inventory section, specifically highlighting the 'File Shares' with an SMB file share selected.

Start SMB File Backup job

To start the file share backup job. Navigate to the “Home view” and navigate to the backup and select the job of interest to you.

Screenshot of Veeam Backup and Replication software interface showing job management options and status for backup tasks.

As you can see the job has completed successfully.

Screenshot of Veeam Backup and Replication interface showing job statuses, including a successful backup and one that is stopped, with details on processing and file statistics.

Restore SMB File Share

To perform file share restore. From the “Home view”, under backup, select “Disk”

Screenshot of Veeam Backup and Replication software interface, displaying the Restore section with a list of backup jobs, including job names, creation times, restore points, repositories, and platforms.

Click “File Share”

Screenshot of Veeam Backup and Replication interface displaying options for backup jobs, including 'File Share.' The panel shows job names, creation times, repository details, and platform information.

I am interested in selecting “and restoring the “entire”Restore Entire Share”.

User interface for restoring files from backup, featuring options for instant file share recovery, restoring the entire share, rolling back to a specific point in time, and restoring individual files and folders.

Alternatively, click in Backups and select the backup that holds the share that requires restore, right-click the backup and select Entire file share.

Screenshot of Veeam Backup and Replication interface showing the selection of the 'Entire Share' option for file recovery.

In the wizard press Add and select the share(s) that require restore. Click Next

File restore window displaying available file shares, with 'techdirectarchive' selected and a 'Next' button highlighted.

In the Destination step select either Original Location or This server to specify a new server and path and click next.

File restore window with options to select the destination for restoring files, including an option for 'Original location' and a specified server path.

Select your desired restore options and click next. Also, check the button to restore permissions and security attributes and click next.

Screenshot

Click Finish to complete the file restore process.

Image of a file restore summary interface, displaying options for restoring file shares, restore point, destination location, and confirmation button labeled 'Finish'.

As you can see below, the folder restoration has completed successfully.

Screenshot of the Veeam Backup and Replication interface displaying a successful restore session summary. The message indicates that the restore job has completed successfully, showing details about job initiation time and duration.

Summary to Setup iSCSI Target and Storage LUN on Synology DS923+ for VBR

In this article, we have created an iSCSI Target and LUN on Synology DS923+ and presented this to the Windows Server and VBR Server as well. We have showed the steps back up and restore an SMB file share. Therefore, this section will discuss the steps to add a file server and file share, create backup job and perform entire Fire share restoration.

I hope you found this guide on how to Setup iSCSI Target and Storage LUN on Synology DS923+ for VBR very useful. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Reviews, Storage, Virtualization Tags:Backup Repository, Configure iSCSI initiator, configure iSCSI target Synology DS923+, Connecting your LUN to your Windows PC, create iSCSI LUN Synology NAS, create iSCSI on DS923 NAS, Create Simple Volume, File Shares Backup, iscsi, iSCSI Initiator on Windows Server, iSCSI Target setup on DS923+, Microsoft Windows, present iSCSI LUN to veeam server, Repository Storage, Restore File Share, Setting Up Your iSCSI Target & LUN, Setup iSCSI target and storage LUN on Synology DS923+ for VBR, Storage Area Network, Synology, Synology DS923+ iSCSI setup, Synology LUN setup, Windows Server 2016

Post navigation

Previous Post: Setup DS923+ Synology NAS as a Backup Repository for VBR
Next Post: An error occurred while attempting to start the selected VM

Related Posts

  • Screenshot 2020 11 17 at 02.06.58
    The PA Server Monitor review and product details Reviews
  • Synology NAS as a Backup Repository for VBR
    Setup DS923+ Synology NAS as a Backup Repository for VBR Reviews
  • Reduce VMDK dile defragment and compact
    Analyse Disks with Treesize: Defragment and Shrink VMware Workstation VM Disks Virtualization
  • banner
    How to Import Data from a GitHub Repository to Postman Backup
  • snapshot replication
    How to create Synology Snapshot Replication Backup
  • screenshot 2020 02 23 at 10.50.09
    Perform Pleasant Password Self-serve Reset using the “link” Virtualization

More Related Articles

Screenshot 2020 11 17 at 02.06.58 The PA Server Monitor review and product details Reviews
Synology NAS as a Backup Repository for VBR Setup DS923+ Synology NAS as a Backup Repository for VBR Reviews
Reduce VMDK dile defragment and compact Analyse Disks with Treesize: Defragment and Shrink VMware Workstation VM Disks Virtualization
banner How to Import Data from a GitHub Repository to Postman Backup
snapshot replication How to create Synology Snapshot Replication Backup
screenshot 2020 02 23 at 10.50.09 Perform Pleasant Password Self-serve Reset using the “link” Virtualization

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • How to Fix MS SQL Error 832
    MSSQL Server Error 833: Synthesis of Real-World Case Studies Oracle/MSSQL/MySQL
  • Webp.net resizeimage 5
    How to Improve Website Response Using Traffic Manager AWS/Azure/OpenShift
  • loc
    Solve VMware workstation .lck error [Part 1] Virtualization
  • Docker internal external
    Running Docker commands returns Docker is not recognized as an internal or external command Containers
  • recovery
    Perform System State Restore of Active Directory via Windows Server backup utility Windows Server
  • Configure Data Deduplication on Windows Server
    Video on how to Configure Data Deduplication on Windows Server Windows Server
  • hero azure activedirectory
    How to add and verify a custom domain name to Azure Active Directory AWS/Azure/OpenShift
  • posfix as an smtp server
    How to Install and Configure Postfix as a Send-Only SMTP Server Linux

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,779 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.