Deleting an image backup in Windows 8.1

How to safely delete an image backup under Windows 8.1 to free up disk space?

if your concern regarding disk space, rather than deleting image backup, you still can do this
http://windows.microsoft.com/en-us/windows-8/free-up-disk-space
but you can delete Windows Image Backup folder manually, only UAC prompt will be pop up
you can read the whole document regarding your concern here
http://www.eightforums.com/tutorials/8956-system-image-create-windows-8-a.html

Similar Messages

  • [Forum FAQ] Schedule multiple versions of System Image Backup in Windows 8.1

    As we known that there is no UI for user to configure Image backup in Windows 8.1, this is a guide for your to schedule multiple versions of System Image Backup.
    Step 1: Create a task to schedule an image backup with following command:
    SCHTASKS /Create /SC WEEKLY /D MON /TN WeeklyFullBackup /RL HIGHEST /ST 13:00 /TR “wbAdmin Start Backup -backupTarget:F: -include:C: -allCritical -quiet”
    Step 2: Schedule a robocopy to backup the saved image with BAT file:
    Please create a new folder (in this example, the new folder is e:\test2) to save your multiple copies of image backup:
    Write following batch file to copy backup and rename with backup date:
    *****************BAT********************
    @echo off
    robocopy e:\test1\ e:\test2\ test.wim
    ren e:\test2\test.wim  test_%date:~10,4%%date:~7,2%%date:~4,2%_%time:~0,2%%time:~3,2%.wim
    NOTE: e:\test2 is my location to save multiple copies of image backup; e:\test1 is the location I create the system image backup.
    This BAT can also help to rename the copy of image backup with date and time like below:
      3.  Set up a basic task in Task schedule:
    Note: please make sure the time you configured follows the time you set for image backup in Step 1.
    Action -> Create basic task (Name you task) -> Trigger (Set how often this task should be run) -> Action (Start a program) -> Under Program/script, point to your bat file you create in Step 2.b -> Finish
    At the end, you can know more about SCHTASKS and Robocopy via following links:
    Robocopy
    http://technet.microsoft.com/en-us/library/cc733145.aspx
    Schtasks
    http://technet.microsoft.com/en-us/library/cc725744.aspx
    Welcome to your feedbacks.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi,
    Thanks for posting in Microsoft TechNet forums.
    I will try to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • System Image Backup in windows 8.1 not working

    Hi,
    I am trying to take system image backup on windows 8.1 with USB drive attached and I am getting the following error which is given at the end of the post. It always says the backup location is invalid.When I tried with -allCritical it fails with
    I tried to wbadmin enable backup, that also fails with "Warning:  The ENABLE BACKUP command is not supported in this version of Windows. The operation ended before completion."
    Can someone help with the wbadmin backup, please. It seems to be a red-herring.
    PS C:\WINDOWS\system32> wbadmin start backup -backupTarget:E: -include:c:
    wbadmin 1.0 - Backup command-line tool
    (C) Copyright 2013 Microsoft Corporation. All rights reserved.
    Retrieving volume information...
    This will back up OS(C:) to E:.
    Do you want to start the backup operation?
    [Y] Yes [N] No Y
    ERROR - The specified backup location could not be found or is not a
    supported backup storage location.
    PS C:\WINDOWS\system32> wbadmin start backup -backupTarget:E: -include:c: -allCritical -quiet
    wbadmin 1.0 - Backup command-line tool
    (C) Copyright 2013 Microsoft Corporation. All rights reserved.
    Retrieving volume information...
    This will back up ESP(EFI System Partition) (500.00 MB),OS(C:),(\\?\Volume{26a2e53d-6299-4ef1-a7e7-860f1e839ed6}\) to E:.
    ERROR - The specified backup location could not be found or is not a
    supported backup storage location.

    Hi,
    Thanks for posting in Microsoft TechNet forums.
    I will try to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • SYSTEM IMAGE BACKUP. WINDOWS 8.1

    Good day experts.
    When running Windows 8.1's 'System Image Backup', I recieve the attached error message:-
    I have ran SIB once sucessfully since upgrading to 8.1, but the second time I try to backup I get the error message.  I have tried formatting my backup drive & still the problem persists.  Could this be yet another glich with the os.
    Thanks for reading.  Can anyone help?
    This question was solved.
    View Solution.

    I ran this command:- wbAdmin start backup -backupTarget:E: -include:C: all sorted.

  • System Image backup using Windows 8 on my Compaq CQ 58 Notebook ?

    For creating a System Image backup the HP guide shows two selections (External Hard Drive or Disc). Can I use a USB flash drive?
    This question was solved.
    View Solution.

    Which HP guide covering system image backup creation are you referring to?
    The only option I am aware of that are available are  on a hard disk, DVD media and network locations (NAS), not on a USB flash disk.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • System Image Backup in Windows 10

    I'm trying to do an image Backup on the Windows 10 Build 9879 system disk but find that it's no longer possible. How do I do it?
    Renee
    "MODERN PROGRAMMING is deficient in elementary ways BECAUSE of problems INTRODUCED by MODERN PROGRAMMING." Me

    No difference I can see from Win 8.1...
    No doubt you have found that you can initiate a System Image backup manually by starting the
    File History panel, then choosing the System Image Backup link in the bottom-left corner.
    The wbadmin command is also still available, and as far as I can see can be scheduled just like in Windows 8.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Can I have many image backups on windows 8.1?

    I am using the image backup feature in windows 8.1 to create a
    backup of my system. However. If I try to create a new one, the first
    one is overwritten. So i create a new one, rename it and create a second
    one. However, when I want to restore an image, I have only one image
    avaiable, the image that is not renamed.
    So my doubt is, can I have multiple images on windows 8.1?
    thank so much.

    Hi ComptonAlvaro,
    As the Wbadmin start recovery command deprecate from Windows 8.1, so there is no other way to get multiple versions of system image back. Although
    WbAdmin start backup still works.
    See the picture:
    Here is the workaround for this scenario:
    Scheduled system image backup windows 8.1
    https://social.technet.microsoft.com/Forums/windows/en-US/744c0f06-9872-4d47-a438-e255f2d2a60d/scheduled-system-image-backup-windows-81?forum=w8itprogeneral
    Regards,
    Alex Zhao
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Making Image Backups of Windows 8.1

    I want to periodically make image backups of the boot drive for a Windows 8.1 system using a third party imaging tool.   I found out the hard way already that you need to make a copy of the entire drive, not individual partitions.    Does
    the System Reserved partition get updated potentially any time you run Windows Update?    What I am wondering is if I can make a copy of the disk - which is two partitions the System Reserved and the actual Windows partition - to a backup drive,
    and then later add to the end of the backup drive two more copies of the Windows partition without making additional copies of System Reserved.   Will that work, or do System Reserved and Windows partitions always need to be backed up together?
    Will

    My suggestion:
    Ditch the 3rd party tool and make regular Volume Shadow Copy Services-integrated System Image backups using a scheduled wbadmin command.  I do this and I know it works.  At the moment I have 54 system images available for restoral on my external
    MyBook USB drive.
    See my posts in this thread:
    http://social.technet.microsoft.com/Forums/windows/en-US/99d8697f-dd0b-4cb7-868c-91d080752d89/81-backuprestore?forum=w8itprogeneral
    See also:
    http://technet.microsoft.com/en-us/library/cc742083.aspx
    At a CMD prompt, run the following command to see what your options are:
    wbadmin start backup /help
    The command I personally have scheduled to run once per night is this:
    wbadmin start backup -allCritical -vssFull -quiet -backupTarget:G:\
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Missing partitions after running Recovery from previous System Image Backup in Windows 8.1

    After running Recovery from a recent Sytem Image Backup the LRS_ESP partition is now missing and the Used space on the  PBR_DRV partition is reported as 95.20MB while it previously reported 9.52GB in use. The WINRE_DRV, SYSTEM_DRV, Windows8_OS and D:LENOVO partions appear to be OK. 
    I ran the Recover after replacing the original 500GB HDD with a 1TB. Any details/links/recommendations on recreating/correcting the LRS_ESP and PBR_DRV partitions? Thanks!

    Here are the before and after partition details obtained through Partition Wizard:
    Link to image 1
    Link to image 2
    Moderator note: large image(s) converted to link(s):  About Posting Pictures In The Forums

  • System Image Backups fails after upgrading to Windows 8.1 with 0x80040154

    Backed up a Windows 8.0 system to DVD with no issues. Upgraded the computer to 8.1, and now when we tried to backup the system to DVD, we are getting the error message "An error occurred, class not registered (0x80040154)"
    Anyone have any suggestions on how to fix this issue?
    Richard

    Hi,
    According to your description,did you format the BD-R disc ?
    Before you start system image backup, please format the BD-R disc.
    For more information, you may refer to:
    0x80040154 error may occur when you create a system image backup in Windows 8.1
    http://support.microsoft.com/kb/2934165/en-us
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Windows 8.1 System Image Backup - Unable to backup to network share due to unsupported "version of the file format"

    I have a Windows 8.1 Pro 64 bit system that I am trying to make a system image backup via Windows 8.1's System Image Backup feature.
    The backup destination is a network share, but the image creation is failing with the following error: 
    The version does not support this version of the file format
    After some investigation, it appears this is due to the network share (a Netgear BlackArmor NAS 220)not
    supporting sparse files. The consensus out on the web seems to be that your smb.conf file on the NAS needs to have strict allocate = yes added, in order to support sparse files. However, as far as I can tell with the BlackArmor NAS
    220, there is no way to edit the smb.conf file (and I'm not even 100% positive they're running Samba--but I bet they are).
    Some more searching revealed another possible option here: 
    If you don't need to exclude files from your backup, use the "-allcritical" option in your command line. AS IN:
    wbadmin start backup -backupTarget:\backup1\backupdrive1\ -include:c: -user:administrator -password:xxxx -systemState -vssFull -allcritical -quiet
    This changes it to Block backup and gets rid of the error.
    I'm trying to do a complete backup, so no exclusions are wanted or needed. So, i tried this, and got the exact same error (only this time it was on the command line, rather than a GUI dialog).
    Is there any way to do backups to a network share that doesn't support sparse files via Windows 8.1's System Image Backup facility?
    Alternatively, is there a way to enable the strict allocate = yes on a BlackArmor NAS 220?

    Hi,
    When using BackupAssist to perform a backup from a Windows file system to a Linux (ext4 or XFS) file
    system, the backup can fail if the following conditions apply.
    The backup is running a system protection job to the Linux based NAS. 
    The Linux NAS has sparse file allocation turned on.
    These two contition can cause the problem like yours.
    You can refer to the document which also contains an solution for further details.
    http://www.backupassist.com/downloads/resources/sparse_file_system_compatability.pdf
    Roger Lu
    TechNet Community Support

  • Any solution for Windows 8.1 System Image Backup on DVD fails with error 0x80040154??(apart taking backup in external drive)

    Windows 8.1 is facing a problem while taking System Image Backup on DVD, it pops an error saying  0x80040154 and more it says that class is not registered , i am trying from days to find some optimum solution for it apart from taking it on external
    hard drive...any suggestion please let me know asap!
    regards!
     

    Hi,
    Check this article first:
    0x80040154 error may occur when you create a system image backup in Windows 8.1
    http://support.microsoft.com/kb/2934165/en-us
    Please capture the system event during you reproing this issue by using Process monitor:
    Process Monitor v3.05
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    If there is any Access denied error, follow this blog to solve this issue.
    Solving Access Denied Errors Using Process Monitor
    http://improve.dk/solving-access-denied-errors-using-process-monitor/
    You can also upload the saved log file here for our research. Please upload them to a file sharing service like Skydrive or "Rapidshare" and put a link to them in your reply.
    Kate Li
    TechNet Community Support

  • How to select and delete an INDIVIDUAL System Image restore point (backup) in Windows 7

    Hi all,
    I have two System Image Backups of my current running windows 7 system, whole drive (C), stored on an external USB drive. I would like to delete the latest System Image Backup but to keep my first/earliest one.
    Please advise me in this regard.
    TY
    PS. if the post is not relevent I would like the moderator to transfer the post to Windows 7 forum as I cannot access there with my account. 
    David De

    Hello,
    The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
    Since your post is off-topic, I am moving it to the
    off topic forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Windows 8.1 System Image Backup issues

    All,
    Running a Satellite P50-S PSPMHC-01M00P with Windows 8.1.
    When attempting to create a System Image Backup in Control Panel > System and Security > File History, using a target of \\hostname\share\dir (using an NetBIOS /TCP/IP session with an account that has read/write privileges). A dialog box says
    "There is not enough disk space to create the volume shadow copy on the storage location. Make sure that, for all volumes to be backup up, the minimum disk space for shadow copy creation is available. This applies to both the backup storage destination and volumes included in the backup. Minimum requirement: For volumes less than 500 megabytes, the minimum is 50 megabytes of free space. For volumes more than 500 megabytes, the minimum is 320 megabytes of free space. Recommended: At least 1 gigabyte of free space on each volume if volume size is more than 1 gigabyte. (0x80780119)"
    The target is a device to which I am able to connect over \\hostname\share\dir with read/write privileges. I am able to read and write files from that network share using the file history feature as well as manually add/delete files. My C:\ volume has 857GB of 917GB total free.
    A browse around reveals that I should resize the volumes to give space to each volume, but I want to save the images from bare metal before doing anything (actually wanting to go to Win7 maybe since 8.1 pretty much stinks). That includes resizing partitions... is there a way to stage this to the local filesystem first without having to write to all the local volumes? Or buy more software which you would think would already be with the device?

    Satellite P50-A-01M (PSPMHC-01M00P)
    Everything for that Canadian model is here
    There's a bug in that Windows 8.1 System Image Backup. Best to switch to a third-party alternative for now.
    -Jerry

  • How to Delete Non-System State Backups in Windows 2008R2

    Hello,
    I am running a Windows 2008R2 server which uses Windows Server Backup to do the backups. We are using the backup-tool to create non-system state backups of the data-directories on this machine. The backup is done on a dedicated disk connected through iscsi
    (to a Synology box). This backup disk has become too small and we have now replaced the Synology box with a bigger one. Here i created a new LUN again for the backup purposes.
    Now for my question; The wbadmin.exe tool supplied with W2008R2 does not offer a way to delete the old backups. I know that in Win2012 (which we we also have running) I could add the new iscsi location and then (when enough backups are available on the new
    target) use wbadmin.exe delete backup  to delete the old non-system state backups; e.g.
     wbadmin delete backup -version:08/07/2013-21:00
    This (very undocumented) feature of Windows 2012 and higher works quite nice and is exactly what i am searching for on the W2008R2 machine; a way to delete the old backups (and under the hood delete the corresponding snapshots)
    I've done quite a bit of research and it should be possible to do something similar in 2008 but then manually, The howto is described in the following link: http://blogs.technet.com/b/filecab/archive/2009/06/22/backup-version-and-space-management-in-windows-server-backup.aspx .
    Basically it describes that you should use DiskShadow.exe to remove e.g. the oldest snapshot with a  command like :
    Delete shadows OLDEST \\?\Volume{7fc1871b-2e1f-11dd-a339-001e4fb7af35}
    Windows Server backup (wbadmin) should then on the next run 'see' this deletion and update its list of available backups:
    "You can perform the same steps manually to delete backups on demand. However, the backup catalog update cannot be done manually and it will happen instead during
    the next backup."
    I've done this on our box and it indeed removes the shadows from the list. However, in the Windows Backup 'dashboard' it still lists the backups as available. Also after a new backup has finished (according the the article this is when it should 'update'
    its backup catalog). When I try to restore a backup from a date that i just removed it gives a nice message that this is impossible because the snapshot is not available (duh :)) ;
    Unable to browse Local disk. The shadow copy of the backup stored on the backup destination cannot be found.
    So it seems that the aforementioned method works; it removes the snapshot and frees diskspace, but it doesn't update the Windows Backup catalog. As a result the management tool (GUI) still lists the backups which are no longer available! How can i change
    this? Is there any way to do this? I found one article which mentions that the Dashboard bases its screen on the Windows Logs and not on the actual VSS snapshots available:
    http://forum.wegotserved.com/index.php/topic/23757-start-afresh-with-server-backup/ (WHS) In my situation however this seems unlikely because i don't have any logs that date back as far as my backups go.
    In my opinion this is a real bug and it leaves us with a in-consequent backup schema. Does anyone have similar situations or even a solution to my problem?
    Kind Regard, Martin

    Hi Mandy,
    Yes! I think i got my answer and I now get how windows backup works in Windows 2008 :-) It turns out that I dismissed some suggestions a bit too soon. The answer lies in the command mentioned earlier : 
    Wbadmin delete catalog
    This command does delete all the backups from a perspective of the Windows Backup UI, but leaves the VSS snapshots intact. This means that the backups are still available, but you just can't restore them with the User Interface. In order to 'update' the
    UI with the current available snapshots (which you can list with diskshadows list shadows all), you have to re-add the existing media on which the backups took place using the Wizard of the UI. It will then inform you that existing backups are available and
    if you want to keep these for restore purposes. If you click 'yes', and THEN perform a backup ... All the current available backups will be shown in the User Interface :-) 
    So for my steps taken to change from one iscsi (iscsi1) to another (iscsi2):
    - Add the 2nd iscsi target with the Windows Backup UI
    using Backup schedule , Modify backup -> [desired options] => Add more backup destinations -> iscsi2
    - Remove the 1st iscsi target with the Windows Backup UI
    using Backup schedule , Modify backup -> [desired options] => Remove current backup destinations -> iscsi1
    - Run some backups on the new destination. Old restore points are now still available. When enough restore points are available on the new volume iscsi2 start deleting old data from iscsi1 as follows:
    - Run diskshadow
    diskshadow
    - list all the current snapshots
    list shadows all
    - remove all the snapshots of iscsi1  (repeat until all shadows are gone of iscsi1)
    delete shadows oldest \\?\volume{yourvolumeid}\
    - delete the windows backup catalog
    wbadmin delete catalog
    - Restart the windows backup UI and re-add your schedule on the new volume iscsi2. It will now ask if you want the keep the existing data for restore purposes; click yes. 
    - After the next backup only the backups of volume iscsi2 will be listed and everything is fine ! 
    I Hope my post will help others with similar questions. It was quite a search before I understood the way it works. Basically as long as your VSS snapshots are still available and listed by diskshadow you still have the backups and you will be able to get
    this in sync with the steps above (delete schedule and re-add originating targets containing the snapshots). After the next backup the UI will update itself. 
    (In my case someway along the way I lost my originating snapshots, but because I already had my new backup set it didn't bother me; It kept me from having to delete all 510 old backups :) with diskshadow)
    Regard, Martin

Maybe you are looking for