Hyper-V(2012R2) Backup with Checkpoints(Snapshot) and Export - What to consider ?

good evening
Today I recognized that a VM Snapshot (excuse
a checkpoint) can be exported  with
Windows Server 2012R2. 
The subsequent import resulted in a
functional VM in saved state.  
Question: What concerns a backup to a deduplicated Drive
with the following PowerShell
commands?
# Backup running VM's on a hyper-v 2012R2
# (p) by steini'14
$rootPath = "I:\VMBackup"
#create Backup Path of the Day
$path = new-item -ItemType Directory -Path "$rootPath\$(Get-Date -f yy_MM_dd_HH-mm)"
# Do Snapshot and export and "Merge!" Snapshot/Checkpoint for each vm on this host.
foreach ($vm in get-vm){
    write-host "Start: $($vm.Name)"
    $snap = $vm |checkpoint-vm -SnapshotName "BackupJob $(Get-Date -f yy_MM_dd_HH-mm)" -Passthru
    $snap | Export-VMSnapshot -Path $Path.FullName
    $snap | Remove-VMSnapshot
Start-DedupJob -Volume $path.Root -Type Optimization -Wait
#PrepareDisk:
#Add-WindowsFeature -name FS-Data-Deduplication
#Enable-DedupVolume I:
#Set-DedupVolume g: -MinimumFileAgeDays 0
#Start-DedupJob -Volume i: -Type Optimization -Wait

Hi ,
I am not familiar with powershell .
#create Backup Path of the Day
$path = new-item -ItemType Directory -Path "$rootPath\$(Get-Date -f yy_MM_dd_HH-mm)"
I think it will create a new folder to store the export image when the script start to run .
Also the disk space for storing these image is a factor what you can think of .
Best Regards
Elton Ji
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Hello! I'm using Aperture with Efex plugins and notice, what when I saving result in plugin and go back to aperture, preview mode is going to grey color and not working until I reboot Aperture. Did you saw this problem?

    Hello! I'm using Aperture with Efex plugins and notice, what when I saving result in plugin and go back to aperture, preview mode is going to grey color and not working until I reboot Aperture. What is intresting - in full screen mode everything works fine. Did you saw this problem?

    It seems there's a workaround here:
    https://discussions.apple.com/thread/5566037?tstart=0

  • Is it possible for Nexus7000 flexible netflow monitor for interfaces with different vrf and export to one netflow analyzer?

    I have a Nexus 7000 with many vlan interfaces with multiple vrf, I would like to know if my netflow analyzer only connected to one vrf, can I use flexible netflow on the Nexus 7000 to monitor those vlan interfaces with multiple vrf and export them to my netflow analyzer, so that I can see all flow from different vrfs on my netflow analyzer?
    Thank you!

    Adriano, there is a RV042G, which supports the gig ports and a 800 mbps nat throughput. Here is the datasheet
    http://www.cisco.com/en/US/prod/collateral/routers/ps10907/ps9923/ps12262/data_sheet_c78-706724.html
    If you are using a DSL connection, the SRP527/547 models may be an alternative. These models support the RFC 1483 Bridges EOA Please note the SRP547 should be 10/100/1000. Also note the SRP521/541 are Fast Ethernet units and they do differ from the SRP527/547. The main selling point of these devices are the FXS/FXO ports. So this may also be a bit of an "unfocused" solution. But it's worth throwing the idea out there!
    Here is the admin guide;
    http://www.cisco.com/en/US/docs/voice_ip_comm/unified_communications/srp540_series/administration/srp500_AG_2567701.pdf
    Here is the datasheet;
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6790/gatecont/ps10500/data_sheet_c78-550705.pdf

  • LR 5.6 keeps on crashing on even selecting adjustment brush and import and export, very flustrating considering i have just purchased a monthly contract, using both raw and jpeg files .

    LR 5.6 keeps on crashing on even selecting adjustment brush and import and export, very flustrating considering i have just purchased a monthly contract, using both raw and jpeg files .  please can anybody help , it runs incredibly slow too.

    LR 5.6 keeps on crashing on even selecting adjustment brush and import and export, very flustrating considering i have just purchased a monthly contract, using both raw and jpeg files .  please can anybody help , it runs incredibly slow too.

  • Can I backup with Time machine and continue to use my mac?

    Hi I backed up my complete system with time machine and left the system alone. My question is when I do future backups can I continue to use the computer whilst the backup is happening or should I leave it alone whilst the backup is happening?
    Thanks!

    The automatic backups aren't nearly as noticeable as the initial backup. Time Machine is designed to do its thing politely in the background while you use your computer. I rarely even notice it. However, if you are using resource intensive apps you might want to turn off Time Machine in System Preferences until your are finished so your apps have access to all available horsepower.

  • Create previews of video clips with multiple thumbnail and export in html?

    Hi all!
    I am trying to make a list of the videos that i have shot with my digital camera....my 1Tb is almost full, so you can understand that is not that easy as looking into a folder with the big thumbnails
    this is the expectation: to find an app that can
    -create a preview of each video (qt, mov, m4v, wmv, avi, rm, etc)
    -create few frames that shows the content of the video
    -export the list of movies as web page, with the title of the video and the snapshot for each of them
    Do you know if there is any way to achieve this result, without making manually everything?
    I've found a software on pc, that i can use with parallels, but it takes just 1 shot of the video, and not multiple, with the result that is hard to get what is in the video, especially when the video is 10-15 min long, and the name doesn't help to recall what was happening in that video
    Is there a way to achieve these results with just the apps available on the OS or is there an external sofware to do that?
    thanks!

    This is how i resolved:
    I use a software called screen grabber, that reads video files and makes a sheet with previews
    then i use thumbsplus on parallels to load these sheets and create an html page with the sheets and thumbnails.
    Takes some time, is kinda cumbersome, but this gives me nice html pages with previews taht ar clickable (so you can see the full size sheet with the video preview).
    Maybe someone else will stumble on the same problem that i had and find something better than my solution

  • View jobs with SQL Developer and export to file with delimiter

    Hi,
    is there a way to view, create and alter my database jobs with SQL developer?
    And is it possible to export tables, views or simple queries to file delimited different from the CSV standard?
    Diego.

    Hi and Welcome to the Forum!!
    To select data from a table or a view you must use the SELECT sql command. Example to get the data from your view you can
    select ZMATNUM,ZMATCUR,ZMATATTR from ZMATERIALAs you have said you are using SQL Developer just execute the above query in your sql developer and it will show the data. Right click the grid and export the data to excel file.

  • Hyper-V 2012R2 replcation No checkpoints created

    We have several servers running with replication and are set for checkpoints every hour but no checkpoint are in the Hyper-v Manager.

    Hi biljol,
    If I understand correctly , you can not see the "snapshot tree" in hyper-v manager of replica server .
    Please try to right click the replication VM on replica server then click "failover" ,check if you can see the checkpoints in the drop-down list .
    I replicated a VM from server2012 to server2012 R2 (with default 4 checkpoints), I could not see the "snapshot tree" hyper-v manager ,but  "snapshot tree" will be in hyper-v manager of replica server when primary and replica server are both
    server 2012 .
    Hope this helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Can I use the same drive to backup with Time Machine and Windows Backup?

    I've got a 1TB external hard drive that I'm currently using for Time Machine backups and also it stores about 300GBs of music. Can I partition the drive to add an NTFS formatted partition and use that partition with Vista's Backup/Restore feature? If so, how do I partition the drive? Forgive me, I'm a neophyte when it comes to Windows. Also, I don't want to lose the music files already saved on the Time Machine partition.

    While you can add HFS+ volumes to an existing drive, adding NTFS requires taking chances: change to FAT and then convert to NTFS.
    I'd invest in another backup. I don't even rely 100% on any one backup method; drive; let alone TimeMachine. A bootable backup should also be part of your strategy for OS X. So I would create a smallish 40GB emergency boot volume - for OS X use only.
    For Vista, I use the built-in features of Ultimate/Business AND Prosoft Engineering DataBackup PC. Norton Ghost started out okay but gradually deteriorated, though their 2009 360 2.0 or something....
    I would not want to use WinClone except as one-time 'snap shot' or emergency; useful when moving to a new larger hard drive, and if your Vista partition is small and not 100GB of files.
    I'd look at 500GB+ drive to use solely for Vista backup and media files.
    MacSales has $79-89 FW800/400 case for SATA drives, and just throw a good 640GB WD Caviar in for $78 and good to go.
    http://eshop.macsales.com/item/Other%20World%20Computing/MEFW934AL1KS/
    http://eshop.macsales.com/item/Other%20World%20Computing/MEFW934FWU2K/
    http://eshop.macsales.com/item/Western%20Digital/WD6400AAKS/

  • Cannot see backups with Time Machine and Aiport Extreme

    My MacBook Pro is backing up to to an Airport Extreme with a USB drive attached to it. The backing up seems to be working. ie time machine say's it backed up my machine.. eg at 1.57.pm today.
    When I enter time machine to try and get a backup, it's not there... it has one finder window for "Now" (1st April) and then the next one in the list is 23rd of March. SO I cannot see any of today, yesterday or another other recent backups.
    BTW, I had originally made a backup directly to the USB drive. I am not sure of the date but it could have been 23rd of March.
    Any ideas?

    Hey
    I have the exact same problem. I have just switched from direct firewire-based Time Machine backup to an external drive, to said drive now connected to my Airport Extreme. I knew that it wouldn't accept the old TM backups, so I started up: Started the initial backup wirelessly, the unplugged it, and finished it via firewire. All worked fine, and the sparseimage was recognized and so on. After it was done, I attached the drive to the AE again, and it backup up as it was supposed to 3-4 times a day.
    That was 3 days ago. But when I checked my TM yesterday, there was just the "today" window, and I couldn't browse anything. Today it's the same story. What gives?
    Now, I opened the sparseimage on the TM drive to see if the incremental backups were there, and they were all there, but somehow TM doesn't read them. Can anybody who has a working TM wireless backup tell me if TM mounts the sparseimage to when launched and unmounts it afterwards?
    TM worked great before when connected directly – never had a problem before and something tells me it's a problem with the sparseimage...Nevertheless, if it can't be fixed, I am back to friewire-based TM backup ;-<
    Message was edited by: Hedemann

  • DPM backup with SQL FCI and Availability groups

    Ok im currently using an availability group on top of a SQL failover cluster and im having trouble getting DPM to work this setup.
    When i create my protection group i can find my AG wrapper name under the failover cluster instance group but i see this is the windows cluster service but doesnt include any databases below.  The only place i can find the relevant database is looking
    under the sql cluster instance and the database appears i can tick this and proceed.  The problem comes when im running a consistency check, when this is run it says "DPM failed the current backup because the previously standalone SQL database is
    now part of a SQL Availability Group."
    I think DPM cant handle the availability group on top of the failover cluster instance.
    We are currently running SC DPM 2012 SP1.
    Anyone come across a resolve to this?
    Thanks

    JamesBX are
    you talking about secondary replica with synchronous commit? I have two node FCI which is primary replica in my AG and a secondary stand-alone instance on another node which is secondary replica. 
    I have tried with all possibilities, but without success.

  • Backup with Time Machine and freezes

    I am trying to back up my computer with Time Machine to my Time Capsule. I have about 102 GB of data to backup. When it gets to about 8 mb it stops backing up and won't go any further. I restarted my computer, then erased the Time capsule and tried it again. No difference?
    Anyone know what the problem is here?
    Same thing happened after I installed Snow Leopard.

    When it "stopped" how long did you wait to know that it was really "stopped"?
    It may be that it was copying over a large file. The initial backup is going to take a long time.

  • How do I connect both iMac (2011) hard drives to backup with Time Machine and Airport Time capsule?

    Hi - my iMac has 2 hard drives, 250 Gb solid state and a 2 Tb drive.  I'm backing up using time Machine to an Airport time Capsule but only the 250 Gb drive comes up in hte list?  All my photos are on the 2 Tb drive (about 120GB worth) and I want a back up for these. I'm running under OS X 10.9.1 Maverick
    Any help would be greatly appreaciated!

    Ok.. I am surprised..
    What did you format the 2TB drive.. I find it hard to imagine you formatted an internal drive anything but Mac OS extended journaled (HFS+) .. but you could have.
    Time Machine can only backup HFS+ format drives.
    Of course this Mavericks.. and in Mavericks the bugs rein supreme in Time Machine.
    Reset TM setup.. See A4 here. http://pondini.org/TM/Troubleshooting.html
    Make sure the 2TB drive is mounted when you redo the TM setup.
    To be honest.. I would also buy CCC and do a full clone of the drive..
    TM is great for the occasional file loss.. but it is lousy to restore a drive. CCC at the moment is $40 or so and IMHO money well spent.
    http://www.bombich.com/
    I use it but just to say I have no connection to them..

  • Backup with Time capsule and external HD

    I have a harddrive to backup to but when I choose it, a message comes up saying it is going to remove everything from the HD before backup and is that ok....no...it's not ok...do I need a backup specific harddrive?

    If you're using Time Machine, you need to back up to a drive formatted as Mac OS Extended (Journaled), which includes the one in the Time Capsule.
    (69733)

  • HT204053 icloud backup with multiple devices and apple ids

    Wondering if I have the appropriate set up to ensure all my data, purchases, apps, etc. is properly backed up to my icloud (personal email account)?  Here is my current set up.  PC: itunes - personal email; iPhone: icloud & store purchases - personal email; iPad: icloud-work email and store purchases-personal email.  So will store purchases on my iPad still go to my personal icloud?  (Note I can't change the iPad: icloud log in - iPad owned by work so required setting)
    Also, does icloud copy any data from my PC other than itunes?  Not sure if the set up questions when I icloud on my PC are related to my PC or to the various devices.  For instance, "Mail" is an option - which mail account is this?  
    Any clarification on these questions would be much appreciated!

    My iphone 5s = apple id 1
    Husband iphone 4s = apple id 2
    My ipad = apple id 3
    Son #1 ipad mini = apple id 4
    Son #2 ipad mini = apple id 5
    For iCloud.. Not quite, you want the same ID for iCloud on your phone and iPad so you have the same info on each. (so perhaps ID 1 on both.
    But if you want to share your music (assuming lets say its your ID 1 that has the iTunes account), you should all use ID 1 for iTunes.

Maybe you are looking for

  • Error when installing 9.0.1.4.0 patch set for the Oracle Database Server.

    Hi to all. Currently, i am trying to install patches for portal server. The server OS is Sun Solaris 8. We are using Oracle9iAS. Now, we are installing 9.0.1.4.0 patch set for the Oracle Database Server. We managed to install the patch, but have prob

  • What is "Previous Systems"? Should I keep it?

    Along with "Applications," "Library," "Users," etc, there's another large folder on my iMac called "Previous Systems." It's apparently a large folder consisting of my entire HD - or at last, an earlier version. What is the point of this folder? Can I

  • Custom word-breaks possible?

    Hello everybody, is there a way to create a custom word-break setting? In Mac OS 10.6, included options in the "Language & Text" prefpane are "Standard", "English", "Greek" and "Japanese". But none of these settings regard the "_" character as a word

  • Chrome Edge Inspect Extension never connects

    The Adobe Edge Inspect Chrome extension doesn't work.  Instead the extension continue to try to connect to the server.  I came across this post, hoping for a fix.  My inspect.js file doesn't contain the 'shadow' parameter Will a Firefox extension be

  • PGI Error with a 'Plant not defined' message

    Hi all, I'm getting an error message while PGI of a delivery document 'Plant not defined'. Not sure why we are getting this error message in the delivery. Any advice/info will be appreciated. Thanks Gopi Venkatesan