Category: VEEAM

Veeam Backup and recovery

  • Modern Authentication with Veeam Backup for Office 365

    Modern Authentication with Veeam Backup for Office 365

    Modern Authentication with Veeam, In this article I will explain how to configure the modern authentication with Veeam Backup for Office 365.

    What is Modern Authentication visit Microsoft

    Veeam Office 365 Modern Authentication

    The release of version 4 of Veeam Backup for Office 365, now we are able to use the so-called modern authentication. This means using service accounts enabled for MFA (multi-factor authentication).

    We need an Azure Active Directory custom application and a service account that has MFA (Multi-Facture Authentication) enabled. The custom application (App application) registered in Azure Active Directory will allow Veeam Backup for Office 365 to access the Microsoft Graph API. With this access, we can pick up the data from the “Microsoft Office 365 organization tenant”.

    In this strategy, the service account will be used to connect to the EWS and PowerShell services.

    Preparation

    In instance, we want to use modern authentication with Veeam Backup for Office 365.

    The below steps should be done for using the modern authentication.

    Register a custom application in Azure Active Directory
    Collect your Application ID and Secret
    Create a new client secret
    Create a new service account in Azure Active Directory
    Enable Multi-Factor Authentication (MFA) on this service account
    Assign roles to the service account
    Grant a service account required roles and permissions
    Get App password for an MFA-enabled service account
    Add tenant to Veeam with the service account

    Create Storage account in Azure

    Add Object Storage Repository

    Add Azure Blob Storage Repository

    Create backup job

    Register a custom application in Azure Active Directory

    1- Open your Azure Active Directory admin center under the Manage tab and then select App registration.

    azure active directory admin center

    2- Click on + new registration Under App registrations tab.

    azure active directory app registration

    3- Enter new custom application a name; select the supported account type and then click on the register button.

    azure active directory register an app

    4- After creating a new custom application, we need to provide it with some permission. For that go to your newly created app application and then select the + API Permissions button.

    azure active directory app permissions

    5- Now we need to add Microsoft Graph permissions to our custom app application.
    In the request API permissions wizard and then select Microsoft Graph.

    azure active directory request api permissions

    6- Select Application permissions.

    azure active directory application permissions

    7- Expand Director Option and select Directory.Read.All. Expand Group option and select Group.Read.All from the list of available permissions, and then click Add permissions
    1- Directory.Read.All
    2- Group.Read.All

    These two permissions are needed to access the organization tenant.

    azure application permissions directory
    azure request api permissions group

    8- This type of permission requires administrator consent. To grant administrator consent, click on Grant admin consent for (tenant name).

    azure api permissions

    9- Click Yes to confirm granting permissions

    azure api permissions grant

    10- Successfully granted admin consent for the request permission, Click + Add a permission button.

    azure api permissions granted

    11- Scroll down and then select SharePoint.

    azure request api permissions

    12- Select Application permission and expand sites, select Sites.FullControll.all and then click on add permission.

    azure request api permissions sites

    13- Click on Grant admin consent for (tenant name)

    azure api permissions grant

    14- Click Yes to confirm granting permissions

    azure api permissions grant yes

    15- Successfully configured permissions click on + Add a Permission button.

    azure api permissions granted

    16- Scroll down and then select exchange options

    azure request api permissions

    17- Choose Application permissions.

    azure request api permissions access

    18- Click on Grant admin consent for (tenant name)

    azure api permissions grant

    19- Click Yes to confirm granting permissions

    azure api permissions yes

    20- We have successfully registered a custom application in your Azure Active Directory and you have successfully set the required permissions.

    azure api permissions granted

    How to get your Application secret

    Create a new client secret

    1- To create a new client secret for our newly created custom application. Under Manage select Certificates & secrets and then click on + New client secret button under client secrets.

    azure active directory client secret

    2- Add a New client secret wizard, specify a description, an expiration date, and then click Add button.

    azure active directory certificates & secrets

    We have successfully created your application secret. The secret can be reviewed in the main settings area of your custom application under the Certificates & secrets options.

    Collect Application Secret

    3- To collect application secrets, go to the Certificates & secrets settings within your custom application and copy and then save it in note pad the value of it.

    azure active directory certificates & secrets

    Collect Application ID

    4- The first thing you need to collect the application ID. If you go back to the main site of the app registrations, copy application (client) ID and then save it in a note pad.

    azure active directory app registration overview

    How to create a new service account in Azure Active Directory

    1- Now we need to create the service user, which will connect from Veeam Backup for Office 365 to your tenant. In the Office 365 admin center, click on + new user to create a user without a product license.

    azure active directory all users

    2- The user which we are going to create will be our service user for MFA (Multi-Factor Authentication). Type a name, initial password and then click on create

    azure active directory create new user

    How to configure an MFA-enabled service account

    After successfully created a service user, now we can proceed with activating MFA for it. Go back to the all users overview within your azure active directory admin center.

    3- Select your newly created service user. Select On the top right of the ribbon, and then select Multi-Factor Authentication.

    azure user multi-factor authentication

    4- Select your service user on the left side and then click enable (MFA) on the right side under quick steps.

    multi-factor authentication users

    5- Click on enable multi-factor auth button.

    about enabling multi-factor auth

    6- The account is successfully enabled for MFA. Click close.

    multi-factor auth in enabled

    7- Now you can review your user which is now enabled for MFA.

    multi-factor authentication users

    Assign roles to the service account

    The user needs the correct permissions and roles to backup Exchange Online and SharePoint Online. We have the choice to do this via the Exchange Admin Center.

    For Exchange Online (Global Administrator or Exchange Administrator) role. Additionally, you need the ApplicationImpersonation role.

    For SharePoint Online (Global Administrator or SharePoint Administrator) role.

    I have this as testing purposes and for this blog post. I would not recommend assigning the Global Administrator in a production environment. Either uses the Exchange Administrator and the SharePoint Administrator role.

    1- Select user account (veeam_vbo).

    azure active directory domain center

    2- Click on Assigned roles under manage and then click on + Add assignments.

    azure active directory assigned roles

    3- Select the role in the Directory role wizard on the left hand side and then click add.

    azure active directory directory roles

    4- Successfully assigned the roles.

    azure active directory assigned roles

    SharePoint Admin Center

    1- Login with SharePoint Admin Center, select access control, and then Apps that don’t use modern authentication.

    sharepoint admin center access control

    2- Verify allow access is selected.

    apps that don't use modern authentication

    How to grant a service account required roles and permissions

    1- Add ApplicationImpersonation role via the Exchange Admin Center. Select the permission tab on the left-hand side. Under admin, roles click the + button to add a new role.

    exchange admin center permissions

    2- Type a role group name and description. Select the Write Scope to default and then click the + button.

    exchange admin center add permissions

    3- Under Roles to add the ApplicationImpersonation, Mail Recipient, Mail Search, View only configuration, View only recipient role from the list, and then click ok.

    office 365 add permissions roles

    5- Add a member, it means our service account for this new role group. For that click on the + button under Members.

    exchange admin center add permissions

    6- Select your newly created service user, click on add button and then click OK.

    office 365 add permissions roles

    7- Click on save button.

    exchange admin center add permissions

    8- The user has been granted the ApplicationImpersonation role.

    exchange admin center permissions

    To get an app password for an MFA-enabled service account

    1- The last thing we need to do before adding our tenant to Veeam Backup for Microsoft Office 365 is to collect your app password. Login with new user account & go through the additional security verification methods for this new account.

    microsoft login

    2- Now we need to select if we would like to receive text messages or if Microsoft calls you within the configuration of the phone verification. I am going to select an Authentication phone option (country code phone number) and select send me a code by text message and then click Next.

    microsoft additional security verification

    3- Type the verification code and then click on verify button.

    microsoft additional security verification

    4- This app password is wanted within the Tenant configuration in Veeam Backup for Office 365. Copy it in notepad or save it for our later use. Click on the done button.

    microsoft additional security verification

    5- After login to user office 365 account, click on my account icon and then click my account

    office 365 login account

    6- You will be redirected to https://portal.office.com/account. Under my account select the Security & Privacy tab to create and manage your passwords. Click on create and manage passwords.

    office 365 security and privacy

    7- Additional security verification (app passwords) click on create button.

    microsoft additional security verification

    8- Enter a name and then click next.

    microsoft create app password

    9- Copy your password and save it in notepad and then click close.

    microsoft your app password

    10- You will need to sign in with this user if you have an existing service account. In the right-hand upper corner, select the settings and then your app settings (Office 365).

    office 365 security and privacy

    I have created a new user, so I don’t want to do that here.

    Add Office 365 organization using modern authentication

    Create Storage account in Azure

    Add Object Storage Repository

    Add Azure Blob Storage Repository

    For more details please visit Veeam

    Related: Adding an organization fails 401: Unauthorized.

  • How to Add Azure Blob Storage Repository Veeam Backup

    How to Add Azure Blob Storage Repository Veeam Backup

    Add Azure Blob Storage, In this guide, I will add a new Microsoft Azure blob storage repository to the Veeam Backup for Microsoft Office 365 backup infrastructure.

    1- Open Veeam Backup for Microsoft Office 365, select the Backup Infrastructure tab and then select Backup Repositories.

    veeam backup office 365 console-

    2- Add Azure blob storage, Backup Repositories tab, click Add Repository.

    veeam backup office 365 console

    3- Specify details for backup repository window, type Azure Blob Office365 as repository Name and then click next.

    veeam new backup repository name

    4- Specify the location for the backup repository window, select the Backup proxy server and then click the Browse button for Path.

    veeam new backup repository location

    5- Select folder window, click on New folder, type a folder name and then click OK.

    buy synthroid online https://greendalept.com/wp-content/uploads/2023/08/png/synthroid.html no prescription pharmacy

    veeam backup repository select folder

    6- Specify location for backup repository click next.

    veeam new backup repository location

    7- Specify if you want to extend your backup repository to object storage option, choose to offload backup data to object storage, and select Azure Blob (you just created it).

    veeam offload backup data object storage

    8- Choose Encrypt data uploaded to object storage, click Add for Password.

    veeam offload backup data object storage

    9- Enter a Password and then click OK.

    veeam offload backup add password

    10- Click the next button.

    veeam offload backup data object storage

    11- Specify retention policy settings, I am going to keep the default settings, click Advanced.

    veeam repository retention policy

    12- Advanced Settings wizard, you can change the retention policy schedule as you want and click ok.

    veeam repository apply retention policy

    13- Click Finish.

    veeam repository retention policy

    14- Now you can see storage repository successfully added.

    veeam backup office 365 console

    For more information please visit Veeam

  • How to Add Object Storage Repository Veeam Backup

    How to Add Object Storage Repository Veeam Backup

    Add Object Storage Repository, In this article, I will explain how to add object storage repository in Veeam backup for office 365. Object storage repository is used to store Microsoft Office 365 & on-premises Microsoft organization backups using the following cloud.

    S3 Compatible object storage
    Amazon S3 object storage
    Microsoft Azure Blob storage
    IBM Cloud Object Storage

    Add Object Storage Repository

    1- Open Veeam shortcut to Login with Veeam backup for Microsoft Office 365 server. Click the connect button on the Veeam Backup for Microsoft Office 365 console.

    veeam backup o365 login

    2- Veeam Backup for Microsoft Office 365 home console, select Backup Infrastructure.

    veeam backup for office 365 console

    3- Backup Infrastructure tab, select Object Storage Repositories.

    veeam backup office 365 console

    4- Click Add Object Storage.

    veeam backup for office 365 console

    5- Add object storage repository wizard type name and description. Type Azure Blob as Object storage repository name and then click Next.

    veeam add object storage repository name

    6- Object storage type option, select Microsoft Azure Blob Storage and then click next.

    veeam object storage type

    7- Microsoft Azure storage Account option, click the Add button on Specify account credentials to connect to Microsoft blob storage item.

    veeam object storage specify account

    8- Now paste Azure storage account name as Account and paste key1 as Shared key (we copied them when we created Azure storage account) and click ok.

    veeam object storage add credential

    9- Add object storage repository, Microsoft Azure storage Account , select Azure Global (Standard) under Region and then click next.

    veeam object storage specify account

    10- Microsoft Azure Blob container, select an Azure Blob container (we created it previously when you create Azure Storage Account & settings), click the Browse button under Folder.

    veeam object storage container

    11- Select the folder option, click New Folder. Type a name as the new folder name and then click ok.

    veeam object storage container folder

    12- Microsoft Azure Blob container, click Advanced.

    veeam object storage container

    13- Advanced Settings option, if you would like to control the storage spends. Then select Limit object storage consumption & put the storage size for it, click ok.

    veeam object storage advanced settings

    14- Add object storage repository Microsoft Azure Blob container wizard, then click Finish.

    veeam object storage container

    15- Now you can see object storage repository in Veeam successfully created.

    veeam backup for office 365 console

    For more details please visit Veeam

  • How to Install Veeam for Microsoft Office 365

    How to Install Veeam for Microsoft Office 365

    Install Veeam for Microsoft Office 365, In this article, I will install Veeam Backup for Office 365 is an extensive solution that allows you to backup & restore data of your Microsoft Office 365, on-premises Microsoft Exchange & on-premises Microsoft SharePoint organizations, including Microsoft OneDrive for Business.

    Download the Veeam Backup for Office 365 v4.0 files click here

    System Requirements for Microsoft Office 365 click here

    Installing Veeam Backup for Microsoft Office 365

    1- Go to your downloaded folder, extract zip files and then run the Veeam.Backup365_4.0.1.519.msi file

    windows explorer veeam

    2- Veeam Backup for Microsoft Office 365 Setup wizard click next.

    veeam for office 365 wizard

    3- Accept the Veeam Backup End-User License agreement and then click on next.

    veeam for office 365 license agreement

    4- Select the program features and then click on next

    veeam for office 365 select feature

    5- Ready to install Veeam Backup for Microsoft Office 365, Click Install

    veeam for office 365 ready to install

    6- Veeam Backup for Office 365 Successfully installed, Click Finish

    completed veeam office 365 wizard

    Install Veeam Explorer for Exchange

    7- Double click to Run the VeeamExplorerForExchange_4.0.1.519.msi file

    windows explorer veeam for office 365

    8- Veeam Explorer for Microsoft Exchange setup wizard, click Next

    veeam explorer for microsoft exchange

    9- Accept the Veeam license agreement and then click Next

    veeam explorer license agreement

    10- Select program features and then click Next

    veeam explorer for exchange setup

    11- Veeam Explorer for Microsoft Exchange ready to install, click Install

    veeam explorer for exchange ready

    12- Click Finish

    veeam explorer for exchange

    Install Veeam Explorer for SharePoint

    13- Double click to run the VeeamExplorerForSharePoint_4.0.1.519.msi file

    windows explorer veeam for sharepoint

    14- Veeam Explorer for SharePoint setup wizard, then click Next

    veeam explorer for powershell wizard

    15- Accept the Veeam license agreement and then click Next

    veeam explorer for sharepoint license

    16- Select the directory to install program features and then click next

    veeam explorer for sharepoint setup

    17- Veeam Explorer for SharePoint ready to install, Click Install

    veeam explorer for powerpoint ready

    18- Veeam Explorer for Microsoft SharePoint Successfully installed, Click on Finish

    veeam explorer for sharepoint

    19- Now we have an icon on our Windows desktop for Veeam Backup for Office 365, then double click to run this.

    shortcut veeam for office 365

    20- Now click the Connect button.

    veeam backup for office 365

    21- Veeam Backup for Microsoft Office 365 Console.

    veeam for office 365 console
  • How to Create New Backup Job Veeam

    How to Create New Backup Job Veeam

    Create New Backup Job, in this article I will explain how to create a new backup job in Veeam Backup & Replication for taking backup of the virtual machine. Please find below the steps to configure a backup job to create a Virtual Machine Backup job in Veeam Backup and Replication.

    Create New Backup Job Veeam

    1- Open the Veeam Backup and Replication console, Select the Home tab, click on the Backup Job tab and then click Virtual Machine.

    veeam backup console

    2- New Backup job wizard, type a backup job name, description, and then click on the next button.

    veeam new backup job name

    3- We need to add Virtual Machine, which you need to take a backup so click on the add button.

    new backup job virtual machine

    4- Add object windows pop up, select VMs and Templates, expend the vcenter datastore and then select the Virtual Machine you want to take backup and click on add button.

    new backup job add object

    5- Click Next.

    new backup job virtual machine

    6- Select a backup repository to restore the virtual machine backup files.
    Select retention policy restores points.
    Select keep certain full backups longer for archival purposes and then click on the configure button.

    veeam new backup job storage

    7- Configure GFS weeks, months, years and then click OK.

    veeam new backup job gfs

    8- After configuring GFS click next

    veeam new backup job storage

    9- New backup job wizard, Guest Processing option so here you can select enable application-aware processing and enable guest file system indexing options.
    Select guest OS credentials for the virtual machine you want to backup and then click on the next button.

    veeam new backup job guest processing

    10- Specify the backup job schedule option when you want to backup, select the Automatic retry (retry failed items processing) and then click on apply.

    veeam new backup job schedule

    11- Veeam new backup job summary verifies the job summary. If you want to run a backup job now then select run the job when I click the finish option. Or leave it if you want to run job as scheduled or manually and then click on finish.

    veeam new backup job summary

    12- Select newly created job and then click active full.

    veeam console backup

    13- Click Yes

    veeam backup run job now

    14- Now new backup job is in progress.

    veeam backup job progress

    15- New backup job successfully completed

    veeam backup job full progress

    Also read: How to Create Backup Copy Job in Veeam Backup.

    For more details, please visit Veeam

  • How to Restore Backup Tape to Repository Veeam

    How to Restore Backup Tape to Repository Veeam

    Restore Backup Tape to Repository, in this blog, I will explore how to restore a backup from tape to Veeam Backup and Replication repository.

    Restore Backup Tape to Repository

    1- Open Veeam Backup & Replication console, Select the Home tab, click Restore tab and then select Tape.

    veeam console

    2- Select restore backups.

    restore from tape wizard

    3- Add a virtual machine, click on the Add button and then select from backup.

    veeam restore backup from tape source

    From vSphere Infrastructure – this option is available only for virtual machines. Browse the virtual environment and select virtual machines to restore it to backup repository.
    Please make sure that VMs you have selected from the virtual environment that should be successfully archived to tape at least one time.

    4- From backups – browse the backups on the tape and select virtual machines under backup to tape jobs. Select it and then click Add.

    veeam restore backup browser object

    5- The default settings, Veeam Backup & Replication, will restore backup with the latest date of the archived machine. If you need to restore a backup for the machine to an earlier date, then select a machine from the list.
    So click on Point from your right.

    veeam restore backup from tape source

    6- AT the Restore Points windows, select a restore point that can be used to restore virtual machine backup.

    veeam restore restore point

    7- If you want to remove a virtual machine, select it from the list and then click Remove. Click Next.

    veeam restore backup from tape source

    8- Destination option, select where the backup files for the selected virtual machines will be restored:

    A- Backup Repository

    If you need to restore machine backup files to a Veeam repository, then select the Backup repository option and select the repository from the list.

    restore backup from tape to repository

    B- Server

    9- Restore VMs backup files to the Veeam server, shared folder, or any Microsoft or Linux server connected to the Veeam backup & replication server.
    I am going to restore a backup from tape to repository using a shared folder. Click Next

    restore backup from tape to repository destination

    10- Review the restore backup from tape to repository settings and then click Finish to restore selected machines backups.

    restore backup from tape to repository summary

    11- Successfully restored.

    veeam restore from tape progress

    For more details visit Veeam

    Please also read this article: veeam backup to the tape

  • How to Link Backup Jobs to Tape Veeam

    How to Link Backup Jobs to Tape Veeam

    Link Backup Jobs to Tape, in this guide I am going to set a link backup job to tap jobs (configure secondary backup destination).

    Veeam Backup & Replication sets out two options for link backup jobs to tape jobs
    If you previously have backup jobs configured, you can select the necessary jobs in the Backup to Tape Job Wizard. Optionally, we can point a backup job to an existing backup to tape job using the Backup Job wizard.

    1- Select a backup job you want to link for secondary backup and then click the Edit tab.

    veeam console job

    2- After opening the backup job settings and select the Storage option.
    Choose the Configure secondary destination for this job checkbox.

    veeam edit backup job storage

    3- Now select the Secondary Target option and then click on Add button.

    veeam edit backup secondary target

    4- Select a backup to tape job the one you want backup job should be linked and then click next.

    veeam edit backup secondary target

    5- Now click the finish button to save settings. Veeam Backup and Replication will automatically update backup jobs settings of the selected backup to tape job.

    veeam edit backup secondary target

    for more details please visit Veeam

  • How to Create VeeamZip Backup Job

    How to Create VeeamZip Backup Job

    Create VeeamZip Backup job, in this blog, I will explore how to take your Virtual Machine Backup. Free with Veeam Backup and Replication Free edition it is very useful and totally free you can create multiple Virtual Machine Backup if you don’t want to buy a license but you can’t get any support from Veeam if you will face any issue relevant to Backup & Restore of Virtual Machine. You can quickly backup running and powered off Virtual Machines with VeeamZIP. The VeeamZIP backup job can be useful if you want to create an ad hoc backup for Virtual Machines, archive VMs before decommissioning, and so on. We can create a VeeamZIP backups job for one or more VMs. How do we create instant VM from Backup in Veeam Backup & replication

    You can download Veeam Backup & Replication Community edition from the Veeam website.
    Click here to Download Veeam. And read about Veeam features.

    How to create VeeamZip backup follow the below steps.

    1- Open the Veeam Backup and Replication console and then select Vmware vSphere then click on vCenter Server.

    veeam inventory vmware vcenter

    2- Now you can see VMware vSphere Virtual Machine is showing. Now Right Click on Virtual Machine the one you want to backup then click on VeeamZIP Option and wait for Next Screen.

    veeam veeamzip backup

    3- Now you can notice the Backup Wizard opens where you can define the Backup Destination and Compression level then click on the OK button.

    create veeamzip backup

    4- Now you can notice Virtual Machine Veeamzip Backup is Starting so wait for sometimes to complete the Backup.

    veeam job progress full

    5- Now the Virtual Machine Backup has been completed.

    veeam job progress active full
  • How to Create Backup to Tape Jobs Veeam

    How to Create Backup to Tape Jobs Veeam

    Create Backup to Tape Jobs; in this article, I am creating a backup to tape jobs using the New Backup to Tape Job wizard.

    Create Backup to Tape Jobs

    1- Open Veeam Backup and Replication console, click on the Home tab, select Tape Job menu and then select Backups.

    veeam console

    2- In the Name field, type a name for the backup to Tape job.

    buy stendra online https://galenapharm.com/pharmacy/stendra.html no prescription


    Under the Description option, type a description of the tape job. The default description includes information about the user the one create the job, date, and time when the job was created. Click Next

    new backup to tape wizard veeam

    3- Select the Add button and then select backup jobs.
    2 Type of Tape Backup options
    1- Backup jobs. You can choose a backup from available backups
    2- Backup repositories. you can select whole backup repositories.

    new backup to tape add backup

    4- Select the backup jobs and then click next.

    new backup to tape select job

    Backup Repositories options.

    backup to tape select repository

    5- To remove a backup from the job list, click on it, and then click Remove.
    You can move a source up or down in the list, using the up and down button.

    backup to tape wizard select job

    Veeam media pool

    6- At the Media Pool option of the wizard, select a media pool for full backups.
    From the Media pool for full backups list, select a backup media pool that you can use for the archiving full backup files.
    You can also choose a backup media pool or a GFS backup media pool.
    For tenants backups, you can choose only GFS media pools. Now click on the Schedule button.

    backup to tape wizard media pool

    7- Now you can configure a full backup schedule for the virtual full backup. So click on OK and then click Next.

    backup to tape media pool schedule

    8- At the Incremental Backup step of the wizard option, you can enable or disable incremental backups processing and choose media pool for incremental backups.
    If you want to create a new media pool with the required settings, so you can click on the Add New button and create a new media pool without closing the job wizard.

    backup to tape wizard incremental

    9- New Backup to Tape wizard options, Choose the Eject media upon the job completion check box if the tape should be automatically ejected from the tape drive after the job successfully finishes.
    Choose the Export current media set upon job completion check box if you want to pull out the tapes with the current media set from the tape library device. Click on Advanced to configure the advanced job options.

    backup to tape wizard options

    10- At the Notifications option, you can specify notification settings for the backup to tape job.

    Set E-mail notification, subject type
    Notify on success, Notify on warning, Notify on error, Notify when waiting for tape and suppress notification until the last retry and then click ok.

    backup to tape wizard advanced

    11- After configuring the advanced option then click next.

    backup to tape wizard options

    Backup Schedule

    12- Here you can specify the job scheduling settings
    Daily at this time and monthly at this time and then click on next.

    backup to tape wizard schedule

    13- Select the Run the job when I click Finish checkbox if you need to start back up to tape job now after you complete the wizard. Click the Finish finish button to close the wizard.

    backup to tape wizard summary

    14- Now you can see Backup to Tape Job has been created successfully.

    veeam console

    15- Backup job to Tape completed successfully.

    veeam job progress completed

    Related: How to Create File to Tape Jobs Veeam

    Related: How to Link Backup Jobs to Tape Veeam.

  • How to Restore Files using Veeam Agent

    How to Restore Files using Veeam Agent

    Restore Files Veeam Agent, in the article, I am going to restore files using Veeam Agent for Microsoft Windows.

    I have files in local E drive named (Shared and Tools) before last incremental backup.

    1- Veeam agent for Microsoft Windows double click on file level restore shortcut

    veeam file level restore icon

    2- File level restore wizard select your backup location and then click on next

    veeam agent file level restore location

    3- File level restore wizard, select shared folder option and then click on next

    veeam file level restore remote storage

    4- Type your shared folder location path, type credentials and then click on next

    veeam file level restore shared folder

    5- File level restore wizard Select backup and then click next

    veeam file level restore select backup

    6- A File Level Restore wizard, First, you can select the restore point needed and then click on next the button

    veeam file level restore point

    7- Review the file level restore summary and then click on open button

    veeam file level restore summary

    8- Veeam Agent is importing backup file

    veeam importing backup

    9- I am going to delete 2 folder from my computer drive

    windows explorer

    10- Now E drive is empty

    windows explorer

    11- Select the folder you want to restore, right click on a deleted files (shared and tools) and select Restore then (overwrite or Keep). You can select Overwrite if you need to erase an existing corrupted file

    veeam backup browser

    12- Restoring files to Veeam Server restore completed successfully

    veeam restoring complete successfully

    13- Finally, You can see the folder

    windows explorer

    For more details visit Veeam

  • How to Add Tape Server in Veeam Backup & Replication

    How to Add Tape Server in Veeam Backup & Replication

    Add Tape Server Veeam, In this guide, I will explain how to add tape library and configure it in Veeam Backup and replication v10. I am using StarWind VTL (Virtual Tape Library) software to add Virtual Tapes.

    Install StarWind Virtual Tape Library Software

    Configure StarWind VTL (Virtual Tape Library)

    Add Tape Server Veeam

    1- Login Veeam Backup and configuration console, click on the tape infrastructure and click on ADD TAPE SERVER option.

    veeam tape infrastructure

    2- New tape Server wizard opened, click on Next button

    veeam add new tape server

    3- Add Tape Server, review the Network traffic rules and click on next button.

    veeam new tape server traffic

    4- Review the Tape Server setting and click on apply Button.

    new tape server review

    5- New Tape Server starts installing and configuring required components, it will take sometimes to complete the task and click on next button.

    new tape server review

    6- Tape server successfully added to the tape library; please select the option start tape library inventory when I click on finish button.

    new tape server summary

    7- Tape library successfully inventorying the tape, click on close button

    veeam tape library inventory

    Add Media Pool

    8- Now we need to create the media pool after adding the tape library without media pool back will not work on tape so right-click on media pool, click on add media pool select standard option.

    veeam console

    9- Type a Media Pool name and then click on next button.

    veeam new media pool

    10- Click on Add button.

    veeam add tape to media

    11- Select tapes and then click on OK button.

    veeam select tapes

    12- Verify the tapes and then click on next button.

    veeam add tape to media

    13- Add Tape Server, select create new media set for each backup session this choice will assist you to perceive backup time and date and then click on subsequent button.

    veeam media set name

    14- Clarify the tape retention setting, select never overwrite the data and then click on next button.

    veeam media set retention

    15- Add Tape Server, clarify parallel processing, encryption and then click on apply button.

    veeam media pool options

    16- Review the setting and click finish button. We have successfully configure the tape library in Veeam Backup and replication software in this guide I have used StarWind VTL software.

    veeam media pool summary

    17- Add Tape Server, now you can see in Media Pool.

    veeam console

    For more details click here

  • How to Restore PC using Veeam recovery Media

    How to Restore PC using Veeam recovery Media

    Restore PC using Veeam recovery Media, If your computer operating system fails to start, so we can use the Veeam Recovery Media to restore our PC. We can use a Veeam backup created with Veeam Agent for Microsoft Windows to restore the entire system or specific volumes.

    Restore Computer Veeam Recovery Media

    1- Insert Veeam recovery media into CD/DVD drive or USB, restart your computer, boot your computer using Veeam recovery media, and then press any key to…

    press any key to continue

    2- Veeam recovery media environment is initializing

    veeam recovery environment is initializing

    3- Veeam Recovery Media wizard, select Bare Metal Recovery.

    veeam recovery media

    4- Restore Veeam recovery media wizard, Backup Location.
    Local storage – choose this option if your Veeam backup file resides on the local computer drive, external drive. So, click the Browse button and select a Veeam backup metadata file (VBM).
    Network storage – Select this option if the Veeam backup file resides in a network shared folder, OneDrive, cloud storage, Veeam backup repository, or Veeam cloud repository.

    veeam recovery media backup location

    5- Restore PC Veeam Recovery media, click on configure network settings

    veeam recovery media network storage

    6- Now the Network settings window opened, select a network adapter or wireless network and then click on properties
    Note:-
    If network adapter not showing then we need to install Network Adapter Drivers
    Below the Network settings window, so click Load network adapter driver and install the driver

    veeam recovery available networks

    7- Please enter your network IP address and then click OK

    veeam recovery network settings

    8- Restore PC Veeam recovery media, then click next

    veeam recovery media network storage

    9- Now specify settings for the network shared folder:
    Under the Shared folder field, Type the path or browse of your shared
    folder where is the backup file resides.
    For the network shared folder credentials,
    select This share requires access credentials checkbox and
    enter a user name and password of the account that one has
    permissions on this shared folder. Click next

    veeam recovery media shared folder

    10- Restore PC Veeam recovery media, choose the desired restore point and then click on next

    veeam recovery media restore point

    Entire Computer Restore

    11- I would like to restore the entire computer so I choose the entire computer option and then click next

    veeam recovery media restore mode

    12- Review the Veeam recovery media summary and then click next

    veeam recovery media summary

    13- Entire computer successfully restored, so click the finish button

    veeam recovery media progress

    14- Click yes to restart computer

    veeam agent for windows

    15- Restore PC using recovery media Successfully restored

    windows server

    Watch Video: Restore PC using Veeam Recovery Media