@phlipelder said in Use Hyper-V to replicate Linux vm file share:
@scottalanmiller said in Use Hyper-V to replicate Linux vm file share:
@phlipelder said in Use Hyper-V to replicate Linux vm file share:
Hyper-V Replica would work in this situation with a few caveats.
There is a 15 second limit on replication cycles. If the VMs are running database/active services this could be a problem.
That would be handled earlier in the process by the backup job. If the backup is good, the replication won't cause an issue. If the backup is bad, the replication can't fix it, of course, but will replicate the bad backup. But the only place that this can be addressed is in the backup step, the replication is of backup files, so not at a point in the process where it matters.
"Garbage in garbage out" never seems to go away. It's been the bane of our existence since the switch to image/block based backups. :S
File backups suffered from this, too. Databases are just hard to back up.