# Neverfail HybriStor

Storware Backup & Recovery supports integration with Neverfail HybriStor. You can use HybriStor volumes like any other file system (mount a single volume over NFS).

Login to the HybriStore dashboard and create NFS share:

![](/files/PO5e23yHcKSCqZBlarGx)

In "Clients" enter your Storware Backup & Recovery node IP address and choose "No" for the "allow all clients" option:

![](/files/bAoGgvPGD83CoaNfmvAS)

Now log in to the Storware Backup & Recovery node host and mount NFS share:

```
# To create mountpoint:
mkdir /vprotect_data/backups

# To be sure of correctly set credentials:
chown -R vprotect:vprotect /vprotect_data

# For temporary mount:
mount -t nfs -o sync HybriStor_IP:/vprotect_data /vprotect_data/backups

# For persistent mount edit /etc/fstab file:
#   <file system>               <dir>             <type> <options> <dump> <pass>
HybriStor_IP:/vprotect_data /vprotect_data/backups  nfs   defaults    0     0

# To mount NFS from fstab:
mount -a
```

Now go to the dashboard and create a new File System Backup Destination.

![](/files/bwYY64l0kjHlEnbmyqdK)


---

# Agent Instructions: 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:

```
GET https://docs.storware.eu/70/deployment/backup-destinations/deduplication-appliances/neverfail-hybristor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
