> For the complete documentation index, see [llms.txt](https://docs.storware.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storware.eu/administration/virtual-environments/file-level-restore-mounted-backup.md).

# Mounted Backups (File-level Restore)

Mounted Backups allow a quick recovery of individual files from the VM/Storage instance backup. Files can be downloaded via Web UI or copied directly from the node.

### Supported guest filesystems

| Operating System                         | OS Vendor | Feature Options        |
| ---------------------------------------- | --------- | ---------------------- |
| Windows 11                               | Microsoft | NTFS, FAT32            |
| Windows Server 2019, 2022, 2025          | Microsoft | NTFS, FAT32            |
| CentOS 9.x Stream                        | CentOS    | XFS, EXT3, EXT4        |
| Red Hat Enterprise Linux (RHEL) 8.x, 9.x | Red Hat   | XFS, EXT3, EXT4        |
| SUSE Linux Enterprise Server (SLES) 15.x | SUSE      | XFS, EXT3, EXT4, BTRFS |
| OpenSUSE 15.x                            | SUSE      | XFS, EXT3, EXT4, BTRFS |
| Oracle Linux 8.x, 9.x                    | Oracle    | XFS, EXT3, EXT4        |
| Ubuntu 22.x, 24.x                        | Ubuntu    | XFS, EXT3, EXT4, BTRFS |

To mount backup, go to the Instances tab under Virtual Environment section on the left side menu, then click on the mount icon next to a chosen virtual machine ![](/files/gsl3llNxg0WQomDoSeis)

![](/files/bMV6MUnl6vxbl2JGF01M)

On the popup window, you can select which backup you want to mount and on which node. You can also change the mounting method, but we recommend leaving the default setting "Mount filesystem automatically".

![](/files/hH3OkRPeldKg3N3M6xfO)

The Mounted Backups tab show mounted Virtual Machine backups on the Storware Backup & Recovery node.

![](/files/RHha0abUj73fiHd6B6Kc)

* `VIRTUAL MACHINE` - mounted virtual machine name
* `MODE` - Auto - Storware Backup & Recovery auto-detect filesystems and mount it on path "/mnt/vprotect/". In Manual mode, the user chose a mount point for selected filesystems.
* `NODE` - Storware Backup & Recovery node responsible for mount job.
* `SNAPSHOT DATE` - date of mounted backup of the VM.
* `FILE SYSTEMS` - a number of mounted filesystems.
* `FILES` - a number of mounted virtual disk images.

Next to every mounted backup you can see three buttons:\
To unmount backup click on ![](/files/OgyT0A3xDZvjgJLtCBIk)\
To remount backup click on ![](/files/6ShwPTsuzNZXmDeokInU)\
To go to the details page of mounted backup click on ![](/files/fhN1mjmgvf0NBC5naY6T)

On the details page, you can view some basic information or go deeper and browse files.

![](/files/ND8Wjo1AG7sa2kdirn6a)

With a web browser, you can obtain even a single file from inside of your virtual machine backup.

![](/files/ay66xqqCaYWqE5Ux2B7U)

{% hint style="info" %}
**Note:** You can also perform the same action thanks to the CLI interface: [CLI Reference](/administration/cli-reference.md)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.storware.eu/administration/virtual-environments/file-level-restore-mounted-backup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
