Migrating data from one NAS to another via NFS
Find out how to migrate your data from one NAS to another via an NFS share
Find out how to migrate your data from one NAS to another via an NFS share
Last updated 9th February 2021
This guide details how to transfer data from one NAS to another.
Compatibility: Debian 6/7/8 & Ubuntu 12/13/14
To transfer your data, we will use the rsync
command. There are several ways to transfer your data. It's up to you to use one over another.
The following example moves your data from a Source mount point to a Destination mount point.
rsync -Pva /mnt/SrcNas /mnt/DstNas
Argument | Description |
---|---|
SrcNas | Source mount point |
DstNas | Destination mount point |
Warning: if you add other options to rsync
, these may not be compatible with the rights and permissions system of HA-NAS.
Join our community of users on https://community.ovh.com/en/.
Please feel free to give any suggestions in order to improve this documentation.
Whether your feedback is about images, content, or structure, please share it, so that we can improve it together.
Your support requests will not be processed via this form. To do this, please use the "Create a ticket" form.
Thank you. Your feedback has been received.
Access your community space. Ask questions, search for information, post content, and interact with other OVHcloud Community members.
Discuss with the OVHcloud community