V
V
volanddt2012-08-23 16:19:59
PowerShell
volanddt, 2012-08-23 16:19:59

How to backup Hyper-V virtual machines without stopping in failover cluster via powershell?

Actually a subject: there are virtual machines in a cluster (failover cluster) and it is necessary to back them up, but without stopping them. Those. remove vhd in the cluster without stopping the virtual machines themselves. How can this be done, for example, using a scheduler via poweshell? Do not offer solutions like DPM.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
volanddt, 2012-08-24
@volanddt

It turned out that Cobian Backup 11 can do this. Thank you all very much for your replies.

A
amc, 2012-08-24
@amc

Use the backup capabilities provided by the storage itself.
For example, for MS Software iSCSI Target, it is possible to mount a snapshot of a volume (and make them on a schedule), and backup data from it even by simple copying.
For iron storages - similarly, only software of its own.

D
Dal, 2012-08-23
@Dal

www.inadmin.ru/2010/02/23/hyper-v-backup-vhd-with-posh/

O
omnimod, 2012-08-23
@omnimod

For Windows Server 2008 R2, the built-in Windows Server Backup does not support VM backup on a CSV volume, so there are the following solutions:
1) Use MS DPM, Symantec Backup Exec, Veeam Backup & Replication and others like them.
2) Bekapitsya inside the guest OS.
3) Turn off or suspend the VM for the backup period and copy the VM files with anything.
4) Transfer CSV to redirected access mode, make a snapshot using vssadmin, mount the snapshot, copy the VM folder to the desired location, unmount and delete the snapshot.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question