Use Hyper-V to replicate Linux vm file share
-
@scottalanmiller I think he is wanting to do DR with HyperV replicant. The entire set of VM's to Site B.
-
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
You now use Hyper-V's built in replication to replicate from Site A to Site B.
The only issue I see here is using the heavy full VM replication to copy the entire file server between sites, instead of just having the data replicated at the OS level.
For example, if you have a file server at site A and another file server at site B, you can just copy the files between them with RSYNC. No need for the Hyper-V replication, no need to copy OSes, no need to have one file server offline while the other is online, no need for dealing with the complications of moving a server to a different LAN, etc. Seems overly complex and heavy for something that could be much simpler.
-
@dustinb3403 said in Use Hyper-V to replicate Linux vm file share:
@scottalanmiller I think he is wanting to do DR with HyperV replicant. The entire set of VM's to Site B.
Well he is, but it's only one VM mentioned, just the VM for the file server.
-
Ah I see, he wants to back up everything to a file server, and then back up that file server to Site B.
The biggest issue I might have with this is uncompressing all of those VMs (or raw data) to restore quickly.
-
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
Where is the part you think might be weird?
Using Hyper-V to "copy" Linux files!
-
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
Where is the part you think might be weird?
Using Hyper-V to "copy" Linux files!
That's not weird. First because it's not, you are copying Hyper-V file(s). Second, because "copy" is "copy" regardless of which copy technology you are using.
-
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
Where is the part you think might be weird?
Using Hyper-V to "copy" Linux files!
A file is a file is a file, this isn't weird in any way.
-
@dustinb3403 said in Use Hyper-V to replicate Linux vm file share:
Ah I see, he wants to back up everything to a file server, and then back up that file server to Site B.
Yes
-
Think of using Veeam to back up Linux, or Unitrends to back up Windows. Do either of those seem weird? Yet one is Windows to Linux, the other is Linux to Windows. Nothing weird in the slightest.
-
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
Where is the part you think might be weird?
Using Hyper-V to "copy" Linux files!
That's not weird. First because it's not, you are copying Hyper-V file(s). Second, because "copy" is "copy" regardless of which copy technology you are using.
Also, I think this "feels" weird because of false associations. Like feeling that Hyper-V is more tied to Windows than to Linux. But it is not. Hyper-V is a hypervisor, not an OS, and made by Microsoft, a Linux and UNIX vendor. Would it be weird to do the same thing with ESXi? KVM? Xen?
Hyper-V runs Linux equally well as Windows. It's not associated with one or the other. Same with Xen, or ESXi. They are just hypervisors, what workloads run on top of them is a separate thing.
-
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
Think of using Veeam to back up Linux, or Unitrends to back up Windows. Do either of those seem weird? Yet one is Windows to Linux, the other is Linux to Windows. Nothing weird in the slightest.
Just thought there might be a Linux option that could do the same for $0.00
-
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
Also, I think this "feels" weird because of false associations. Like feeling that Hyper-V is more tied to Windows than to Linux. But it is not. Hyper-V is a hypervisor, not an OS, and made by Microsoft, a Linux and UNIX vendor. Would it be weird to do the same thing with ESXi? KVM? Xen?
Hyper-V runs Linux equally well as Windows. It's not associated with one or the other. Same with Xen, or ESXi. They are just hypervisors, what workloads run on top of them is a separate thing.
I hear you, I think those days are long gone.
I don't think of hypervisors (Type1) in terms of Windows or Linux...I mean we run Windows on KVM!! -
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
Think of using Veeam to back up Linux, or Unitrends to back up Windows. Do either of those seem weird? Yet one is Windows to Linux, the other is Linux to Windows. Nothing weird in the slightest.
Just thought there might be a Linux option that could do the same for $0.00
From the Linux Foundation, I can't think of any solution that would be a Veeam or Unitrends replacement. But there are definitely backup solutions that are FOSS that can do this for free. UrBackup would do this without any complaint.
-
@dustinb3403 said in Use Hyper-V to replicate Linux vm file share:
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
Think of using Veeam to back up Linux, or Unitrends to back up Windows. Do either of those seem weird? Yet one is Windows to Linux, the other is Linux to Windows. Nothing weird in the slightest.
Just thought there might be a Linux option that could do the same for $0.00
From the Linux Foundation, I can't think of any solution that would be a Veeam or Unitrends replacement. But there are definitely backup solutions that are FOSS that can do this for free. UrBackup would do this without any complaint.
I meant replicating via the hypervisor.
-
In the past (see google) there have been comments about Msft's implementation of NFS.
Would that be a concern? -
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
@dustinb3403 said in Use Hyper-V to replicate Linux vm file share:
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
Think of using Veeam to back up Linux, or Unitrends to back up Windows. Do either of those seem weird? Yet one is Windows to Linux, the other is Linux to Windows. Nothing weird in the slightest.
Just thought there might be a Linux option that could do the same for $0.00
From the Linux Foundation, I can't think of any solution that would be a Veeam or Unitrends replacement. But there are definitely backup solutions that are FOSS that can do this for free. UrBackup would do this without any complaint.
I meant replicating via the hypervisor.
Nvm, I thought that said "I meant replicate the hypervisor" not "replicating VIA the hypervisor"
-
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
Lets say you have 10 Fedora 28 (could be servers, workstations etc).
You back them up (via NFS) to a file share.
The file share is a vm running on Hyper-V.
You now use Hyper-V's built in replication to replicate from Site A to Site B.The above doesn't make much sense but at first glance it sounds good.
Flame suit is on!
Comment away!So you want to replicate backups (a backup repository on a Hyper-V VM) from Site A to Site B? Sure, you can replicate ANY Hyper-V VM from site to site.
But for what purpose?
-
Hyper-V can already do this with Hyper-V Replica
-
@obsolesce said in Use Hyper-V to replicate Linux vm file share:
So you want to replicate backups (a backup repository on a Hyper-V VM) from Site A to Site B? Sure, you can replicate ANY Hyper-V VM from site to site.
But for what purpose?
Purpose: replication, DR, offsite etc.
The question is whether this is a good tool to use?
FreeNAS is an option, it has built in replication. (Let me duck while I wait for @scottalanmiller FreeNAS response) -
@fateknollogee said in Use Hyper-V to replicate Linux vm file share:
@obsolesce said in Use Hyper-V to replicate Linux vm file share:
So you want to replicate backups (a backup repository on a Hyper-V VM) from Site A to Site B? Sure, you can replicate ANY Hyper-V VM from site to site.
But for what purpose?
Purpose: replication, DR, offsite etc.
The question is whether this is a good tool to use?
FreeNAS is an option, it has built in replication. (Let me duck while I wait for @scottalanmiller FreeNAS response)Hyper-V Replication works well. I've not had any replica issues ever. The only issues I've had was when site links were bad, the replication stops... but then you can either resume replication, or it starts fresh again. But it always works.