<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 8, 2018 at 9:47 AM, Yaniv Kaul <span dir="ltr">&lt;<a href="mailto:ykaul@redhat.com" target="_blank">ykaul@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><br></div><div class="gmail_extra">Now I would like to do something similar for a Windows 2008 R2 x64 VM.<br></div></div></blockquote><div><br></div></span><div>Windows is somewhat different. In fact, it&#39;s a bit better than Linux (ARGH! but it&#39;s true) with its support for VSS - an API for applications to register to events such as backup.</div><div>You should have the QEMU guest agent VSS provider installed (Note: need to see where&#39;s the latest bits - I found[1]).</div><div><br></div><div>Then, if your application supports VSS, you are all good (I believe).</div><div>Y.</div><div><br></div><div>[1] <a href="https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-qemu-ga/qemu-ga-win-7.4.5-1/" target="_blank">https://fedorapeople.org/<wbr>groups/virt/virtio-win/direct-<wbr>downloads/archive-qemu-ga/<wbr>qemu-ga-win-7.4.5-1/</a></div><div><div class="h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_extra"><br></div></div></div></blockquote></div></div></div></div></div></blockquote><div><br></div><div> </div><div>Yes, I see that there are some VSS events intercepted in event viewer when I run a snapshot.</div><div>But in my particulr case I have an Oracle database used for Business Intelligence that for performance reasons is not in archive log mode, so it can&#39;t interact with VSS layer.</div><div>Due to its nature I can shutdown this database during the evening and then reopen it before the ETL processing happens during the night.</div><div>So in that time frame I would like to have a pre-snapshot operation of shutdown db and post-snapshot operation of start db.</div><div>And then I clone the snapshot and export it in case I have to restore the &quot;blob&quot; as a consistent whole</div><div><br></div><div>It is for this reason that I&#39;m trying to verify if the freeze-hook is usable also in WIndows environments (based on some threads I find it should be...)</div><div><br></div><div>Thanks,</div><div>Gianluca</div><div><br></div><div><br></div></div></div></div>