Migrating data from one HA-NAS to another via NFS

Knowledge Base

Migrating data from one HA-NAS to another via NFS


Icons/System/eye-open Created with Sketch. 224 Views 09.02.2021 Cloud / NAS-HA

Objective

This guide details how to transfer data from one HA-NAS to another.

Requirements

  • An OVHcloud HA-NAS
  • An NFS-compatible distribution
  • You need to have mounted your HA-NAS beforehand by following the guide to mount your HA-NAS via an NFS share.

Instructions

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
ArgumentDescription
SrcNasSource mount point
DstNasDestination mount point

Warning: if you add other options to rsync, these may not be compatible with the rights and permissions system of HA-NAS.

Go further

If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.

Join our community of users on https://community.ovh.com/en/.

Related articles