> 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/backup-and-recovery-71/deployment/backup-destinations/deduplication-appliances/hpe-storeonce.md).

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

![](/files/L1xnQ9f5a3otRlO5yfel)

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.

![](/files/CGF5NSHDj629tQ9LRs3r)

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

![](/files/ZjuONUuRNC3Ezqko62Oa)

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`

![](/files/731acMiyiJ4Q00Gjgu8V)

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

![](/files/9nLqwcVyTvBYDppTc1Lm)

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.

![](/files/HfLI5ubdALgcm0WNwx0W)

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

![](/files/bwYY64l0kjHlEnbmyqdK)
