How to perform Instant File Recovery using NAKIVO Backup

NAKIVO Backup has been a great addition in my home lab and just a few months ago I wrote about my first impressions of NAKIVO Backup. Now I have a few posts lined up to highlight some individual features of NAKIVO Backup, starting with Instant File Recovery.

If you haven’t already guessed it, Instant File Recovery allows you to recover files or folders directly from a previous backup job. This is a great alternative to performing a full restore of a VM when all you might need is a single or even a couple of files and/or folders.

Performing a NAKIVO Instant File Recovery

  1. Log into your NAKIVO Dashboard and go to Recover > Individual files.
    nakivo instant file recovery individual files
  2. Next select the Backup Job & VM you want to recover from and then select which Recovery Point you want to restore from and click Next.
    nakivo instant recovery select recovery point
  3. Now drill down to the location of the file or folder you would like to restore. In this case I have several files located on the Desktop and I chose to restore the “Important Document.txt” file.

    Simply click on Download Selected… to download the selected file or folder which will download it directly to your local computer as a .ZIP file. Alternatively, you can have it emailed to someone by clicking on “Foward Selected…
    nakivo instant file recovery select file restore

That’s all there is to it! Now simply do as you need with the downloaded file or folder.

NAKIVO Instant File Recovery Requirements

It’s also worth mentioning, there are a few requirements to make note of, which you can read here.

Most notably would that while NAKIVO Backup supports all VM file systems, if a Transporter is installed on Windows then only NTFS & FAT32 are supported. If the Transporter is installed on Linux then NFTS, FAT32, EXT3, EXT4, & XFS file systems are supported.

Similar Posts

  • Altaro VM Backup 7.6 in review

    Altaro VM Backup

    Since it’s release date last month, I’ve been running Altaro VM Backup 7.6 in my home lab and one thing is for sure – Altaro VM Backup has certainly come a long way since the last time I did a Altaro VM Backup review.

    Altaro is an easy to use, policy driven backup solution that is affordable for the small and medium sized businesses. VM Backup supports both Hyper-V and VMware environments and with the release of Altaro VM Backup 7.6 comes several new features that we’ll look at below.

    Read More “Altaro VM Backup 7.6 in review”

  • Restore a VM using the {vm}-flat.vmdk file

    missing vmdk file error

    A couple days ago I was asked the question “An admin deleted the vmdk file associated with a VM, there are no snapshots or backups of the VM . Can we restore this VM somehow?“. I believe in backups, I like to have my VM’s backed up so that I can depend on them for events just like this very issue. At first I was stumped, until the {vm-name}.flat.vmdk was mentioned. That’s when I remembered a method to recover a VM using the vm-flat.vmdk file that I had actually done 2-3 years ago.

    Read More “Restore a VM using the {vm}-flat.vmdk file”

  • How to install Ubiquiti UniFi controller on the cloud

    Recently I replaced my wireless router, an Asus RT-AC66U, with an Ubiquiti EdgeRouter X router and Ubiquiti UAP-AC-LR access point. Both of which are a HUGE step up over traditional consumer wireless routers.

    The Ubiquiti access points use software called the Ubiquiti UniFi controller to configure and control the access points which can be installed locally or in the cloud – allowing you to manage the access points no matter where they are located.

    To automate the install process, I created a simple script to deploy the Ubiquiti UniFi Controller in the cloud on a Ubuntu server, and have also tested the script on three popular VPS providers: Linode, Vultr, and DigitalOcean – all three worked perfectly!

    Read More “How to install Ubiquiti UniFi controller on the cloud”

  • Installing DD-WRT on an ASUS RT-AC66U router

    I recently upgraded my EnGenius ESR-750H wireless N router to an Asus RT-AC66U wireless AC router. The EnGenius router has been pretty good for me but basic and no support for other firmware. The Asus RT-AC66U not only has a number of added features and support for 802.11ac, it also doesn’t seem to be plagued with the port 32764 bug or the Linksys “TheMoon” virus that’s been going around on select Linksys models, but the Asus also has a number of firmware options that can be used with this router such as Merlin, Tomato, and DD-WRT.

    I’ve used DD-WRT in the past with other routers and had great success and decided to go that route with my new AC66U router as well.

    How to install DD-WRT on Asus RT-AC66U

    Read More “Installing DD-WRT on an ASUS RT-AC66U router”

  • How to Upgrade PowerShell 7 to latest version

    Have you opened a Windows Terminal and seen a highlighted message stating “A new PowerShell stable release is available …“?

    powershell 7 upgrade prompt

    Well you could go to the link provided in the prompt, download the upgrade and then run it on your machine, or you can quickly and easily upgrade PowerShell 7 directly from the terminal by typing the following command.

    Invoke-Expression "& { $(Invoke-Restmethod https://aka.ms/Install-PowerShell.ps1) } -UseMSI"
    

    This will automatically download and run the latest version of PowerShell 7 and run the installer for you. See quick and easy!

  • My VMware ESXi Home Lab Upgrade

    Although the focus in my career right now is certainly more cloud focused in Amazon Web Services and Azure, I still use my home lab a lot.

    For the last 5+ years my home lab had consisted of using 3x Intel NUC’s (i5 DC53427HYE), a Synology NAS for shared storage and an HP ProCurve switch. This setup served me well for most of those years. It has allowed me to get many of the certifications I have, progress in my career and have fun as well.

    At the start of this year I decided it was time to give the home lab an overhaul. At first I looked at the newest generation of Intel NUC’s but really wasn’t looking forward to dropping over $1,300 on just partial compute (I’d still need to be RAM for each of the 3 NUC’s). I also wanted something that just worked, no more fooling around with network adapter drivers or doing this tweak or that tweak.

    I also no longer needed to be concerned about something that had a tiny footprint. I also questioned if I really needed multiple physical ESXi hosts. My home lab isn’t running anything mission critical and if I really wanted I could always build additional nested VMware ESXi hosts on one powerful machine if I needed.

    So in the end, the below is what I settled on. Replacing all of my compute, most of my networking and adding more storage!

    Read More “My VMware ESXi Home Lab Upgrade”

Leave a Reply

Your email address will not be published. Required fields are marked *