# 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/0FWMFN0y1yUTAd3cSRaK/blobs/FPWF98X2OwbqRb540hj7/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/0FWMFN0y1yUTAd3cSRaK/blobs/PHy7MwSIg1vupVfoP6j4/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/0FWMFN0y1yUTAd3cSRaK/blobs/3Jisg74InadAKVCpDOnI/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/0FWMFN0y1yUTAd3cSRaK/blobs/05wubugRsunfa4vwF5uf/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/0FWMFN0y1yUTAd3cSRaK/blobs/9QcrCZx5fjZbL9YYFYaQ/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/0FWMFN0y1yUTAd3cSRaK/blobs/drrkBiX7J2AFKRBOo91w/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/0FWMFN0y1yUTAd3cSRaK/blobs/GSz8P3jpAYn7pOrUck73/deployment-backup_destinations-deduplication_appliances-hpe_7.png)
