# HPE StoreOnce

## Overview

HPE StoreOnce is another product that allows you to store backups from our Storware Backup & Recovery application. As with other providers, here we can also use NFS share.

### Example

To create NFS share from the StoreOnce dashboard, after login goes to StoreOnce -> NAS -> Shares on the left side tree menu. Next, click on the "Create" button in the top right.

![](https://content.gitbook.com/content/aAlfZI37JR0ShCZIy4qK/blobs/0fp8R3AjQWRm5GvcUlfB/deployment-backup_destinations-deduplication_appliances-hpe.jpg)

Only one change is required, the rest is optional and depends on your preferences.\
This is the "access protocol", you must select the NFS option.

![](https://content.gitbook.com/content/aAlfZI37JR0ShCZIy4qK/blobs/LC28yaKc5jxmlqpn55mG/deployment-backup_destinations-deduplication_appliances-hpe_2.jpg)

After creating it, you'll see a summary window. (remember "Network Path")

![](https://content.gitbook.com/content/aAlfZI37JR0ShCZIy4qK/blobs/CdaVs0GeDMEUEUVxZZ9C/deployment-backup_destinations-deduplication_appliances-hpe_3.jpg)

Now connect to the Storware Backup & Recovery node host:

* Create an NFS directory mount point

  `mkdir /directorypath`
* Mount NFS Share

  `mount -t nfs Storeonce_IP:/nas/sharename /mountdirectory`
* Check if you are connected with NFS Share

  `df -kh`

![](https://content.gitbook.com/content/aAlfZI37JR0ShCZIy4qK/blobs/qhmk7jeQrcQgxvPe6FNC/deployment-backup_destinations-deduplication_appliances-hpe_4.jpg)

To permanently add NFS share, you must edit the /etc/fstab file\
`Storeonce_IP:/nas/sharename /mountdirectory nfs defaults 0 0`

![](https://content.gitbook.com/content/aAlfZI37JR0ShCZIy4qK/blobs/OxPj3qO15zcZLQey7sqk/deployment-backup_destinations-deduplication_appliances-hpe_5.jpg)

Now we can create a backup destination for our backups.\
Please log in to the Storware Backup & Recovery dashboard and go to the "Backup Destination" tab on the left side menu.\
Then choose "File system" from the list of backup destinations you can create.

![](https://content.gitbook.com/content/aAlfZI37JR0ShCZIy4qK/blobs/zuWavPmjxmkfOx96jb5E/deployment-backup_destinations-deduplication_appliances-hpe_6.png)

You only need to enter the unique name of the backup destination and mount point as the storage path.

![](https://content.gitbook.com/content/aAlfZI37JR0ShCZIy4qK/blobs/wsmEbLYfhgaALxz08GCH/deployment-backup_destinations-deduplication_appliances-hpe_7.png)
