-3

is it possible to move azure VM data (disk)to on prem ? if so please do let me know steps to move the data from azure to on-premises

Charles Xu
  • 29,862
  • 2
  • 22
  • 39
Joseph
  • 1
  • 2

2 Answers2

0

As I know, you can copy the data stored in the VM disk to the on-premise disk. In Windows, you can use the tool directly. For example, you can install the FTP in your VM and then connect the FTP with the FTP tool, and finally, copy the files from the VM to your on-premise machine. And in Linux, you can use the SCP command. But all these ways are complex. You need to copy files or folders one by one.

I will suggest you mount the Azure File Share. Mount the File share both on your VM and your on-premise machine. Then you can share the files between VM and on-premise machine if you copy the files you need into the mount point. Also can share with other machines if necessary.

Charles Xu
  • 29,862
  • 2
  • 22
  • 39
0

you can also simply use the azure file sync agent. This would have a continuous delta updates and once ready to cutover then remove the sync agent.