Raid0 And Image/Backup

How are You Backing up your raid0 systems?
If you dont have raid clonezilla is great! however clonezilla can not image the raid arrays like it can a regular partition.
i believe it copies them sector by sector and the free space is copied as well so you wind up with huge image files?
What can we do?
Thank you
Paul

You could always use rsync to copy the files to an actual Raid, USB drive, or server.  Rsync wont create an image, but it backs everything up.
Have you tried the Wiki?
Last edited by piratebill (2012-06-19 21:05:37)

Similar Messages

  • I get an error message when running a back-up from my Macbook Pro: The backup disk image Macbook.sparsebundle could not be accessed (error-1) and the backup did not complete? What is the issue?

    I get an error message when running a back-up from my Macbook Pro: The backup disk image Macbook.sparsebundle could not be accessed (error-1) and the backup did not complete? What is the issue?

    Try Here  >  http://pondini.org/TM/C12.html
    More Info here  >  http://pondini.org/TM/Time_Capsule.html

  • Rescue and Recovery 4.52 - Makes Full Image Backups?

    So, this may seem like a simple question to some, but I can not find a conclusive answer yet.
    I have Lenovo's Rescue and Recovery 4.52 - Windows 7 (64 bit) for my Lenovo T540.  Will Rescue and Recovery 4.52 create a full image backup such that if in the event my hard drive crashes, I can reinstall the entire operating system, programs, etc at one time, without having to reinstall individual software programs?
    I just don't want to install Rescue and Recovery 4.52 because it is a large program, without it being able to do a full image backup.
    Thanks

    In my personal opinion, Rescue and Recovery is obselete.  For Win7 and later, my advice is to use Windows built-in backup and restore.  You can create both a complete system image (what you are asking about), and also backup individual files/folders in your libraries.
    http://windows.microsoft.com/en-us/windows7/produc​ts/features/backup-and-restore
    Rescue and Recovery was great for XP and earlier OS when there wasn't any built-in backup and restore functions.  But for Win7 and later, my advice is to use the OS built-in feature.  Hope this helps.

  • My macbook crashed about two weeks ago and I had icloud already set up. How do I go about retrieving the music and images? Please, help me. I had over 10gb of music on that computer and the only place it was backup was icloud. Thanks.

    My macbook crashed about two weeks ago and I had icloud already set up. How do I go about retrieving the music and images? Please, help me. I had over 10gb of music on that computer and the only place it was backup was icloud. Thanks.

    I hate to say this, but unless you are paying the 25 bucks you cannot back up your library to the cloud.
    All you can do is back up the items you "purchased" from Apple.
    iTunes Match
    For $24.99/year you’ll get access to all your iTunesmusic including tunes you ripped from CDs or “borrowed” from anonymous friends. It scans your library to see if the song exists in iTunes’ 18 million song catalog and if it does it’ll stream it to you at 256 kbps. If your song is not in iTunes then it’ll be uploaded to iCloud at whatever rate it is on your device where it can be streamed for your listening pleasure. I cannot find any information on how to restore a library, however
    Best of luck

  • Is there some way to create a mirror image backup of iPhone and iPad ?

    Is there some way to create a mirror image backup of iPhone and iPad ? At this time our company has over 250 devices that are constantly being upgraded and passed down the line. it would speed things up considerably if there was a way to mirror the old device and then restore it on the new Phone or iPad. I don't care about any of the other features in iTunes, i just need something to speed up the process without having to walk them thru reintering their passwords, redownloadeing all the apps that didn't transfer ect.

    You would need to tell each user to make sure they backup their devices either thru itunes or icloud.
    With a company like yours, you should suggest backing up to icloud.
    IOS backup http://support.apple.com/kb/HT1766  then when the user gets a new phone, you or they can just restore from their icloud.
    The only hard part would be if the user has music (non purchased from itunes) which they would need to sync to itunes to get back on their phone.
    there is no easy process for this.  I'm in the same boat as you but way fewer people to deal with.

  • 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

  • [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 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

  • System Image Backup Failed During Backup

    I have a 2 year old HP pavilion g series notebook.  I was doing a system image backup onto dvd+r disks. It was nearly finished when on disk #99 I got this message "The Backup Failed. The system cannot find the path specified (0x80070003)  
    My computer is out of warranty and I'm out $60 in disks if they can't be used.  I need to know it there is a way to salvage what I saved and restart Image backup from where it left off?  
    Product: A6Z59UA #ABA
    Model: g61d60us
    This question was solved.
    View Solution.

    Hi CherylLyme,
    Welcome to the HP Forums!
    I would like to take a moment and thank you for using the forum, it is a great place to find answers.
    For you to have the best experience in the HP forum, I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that you were doing an image backup and when it was nearly finished you received  the error (0x80070003).  Here is a link to a Microsoft answer to assist you. Windows backup error 0x80070003 ( Answered by Vinod N)
    I am unsure if you would be able to start again and pick up on disk 99, as once you have repaired it, it will have changed from when you first ran the backup.  The disk you used were not read, writeable, so you would not be able to reuse them.  You may find that an external drive would be a more economical way to do your backups. The data would be in one place and easier to store.  If you decide to use a USB stick it must not be more then 32GB and will not say Windows 8 on it.
    You can most likely purchase an External drive for about the cost of replacing the disks.  Here is a link to HP Shopping External storage , but you can purchase one at many places, computer shops, Staples,Walmart, and Office Depot are just a few.  I hope this helps.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • System Image Backup programmatically with c++

    Hi, is it possible with C++ to backup the whole system image of your PC, meaning not just coping files, but the whole
    operating system, with all its programs and files,
    and to schedule to do it like once a week, including all the drives specified, I
    have external HD 4TB, Seagate model (which i want to use as destination drive
    to store disk image on it). I was unable use to
    use Windows 7 System Image backup, since this type of HD (Seagate) is new and structured differently.
    I am aware of a software like DiskWizard which can be found at:
    http://www.seagate.com/support/internal-hard-drives/desktop-hard-drives/barracuda-xt/discwizard-master-dl/
    which does the job, however, they sell one license for 1 PC, and i would want for more then one PC, like for at least 3.
    Get back, thanks in advance.
    Gennady Gurin

    Actually the correct solution, is to get the free software :
    http://www.paragon-software.com/home/br-free/download.html
    Since i have an external drive which is 512E as i was told, and other my internal HDD(s) are 4k, so Windows 7 backup unable to do the job, however this software works together with different types of HDD(s), and you can even
    schedule a task, but the boot disk must be created first, then PDF file should be a great help, then backup VD, and add to schedule a task and
    after apply.
    Gennady Gurin

  • System image backup error (0x80070021)

    I have attempted to use the system image backup tool so I do not have to re-install everything in the event of HDD failure.
    However, I receive an error (specified in title) that a process has locked a file, and it fails.
    I have already tried closing every background task I can, but to no avail.
    I am backing up to a LAN drive. (Seagate Central 3TB)  It is running the latest firmware.
    Thanks.

    Using process monitor
    FWIW what I was imagining might be possible is finding a file name which is causing the problem symptom.  E.g. find where in the trace the message that you see is being written and then use that for context to see what was occurring just before that.
    I mostly use ProcMon as a guide to my analysis of the existing diagnostics and, since I don't have access to the source or support documentation, as a supplement to their meaning.  E.g. to get a list of all the files which are being written to
    while your trace was running you can use the Count... tool.  E.g. first filter on Operation Is Write then use Count... to see how many unique Path values there are associated with it.  Once you have inferred where a particular message was written
    you can then turn off your filter and go back to see what other registry and file accesses might have contributed to it.  Otherwise it is easy to be overwhelmed by all the possible red herrings in a ProcMon trace.   <eg>
    I suspect that the two processes that you have found doing stuff are supposed to be doing those things.  However, since I was unfamiliar with them I had to do a web search for each.  The results of that would suggest looking in the Event log for
    clues.  So, if ProcMon shows your processes writing to the Event log, definitely have a look at them.
    Good luck
    Robert Aldwinckle

  • System Image Backup fails in Surface Pro Win 8.1 with an error

    I'm trying to create a system image backup by using "System Image Backup" tool that comes with Windows 8.1 without any success.
    For this I went to "File History" tool and under this at the bottom-left hand side there is a link "System Image Backup". Then selected the drive and just clicked Next and Ok on the prompts.
    I get the below error message around the last stage of the backup since the progress bar will be just around the finish line when
    the below error pops up saying that the backup wasn't successful:
    ERROR: "There was a failure while compacting the virtual had disk on the backup location. (0x80780151) Additional Information: Incorrect
    function. (0x80070001)"
    I'm using Verbatim 500GB portable hard drive. I have formatted it in NTFS file system as required by the backup tool. It has nothing
    in it so it has enough space.
    Thanks
    Jay

    Hi,
    Based on my research, I suggest you try to delete mounted volume reparse point.
    Windows backup or restore errors 0x80070001, 0x81000037, or 0x80070003
    http://support.microsoft.com/kb/973455
    Let’s  have a try to check if the methods also apply to windows 8.1.
    Meanwhile, we can use the Recimg.exe command-line tool to create a system image.
    How to create a system image to refresh your Windows 8 PC
    http://support.microsoft.com/kb/2748351/en-us
    This article also applies to Windows 8.1.
    Regards,
    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.

  • 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 to flashdrive: HP change to software prevents this option - per support

    HP informs me System Image Backup to flashdrive (per Win 8.1 documenttion) has been disabled by HP.
    Does anyone know a workaround? Perhaps from Cmd line?
      Recovery/File History/System Image Backup - will not function to a flashdrive per Win 8.1 directions because HP has disabled the option - per support.

    You have been told correctly that you cannot run a File History image backup to a USB Flash drive.  There is no work around. 
    Even if you could, size limitations would probably prevent all the files of your hard drive being backed up, also, Flash drives are not dependable nor reliable for such a process.
    The should be done to an external hard drive for reliability and speed.
    There are much better image backup programs out there such as Macrium Reflect Free which would do better job and be more secure.  If your interested, see this:
    http://download.cnet.com/Macrium-Reflect-Free/3000-2242_4-10845728.html?part=dl-&subj=dl&tag=button
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

Maybe you are looking for

  • Adding time stamp to a file

    Hello Can you please advise me How to add timestamp to a file from Oracle Forms?? I am using Forms [32 Bit] Version 10.1.2.0.2 (Production) Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production. when i tried : 1.host('COPY :FIC_SOURC

  • Smart cover not working properly with new iPad

    My smart cover keeps turning my iPad on when the case is closed.  Anyone else have this problem?

  • TDS Upgrade Issue from 2007 B to 8.8

    Hi I am upgrading TDS Data of  SAP 2007B PL19 to  SAP 8.8 , for that  I  started with TDS Utility & prepared excel sheet . After so many hit & trails with errors, reached at a point where XL sheet is not giving any kind of error. Not passed. Refer to

  • Error message when launching Illustrator CS5

    IT deptartment just upgraded my PC to the Adobe Design Standard CS5. Whoohoo! I was working in Illustrator 9. Lots of new stuff to learn. When I launch Illustrator or double-click on a document worked on earlier in the day, I'm getting an error messa

  • How do I delete an application from my MacBook

    I have transferred all the contents from my G4 iBook to a 2011 MacBook OSX 10.8.5 and few of the utilities are not working under the MacBook. Whenever I try to drag the program files to the trash bin, it says that the files are protected which they a