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

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2FgebkJNTFhoRY10S2t1nj%2Fdeployment-backup_destinations-deduplication_appliances-neverfail.jpg?alt=media\&token=a98ec56a-03e2-4217-8d20-2389ff0c6de0)

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

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2FAARDCPMMfcyxTf75J9Pa%2Fdeployment-backup_destinations-deduplication_appliances-neverfail_2.jpg?alt=media\&token=37340120-e6b0-4abb-bf39-5fb72bee1cf7)

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.

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2F4zlciTrlYNReZMgdIc0t%2Fdeployment-backup_destinations-deduplication_appliances-hpe_7.png?alt=media\&token=16e3fba3-d6aa-4087-91e2-cec23d559635)
