Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!
Showing posts with label cloning. Show all posts
Showing posts with label cloning. Show all posts

Thursday, October 6, 2011

Stop 0xc000021a

Source
Cause
The STOP 0xC000021A error occurs when either Winlogon.exe or Csrss.exe fails. When the Windows NT kernel detects that either of these processes has stopped, it stops the system and raises the STOP 0xC000021A error. This error may have several causes. Among them are the following:
  • Mismatched system files have been installed.
  • A Service Pack installation has failed.
  • A backup program that is used to restore a hard disk did not correctly restore files that may have been in use.
  • An incompatible third-party program has been installed. 
Solution
To troubleshoot this problem, you must determine which of these processes failed and why.
To determine which process failed, register Dr. Watson as the default system debugger (if it is not already the default debugger). Dr. Watson for Windows NT logs diagnostic information about process failures to a log file (Drwtsn32.log). Also, you can configure this program to produce memory dump files of failed processes that you can analyze in a debugger to determine why a process fails.
To set up Dr. Watson to trap user-mode program errors, follow these steps:
  1. At a command prompt, type
    System Root
    \System32\Drwtsn32.exe -I
    and then press ENTER.
    This command configures Dr. Watson as the default system debugger.
  2. At a command prompt, type System Root\System32\Drwtsn32.exe, and then select the following options:
    Append to existing log file
    Create crash dump
    Visual Notification
  3. After the computer restarts from the STOP 0xC000021A error, run Dr. Watson (Drwtsn32.exe).
  4. View the Dr. Watson log to determine what user mode process may be causing the problem.
  5. If the Dr. Watson log does not contain sufficient information to determine the cause of the problem, analyze the User.dmp file to determine the cause of the STOP 0xC000021A error.
    If Dr. Watson did not create a User.dmp file for either Winlogon.exe or Csrss.exe, you may have to use a different tool to generate a memory dump file of the process that fails. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
    241215  How to use the Userdump.exe tool to create a dump file
    Note Follow the instructions in the Knowledge Base article to troubleshoot a process that shuts down with an exception. While you follow these instructions, monitor the following processes to troubleshoot the STOP 0xC000021A error:
    • Winlogon.exe
    • Csrss.exe
    Note Most STOP 0xC000021A errors occur because Winlogon.exe fails. This typically occurs because of a faulty third-party Graphical Identification and Authentication (GINA) DLL. The GINA is a replaceable DLL component that Winlogon.exe loads. The GINA implements the authentication policy of the interactive logon model. The GINA performs all identification and authentication user interactions.
It is very common for certain types of remote control software to replace the default Windows GINA DLL (Msgina.dll). Therefore, a good first step is to examine the system to see if it has a third-party GINA DLL. To do this, locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Value = GinaDLL REG_SZ

  • If the Gina DLL value is present and if it is anything other than Msgina.dll, it probably means that a third-party product has changed this value.
  • If this value is not present, the system uses Msgina.dll as the default GINA DLL.
If this error first occurred after the installation of a new or updated device driver, system service, or third-party program, the new software should be removed or disabled. Contact the manufacturer of the software to see if an update is available. For more information about hardware and software vendor contact information, visit the following Microsoft Web site: -
Last known good configuration
If the previous steps in this article do not resolve the problem, start the computer by using the last known good configuration. To start the computer by using the last known good configuration, follow these steps:Note Because there are several versions of Microsoft Windows, the following steps may be different on your computer. If they are, see your product documentation to complete these steps.
  1. Click Start, and then click Shut Down.
  2. Click Restart, and then click OK.
  3. Press F8 at the indicated time:
    • For an x86-based computer: When a screen of text appears and then disappears , press F8. (The screen of text may include a memory test, lines about the BIOS, and other lines.) There may also be a prompt that tells you when to press F8.
    • For an Itanium architecture-based computer: After you make your selection from the boot menu, press F8. There may be a prompt that tells you when to press F8.
  4. Use the arrow keys to select Last Known Good Configuration, and then press ENTER.

    NUM LOCK must be off before the arrow keys on the numeric keypad will function.
  5. Use the arrow keys to highlight an operating system, and then press ENTER.
NotesChoosing the Last Known Good Configuration startup option provides a way to recover from problems such as a newly added driver that may be incorrect for your hardware. However, it does not solve problems that are caused by corrupted or missing drivers or files.
  • When you choose the Last Known Good Configuration option, only the information in registry key HKLM\System\CurrentControlSet is restored. Any changes you have made in other registry keys remain.
In-place upgrade
If the previous steps in this article do not resolve the problem, perform an in-place upgrade. For more information about how to do this,, click the following article numbers to view the articles in the Microsoft Knowledge Base:
292175  How to perform an in-place upgrade of Windows 2000
315341  How to perform an in-place upgrade (reinstallation) of Windows XP
816579  How to perform an in-place upgrade of Windows Server 2003
Remove incompatible software by using the Recovery Console
If the previous steps in this article do not resolve the problem, remove incompatible software by using the Recovery Console. Complete steps that describe how to do this are beyond the scope of this article. However, you may be able to use the following articles as guidelines for performing this procedure.
313670  How to replace a driver by using Recovery Console in Windows 2000
816104  How to replace a driver by using Recovery Console in Windows Server 2003
326215  How to use the Recovery Console on a Windows Server 2003-based computer that does not start
229716  Description of the Windows 2000 Recovery Console
307654  How to install and use the Recovery Console in Windows XP
307545  How to recover from a corrupted registry that prevents Windows XP from starting
216417  How to install the Windows Recovery Console 
============
To troubleshoot this problem, you must determine which of these processes failed and why.

To determine which process failed, register Dr. Watson as the default system debugger (if it is not already the default debugger). Dr. Watson for Windows NT logs diagnostic information about process failures to a log file (Drwtsn32.log). Also, you can configure this program to produce memory dump files of failed processes that you can analyze in a debugger to determine why a process fails.

To set up Dr. Watson to trap user-mode program errors, follow these steps:
  1. At a command prompt, type System Root\System32\Drwtsn32.exe -I, and then press ENTER.

    This command configures Dr. Watson as the default system debugger.
  2. At a command prompt, type System Root\System32\Drwtsn32.exe, and then select the following options:
    Append to existing log file
    Create crash dump
    Visual Notification
  3. After the computer restarts from the STOP 0xC000021A error, run Dr. Watson (Drwtsn32.exe).
  4. View the Dr. Watson log to determine what user mode process may be causing the problem.
  5. If the Dr. Watson log does not contain sufficient information to determine the cause of the problem, analyze the User.dmp file to determine the cause of the STOP 0xC000021A error.

    If Dr. Watson did not create a User.dmp file for either Winlogon.exe or Csrss.exe, you may have to use a different tool to generate a memory dump file of the process that fails. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
    241215  How to use the Userdump.exe tool to create a dump file
    Note Follow the instructions in the Knowledge Base article to troubleshoot a process that shuts down with an exception. While you follow these instructions, monitor the following processes to troubleshoot the STOP 0xC000021A error:
    • Winlogon.exe
    • Csrss.exe
    Note Most STOP 0xC000021A errors occur because Winlogon.exe fails. This typically occurs because of a faulty third-party Graphical Identification and Authentication (GINA) DLL. The GINA is a replaceable DLL component that Winlogon.exe loads. The GINA implements the authentication policy of the interactive logon model. The GINA performs all identification and authentication user interactions.
It is very common for certain types of remote control software to replace the default Windows GINA DLL (Msgina.dll). Therefore, a good first step is to examine the system to see if it has a third-party GINA DLL. To do this, locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Value = GinaDLL REG_SZ

  • If the Gina DLL value is present and if it is anything other than Msgina.dll, it probably means that a third-party product has changed this value.
  • If this value is not present, the system uses Msgina.dll as the default GINA DLL.
If this error first occurred after the installation of a new or updated device driver, system service, or third-party program, the new software should be removed or disabled. Contact the manufacturer of the software to see if an update is available. For more information about hardware and software vendor contact information, visit the following Microsoft Web site: -

Last known good configuration

If the previous steps in this article do not resolve the problem, start the computer by using the last known good configuration. To start the computer by using the last known good configuration, follow these steps:Note Because there are several versions of Microsoft Windows, the following steps may be different on your computer. If they are, see your product documentation to complete these steps.
  1. Click Start, and then click Shut Down.
  2. Click Restart, and then click OK.
  3. Press F8 at the indicated time:
    • For an x86-based computer: When a screen of text appears and then disappears , press F8. (The screen of text may include a memory test, lines about the BIOS, and other lines.) There may also be a prompt that tells you when to press F8.
    • For an Itanium architecture-based computer: After you make your selection from the boot menu, press F8. There may be a prompt that tells you when to press F8.
  4. Use the arrow keys to select Last Known Good Configuration, and then press ENTER.

    NUM LOCK must be off before the arrow keys on the numeric keypad will function.
  5. Use the arrow keys to highlight an operating system, and then press ENTER.
Notes
  • Choosing the Last Known Good Configuration startup option provides a way to recover from problems such as a newly added driver that may be incorrect for your hardware. However, it does not solve problems that are caused by corrupted or missing drivers or files.
  • When you choose the Last Known Good Configuration option, only the information in registry key HKLM\System\CurrentControlSet is restored. Any changes you have made in other registry keys remain.
In-place upgrade 
If the previous steps in this article do not resolve the problem, perform an in-place upgrade. For more information about how to do this,, click the following article numbers to view the articles in the Microsoft Knowledge Base:
292175  How to perform an in-place upgrade of Windows 2000
315341  How to perform an in-place upgrade (reinstallation) of Windows XP
816579  How to perform an in-place upgrade of Windows Server 2003
Remove incompatible software by using the Recovery Console  
If the previous steps in this article do not resolve the problem, remove incompatible software by using the Recovery Console. Complete steps that describe how to do this are beyond the scope of this article. However, you may be able to use the following articles as guidelines for performing this procedure.
313670  How to replace a driver by using Recovery Console in Windows 2000
816104  How to replace a driver by using Recovery Console in Windows Server 2003
326215  How to use the Recovery Console on a Windows Server 2003-based computer that does not start
229716  Description of the Windows 2000 Recovery Console
307654  How to install and use the Recovery Console in Windows XP
307545  How to recover from a corrupted registry that prevents Windows XP from starting
216417  How to install the Windows Recovery Console
 =====================
How to Fix “STOP 0xC000021A” Error in Windows Server 2003


An error message while starting Windows Server 2003 system, halts the boot process and makes hard drive data inaccessible. A boot error message may appear owing to various reasons, the most common being system file corruption. Corruption of even a single system file (required at the time of boot process) halts the entire boot process. Just like other files, system files too are prone to corruption. And the cause of corruption can be virus attack, operating system damage, and human mistakes. To overcome system file corruption, a Windows user can format the system and restore data from an updated backup. However, in case no backup is available, a user needs to opt for a commercial partition recovery software.
For detailed explanation of the above problem, consider the below error message that appears when you try to boot your Windows Server 2003 machine:
“STOP: c000021a {Fatal System Error} The Windows Logon Process system process terminated unexpectedly with a status of 0xc0000034 (0x00000000 0x0000000) The system has been shutdown.” (0x00000000 0x0000000) parameters are specific to system's configuration.
After the above error message pops up, the booting process stops, rendering to inaccessibility of the hard drive data.
Cause:
The above error message appears when the Windows NT kernel detects that Winlogon.exe and Csrss.exe processes have stopped. Winlogon.exe and Csrss.exe, are two very important system files that are required to boot system. This primarily occurs due to:
Installation of mismatched system files Failed installation of Service Pack Installation of incompatible third-party program Corruption of these two files
Resolution: To get past above boot error message and to access the data, you will need to:
1.Select 'Last Known Good Configuration' option to boot your system. 2.If the command does not work, then re-install Windows Server 2003 on your system.
Although re-installation allows you to overcome the above boot error message, it also deletes data from your hard drive. To recover data lost due to formatting, you need to use an effective third-party Partition Recovery application. Such Partition Recovery tools recover all formatted data from almost all kinds of formatted hard drives, including IDE, EIDE, etc.
===============
Quelle
Lösen des Problems

Die folgenden Empfehlungen gelten speziell für 0x21A-Stoppfehler.
  • Da 0xC000021A-Stoppnachrichten in einem Benutzermodusprozess auftreten, liegt die Ursache dieses Fehlers meist in Anwendungen von Drittanbietern. Wenn der Fehler nach der Installation neuer oder aktualisierter Gerätetreiber, Systemdienste bzw. Anwendungen eines Drittanbieters auftritt, müssen Sie den Treiber entfernen, deaktivieren oder die Funktion zur Verwendung des installierten Treibers einsetzen oder die neue Software deinstallieren. Erkundigen Sie sich beim Softwarehersteller danach, ob ein Update erhältlich ist.
  • Dieser Fehler kann durch Systemdateikonflikte hervorgerufen werden, wenn das System von Sicherungsmedien teilweise wiederhergestellt wird (als aktiv erkannte Dateien werden von einigen Sicherungsprogrammen nicht wiederhergestellt). Verwenden Sie stets Sicherungssoftware, die mit Windows XP Professional kompatibel ist.
  • Wenn die Berechtigungen des Systemkontos geändert wurden, führen Sie die unten aufgelisteten Schritte aus, um wieder Zugriff auf die Startpartition zu erlangen:
  1. Führen Sie in einer separaten Partition oder auf einem separaten Laufwerk eine parallele Installation von Windows XP Professional durch. Verwenden Sie nicht die ursprünglichen Laufwerk- und Ordnernamen, da die vorherigen Einstellungen von der neuen Windows XP Professional-Installation überschrieben werden. Schließen Sie die zweite Installation ab.
  2. Geben Sie im Dialogfeld Ausführen im Feld Öffnen Folgendes ein: c:
  3. Klicken Sie mit der rechten Maustaste auf den ursprünglichen %systemroot%-Ordner, und klicken Sie danach auf Eigenschaften.
  4. Klicken Sie auf die Registerkarte Sicherheit, und erteilen Sie dem lokalen Konto SECURITY vollständige Zugriffsrechte für den %systemroot%-Ordner und dessen Unterordner.
  5. Starten Sie das System neu, und wählen Sie im Startmenü die ursprüngliche Installation von Windows XP Professional aus.
Weitere Informationen zu 0xC000021A-Stoppnachrichten finden Sie auf der Seite für Webressourcen
(http ://www.microsoft.com/windows/reskits/webresources), wenn Sie auf den Hyperlink "Microsoft Knowledge Base" klicken. Verwenden Sie bei der Suche in der Knowledge Base die Schlüsselwörter winnt und 0xC000021A.

Sunday, October 2, 2011

Acronis BR error 0x0000007B

Source
This article applies to:
  • Acronis Backup & Recovery 10 Advanced Server Virtual Edition
  • Windows Server 2008 R2 guest OS on ESX(i) 4.1

Symptoms

  1. You create a backup of Windows Server 2008 R2 virtual machine running on ESX(i) 4.1 by means of Acronis Backup & Recovery 10 Agent for ESX/ESXi (Virtual Appliance);
  2. You recover the created backup to the same or new virtual machine on the same ESX(i) 4.1 Server;
  3. The recovered virtual machine fails to boot with blue screen with error code 0x0000007B:
Cause
The issue is caused by file system corruption in the backup file, which is, in turn, caused by inconsistent snapshot created during the backup.
Solution
(!) This has been fixed. The fix is available in the latest build of the product. See Installation of the Latest Update of an Acronis Product.
To resolve this issue without installing the latest build, you will need create a new backup with consistent snapshot, and recover this new backup.
There are two possible ways to create a new backup with the consistent snapshot:
  1. Install Acronis Backup & Recovery 10 Agent for Windows inside the virtual machine and back it up by adding the virtual machine to Acronis Backup & Recovery 10 Management Server or by connecting to it from Acronis Backup & Recovery 10 Management Console;
  2. You can also uninstall the Volume Shadow Copy Services Support feature of VMware Tools from the virtual machine and recreate its backup.
(!) Use this way only if the backed up VM does not run a database, e.g. Microsoft SQL Server or Microsoft Exchange Server.

Hiding and Unhiding Volumes

Source
You can hide volumes from the operating system. You can also unhide them
This article applies to:
  • Acronis Disk Director 11 Home
  • Acronis Disk Director 11 Advanced

Introduction

You can hide a volume from the operating system. After hiding, the operating system will not be able to detect the volume.
The hidden volume loses its letter and this letter becomes free for assignment.
(!) You can only hide and unhide volumes on basic MBR disks.
Hiding dynamic disks is not supported:
(!) Hiding a volume that contains a swap file will prevent your machine from booting. Hiding a system volume or a boot volume with a currently running operating system is disabled to retain the machine's bootability.

Solution



Acronis Product Fails to Perform an Operation with Partition

Due to File System Errors
Check the disk and file system for errors and try to repeat the operation
This article applies to:
  • Acronis True Image Home 2010
  • Acronis Backup and Security 2010
  • Acronis True Image Home 2011
  • Acronis Disk Director 11 (all editions)

Symptoms

  1. You start an operation with partitions, for example, a disk clone with resizing the partition(s);
  2. Acronis product aborts the operation with an error message that includes one of the following:
    • MFT bitmap is corrupted
    • Invalid format
    • Failed to prepare operations
      Error code: 9 'A file system error has been found.'
      458,776 'MFT bitmap is corrupted
    • Failed to prepare operations.
      Error code: 9 'A file system error has been found.' with extended code: 458,780 'Run list is corrupted.'

Cause

Acronis product has found a disk error that prevents operation's execution.

Solution

First of all, please check the disk for file system errors with the repair parameter:
Check the disk and file system for errors:
  • Go to the Command Prompt (Start-Run -> cmd):
  • Enter the command:chkdsk DISK: /r
    where DISK is the drive letter of the partition you need to check. Please note that checking the C: drive may require you to reboot the machine.
    For example
If the issue persists, please download and install the latest driver update:
  1. Download SnapAPI 586 and install it with Disabled event logging:
  2. After the installation, see if the issue persists.

More information

If the issue persists, please do the following:
  1. Download the snapapi.dll file, which will enable special logging;
  2. Browse to %WINDIR%\system32\ and copy the snapapi.dll file to different folder (so that you could put it back if necessary);
  3. Copy the downloaded snapapi.dll file to %WINDIR%\system32\
  4. Reinstall the previously downloaded SnapAPI 586 and install it with Enabled event logging:
  5. Reproduce the issue and get the log file without closing the error window. The log file will be created on the C:\ partition and have the name in "snapapi[date-time].log" format;
  6. Create a system report as described in AcronisInfo Utility;
  7. Please send your support request to Acronis Customer Central and attach the log and the system report files to your request.

Seagate Diskwizard and Acronis

Source
DiscWizard is based on an imaging engine provided by Acronis, Seagate programmers will have added behind the scenes extras to it.
Don't use the Acronis cleaning tool unless someone from Acronis says it's OK, again what Seagate might have added to the basic engine might not be recognised by the Acronis cleaner and cause you more problems.
You should definitely uninstall DiskWizard before installing ATI 2012, 2012 uses different disk filters has renamed some of them and they are in different places to that used by TIH 2009 (which is what DW is based on). Make sure you shut down and restart between uninstalling and re-installing, this guarantees that registry entries that are lurking in RAM are not written back to the registry hive as can happen if a restart/boot is performed.

Saturday, September 24, 2011

Cloning SW

Quelle: libe.net/themen/Festplatte-klonen
PC INSPECTOR™ clone maxx:
erzeugt eine bootfähige Diskette
positiv: einfach, schnell (klont in unserem Test eine 10GB Platte auf eine 20GB Platte in 8 Minuten)
negativ: kann keine große Platte auf eine kleinere, nur 1:1 Kopie, keine Images
Fazit: bestes kostenloses 1-1 kopier-Tool außerhalb des Betriebssystems
Hersteller:
www.pcinspector.de/CloneMaxx/info.htm?language=2
www.datenretter.de/Freeware.htm?po=0&language=2
HD Clone 2.0
positiv: einfach zu bedienen
negativ:
- ist extrem langsam
brauchte in unserem Test für eine 10GB auf eine 20GB-HDD sage und schreibe 2 Stunden
bei den heutigen Festplattengrößen ist der Tag vorbei bis dieses Programm mit dem klonen fertig ist!
- kann keine große Platte auf eine kleinere
Hersteller: www.miray.de/download/sat.hdclone.html
g4u - Harddisk Image Cloning for PCs
positiv: Netzwerkunterstützung (benötigt einen FTP-Server), relativ schnell, für 10GB, 12 Minuten in unserem TEST
negativ: Bedienung unübersichtlich kompliziert, kann keine große Platte auf eine kleinere
Hersteller:
www.feyrer.de/g4u
G4L - Ghost for Linux
positiv: Netzwerkunterstützung (benötigt einen FTP-Server), relativ schnell, für 10GB, 12 Minuten in unserem TEST
negativ:  kann keine große Platte auf eine kleinere
siehe auch:
Ghost for Linux bzw. Hersteller: g4l.sourceforge.net/
Clonezilla
Open Source Festplatten Klone Lösung:
kann auch multicast, d.h. ein Festplattenimage kann gleichzeitig auf mehrere Rechner aufgebracht werden ( ähnlich Symantec Ghost Corporate Edition ) unterstützt folgende Dateisysteme: ext2, ext3, ext4, reiserfs, xfs, jfs GNU/Linux, FAT, NTFS  MS Windows, und HFS+ Mac OS
wie auch bei den anderen kostenlosen Programmen kann Clonezilla nur auf gleichgroße oder größere Partitionen klonen. Die Imagedatei kann nicht gemountet oder teile davon extrahiert werden.
Verwendet Partclone, um Images von Festplatten zu erstellen.
Details / Download siehe:
Download Clonezilla
Partimage
Open Source Festplatten Backup Software
Partimage basiert auf Linux/Unix und kann Images von Partitionen erstellen. Linux und Windows Dateisysteme sind unterstützt.
www.partimage.org/
Fog PXE Server
Fog gratis PXE Server
PING 
http://ping.windowsdream.com/

PING is a live Linux ISO, based on the excellent Linux From Scratch (LFS) documentation. It can be burnt on a CD and booted, or integrated into a PXE / RIS environment.
Several tools have been added and written, so to make this ISO the perfect choice to backup and restore whole partitions, an easy way. It sounds like Symantec Ghost(tm), but has even better features, and is totally free.
Download the ISO
EaseUS Disk Copy   Freeware
- Language:  English Language
- 2.3.1 Full Version All operating systems.
- Download from Majorgeeks.com
================
More HD tools

Tuesday, September 13, 2011

FOG

Source
FOG is a free alternative to products like Symantec’s Ghost, which, while being a very good product, can be too expensive for small imaging operations. Beyond just imaging, FOG also includes a client-side program, which can communicate with the FOG server and manage various things. For instance, you can remotely install new applications, network printers, scan for viruses, and track user access.
The FOG project began in August 2007, and is maintained by Chuck Syperski and Jian Zhang. As of writing this article, they’re currently working on version 0.27, and have made some significant improvements since I began using their product.
FOG is designed for Linux; it’s designed and tested on Fedora, but it also supports Ubuntu. So any machine you can install Linux on, you can probably use as a FOG server.
FOG’s Sourceforge page, and grab the latest version. Extract it to the /opt directory:

Monday, July 11, 2011

Clonezilla and RAID

http://wiki.debian.org/DebianInstaller/SataRaid
I have a hard drive that was a part in a RAID matrix. I want to clone a partition from this drive, but the drive doesn't get mounted by ntfs-3g: 
mount failed: Device or resource busy 
After having done some digging, I understood that the hard drives still has some RAID metadata. I think that because of this, the system tries to do something with it (while booting the live cd), and it doesn't release it. 
I see to possible directions: 
1) to delete the RAID metadata - I tried to do this but didn't succeed 
2) to modify the live cd boot process and to disable the part that "interprets" and "gets confused" by the RAID metadata that is found 
If I use a System Rescue CD, I don't have this problem (i.e. I can successfully mount the ntfs partitions using ntfs-3g). 
I forgot to mention that I don't want to lose the data from that harddrive.
--------------------------------
The correct boot parameter is
"nodmraid" (without quotes).
I have a software RAID 1 matrix (for mirroring), and I used Clonezilla successfully to create images. I will post the instructions. I see that there is a lot of people interested in using Clonezilla for RAID config, so maybe this is helpful. If you think so, you could put a link from the faq/wiki/etc. I have a RAID 1 setup (configured for mirroring, i.e. each HDDs is the exact copy of the other one). My RAID controller is a cheap, software one. However, I can still use Clonezilla to create restore images using the following steps: * when the live cd boots, press TAB, which will allow you to add additional boot params; add "nodmraid" (without quotes) * you will be able to see your HDDs (e.g. /dev/sda1 and /dev/sdb1) * chose a partition (or disk) that you want to "clone" * the destination should by: a third HDD, an USB device (stick or HDD), or SAMBA (Microsoft Networking) * proceed When restoring, you have to perform similar steps, but you need to restore the saved image to both HDD (or partitions). For example, I saved /dev/sda1. When restoring, I restore it first to /dev/sda1 and second to /dev/sdb1. Restart your system and that's it.
So this method works for RAID 1. I have put a link here

Clonezilla and Parted Magic

Quelle
Clonezilla
http://drbl.sourceforge.net/faq/
Clonezilla, based on DRBL, Partclone and udpcast, allows you to do bare metal backup and recovery. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (server edition). Clonezilla live is suitable for single machine backup and restore. While Clonezilla SE is for massive deployment, it can clone many (40 plus!) computers simultaneously. Clonezilla saves and restores only used blocks in the harddisk. This increases the clone efficiency. At the NCHC's Classroom C, Clonezilla SE was used to clone 41 computers simultaneously. It took only about 10 minutes to clone a 5.6 GBytes system image to all 41 computers via multicasting!
Minimum System Requirements for Clonezilla live:
  • X86 or x86-64 processor
  • 196 MB of system memory (RAM)
  • Boot device, e.g. CD/DVD Drive, USB port, PXE, or hard drive
Limitations:
  • The destination partition must be equal or larger than the source one.
  • Differential/incremental backup is not implemented yet.
  • Online imaging/cloning is not implemented yet. The partition to be imaged or cloned has to be unmounted.
  • Software RAID/fake RAID is not supported by default. It's can be done manually only.
  • Due to the image format limitation, the image can not be explored or mounted. You can _NOT_ recovery single file from the image. However, you still have workaround to make it, read this.
  • Recovery Clonezilla live with multiple CDs or DVDs is not implemented yet. Now all the files have to be in one CD or DVD if you choose to create the recovery iso file.
============================
partedmagic.com
The Parted Magic OS employs core programs of GParted and Parted to handle partitioning tasks with ease, while featuring other useful software (e.g. Partimage, TestDisk, Truecrypt, Clonezilla, G4L, SuperGrubDisk, ddrescue, etc…) and an excellent set of info to benefit the user. An extensive collection of file system tools are also included, as Parted Magic supports the following: btrfs, ext2, ext3, ext4, fat16, fat32, hfs, hfs+, jfs, linux-swap, ntfs, reiserfs, reiser4, and xfs.
Parted Magic requires at least a i586 processor and 312MB of RAM to operate or 175MB in “Live” mode.


Features
  • Format internal and external hard drives.
  • Move, copy, create, delete, expand & shrink hard drive partitions.
  • Clone your hard drive, to create a full backup.
  • Test hard drives for impending failure.
  • Test memory for bad sectors.
  • Benchmark your computer for a performace rating.
  • Securely erase your entire hard drive, wiping it clean from all data.
  • Gives access to non-booting systems allowing you to rescue important data.
  • Runs from the CD, no install required.
7/3/2011: Parted Magic 6.3 This release fixes a few obscure typos and bugs in some of our scripts. Pburn and Pfilesearch have been added for testing. There are no menu entires yet, so run “pburn” from the command line. If there are any Puppy fans out there that can help us getting these to work as well as they do on Puppy, that would be awesome. If they work okay, then we can add them to the menu in 6.4.
The main reason for this release was to add more kernel CPU options.
Parted Magic now comes in i486, i686, and x86_64. The only testing I've done with x86_64 was on my i7 machine. I've successfully chrooted into Slackware64 1337 and ran some command line programs. The i686 CPU is set to PIII, so if you are running a PII, use the i486 version instead

Thursday, June 2, 2011

backup - imaging - disk management

Source
Acronis True Image / Partition Manager - BE WARNED

For imaging and disk / partition management software in general, the customer is generally at the vendor's mercy with respect to the Linux-based rescue disks that they provide, as they decide which Linux variant and version to supply and which drivers are included for disks, network, etc. Such rescue disks cannot generally be customized by the user.
Inclusion of a WinPE disk by the vendor has some advantages, including (usually) a set of drivers compatible with more PC configs than the Linux-based boot disk and the ability for the user to add drivers not provided by the base WinPE disk. I don't know how far back Acronis has been providing WinPE disks for its programs, but I understand the latest True Image and Disk Director Home products do, and I assume based on the first post that True Image 2010 also does.

I have not used / fooled around with WinPE 2 or 3, but I assume there are methods to build the disks with add'l storage drivers (preferred) or at least to add them dynamically at boot time. I have done such for the BartPE disk I have built to use programs of this nature (and I still use Acronis Disk Director 10 with a BartPE plug-in), as the relatively new PC I have requires pre-installation storage drivers compatible with my mboard's storage controller, based on my chosen BIOS settings.
As alluded to above, BIOS settings associated with the hard drives installed can affect the recognition of the hard drives when booting into these rescue disk environments. SATA settings such as Raid and AHCI can require additional drivers. For bootable rescue disks, changing AHCI mode to "IDE Compatibility Mode" or equivalent could get the bootable resue disk to recognize the drives. This is a simple / straightforward test both for WinPE and Linux-based rescue disks for trouble isolation purposes (though do change it back to previous value(s) when booting into installed Windows). Thus, it is a good idea to check the SATA interface settings in the BIOS to see if AHCI is enabled.
Use bootit bare metal partitioner  
Beginner's Guide to Creating a BartPE CD with a TI Plugin  
(Multi-page thread 1 2 3 4 5 ... Last Page)
Convert Dynamic Disk back to Basic Disk without data loss
EASEUS Todo Backup 2.5.1 released
Mount a backup as virtual disk and restore files from it:
see Acronis Backup & Recovery 10: Mounting Partition Backups.
« Reply #18 on: September 19, 2010 »

1.  I really do not understand your problem with the drive letter C:\
I have used many different BOOT-CD's for many purposes, including sundry Partition managers and also Acronis 10 and Acronis 11.
None of these have EVER shown me any drive letters, they do not know such things.
Drive letters are something special to Windows,
and can be reassigned within Windows.
So if Windows is not running, i.e. Boot-CD is in total charge, drive letters can only be guessed at.
I learned a long time ago to change the label of every partition to show me the drive letter I wanted it to be, and also its purpose.

2.   There is a special GOTCHA with Acronis Secure Zone.
It is a hidden partition which is possible to boot into when otherwise the BIOS would decide there is no CD to use and it is time to run Windows.
Acronis patches the MBR to permit this bypass of a full Windows start-up.
If that Acronis Secure Zone is damaged or destroyed, or discarded by restoring to factory defaults, then if you restore an Acronis image that includes the MBR as it was, when you complete restoration and reboot the first thing to happen after BIOS is the MBR wants to see the Acronis Secure Zone.
It happened to me and I had to use another Boot-CD to fix my MBR before I could run Windows again.

I was using a Partition Manager under Windows to shift a data partition (i.e. no system files were at risk).
Something happened and all seven partitions vanished.
Even the Partition manager could not see them until I launched its Recovery Wizard.
That saw about 24 different partition boundaries due to many changes to the size of this partition and the replacement of that etc.  So many possibilities for overlapping partitions.
PANIC
It was a great help to see my labels with the drive letter clues.
I think I need to add a further clue of the date whenever I change its boundaries.
I retrieved the six I needed.
The other partition was the Acronis Secure Zone which I have never needed,
and the Partition Manager had always said it was an unknown format at the best of times because of how Acronis had hidden and protected it.
I decided that I had no need for the Acronis Secure Zone,
and I certainly was not going to risk losing again the six which had caused me such panic,
so I got out of there as fast as possible.
I had the 6 partitions, but no Windows, no  Internet, and no Google to tell me how to fix things.
More panic until I worked out for myself that the MBR needed fixing.
I remembered there was something called fixmbr, but had no idea how to use it.
Google just is not around when you need it most ! !
All I had were my BOOT-CD's.
Relief, Partition manager CD had a rebuild MBR option.
Windows at last ! !
I now ensure the Internet is disconnected and all Comodo Security is disabled before using a partition manager under Windows to do anything more advanced than changing a drive letter,
and feel safest from any external disturbance if I use the Partition Manager BOOT-CD.

Acronis Backup & Recovery Server with Universal Restore

10.0.12703 Server with Universal Restore | 421 MB
[Tools] Acronis Backup & Recovery v10







Acronis® Backup & Recovery™ 10 Workstation

Acronis® Backup & Recovery™ 10 Advanced Workstation
Acronis® Backup & Recovery™ 10 Server für Windows
Acronis® Backup & Recovery™ 10 Advanced Server
Acronis® Backup & Recovery™ 10 Server für Linux
Acronis Backup & Recovery Server - a solution for local disaster recovery and security of servers running Windows. With it you can restore the operating system, applications, and all the data in minutes rather than hours or days. Application of this solution can significantly reduce downtime in the event of unforeseen disruptions, increase efficiency of IT services company and reduce overall IT costs. While based on proven technologies create images and restore to bare metal, the new product is a next generation family of Acronis ® True Image and demonstrates a new approach to backup and recovery. Acronis Backup & Recovery for Windows Server is designed for businesses of any size and is growing with the company, easily scalable from local configurations to work in large geographically distributed networks of thousands of machines.

With the optional Acronis Backup & Recovery Universal Restore defective servers can be recovered to dissimilar hardware or virtual machine that maximizes the flexibility of the recovery process and reduces damage to a minimum for the business.

The main advantages
Reducing the burden on IT staff
Thanks to Acronis Backup & Recovery October simplified recovery procedure, but exempt the administrators time to perform other duties
Rapid recovery system - high levels of RTO
Acronis Backup & Recovery October restore an entire hard disk, including operating systems, applications and user data in minutes rather than hours, and the more days
Automating the recovery with a simple, guided process
Thanks to user-friendly interface is very fast recovery, following a simple procedure recovery
High level of protection backup for mission-critical servers
Enhanced scanning of archives and duplicate backups provide a high level of security and reliability to back up critical servers

Key Features

Advanced scheduled launch
Backups can be triggered by such events or conditions like on / off the server, the input / output or user to add a certain amount of data
Technology-based backup image creation maximizes performance
Products Acronis Backup & Recovery 10, based on proven technologies create images and restore to bare metal, make a dynamic snapshot of the disk in working order and consolidate all data into a single compressed file
Robust recovery of an Extended Validation archives
Improved verification file confirms that the backup completed and the server together with the data if necessary will be restored
Program support and maintenance Acronis ® AdvantageSM
- Expanded multilevel program of technical and information support. First year support program Acronis Advantage is included in cost of license
Restoration of any level of the full image
Due to the unique imaging technology, a whole section, folder or even a single file can be restored from a full disk image

Backup features
Compression
Excluding Files
Duplicating Backups
Automatic or manual backups of the partition

Recovery
Startup Repair
Restore to bare metal
Remote recovery
Restore to dissimilar hardware
(Optional module)

Manage Backup Mines
Templates backup schemes
Post-and Pre Team
Backing up event-based
Conditions for creating backups
Customizable backup scheme

Reports and monitoring
Local Dashboard
Record of events in the Windows event log
Be notified by e-mail or SNMP

Administering BackupsAutomatically delete old backups
Merge incremental or differential backups

Deploying and updating Without rebooting

User interface
Command Line with support script
Local console management

Security
Password Protection for Acronis ® Secure Zone

Supported Operating Systems
Windows 2000 Server Service Pack 4 (SP4) and above
Windows 2003 Server with Service Pack 2 (SP2) and above, 32-bit and 64-bit versions
Windows 2008 Service Pack 2 (SP2), 32-bit and 64-bit versions

Supported file systems
Acronis Backup & Recovery 10 cmozhet backup and restore the file systems listed below with the following restrictions:
FAT16/32
NTFS

Supported storage
Hard Drives
Network attached storage (SAN and NAS)
CD-R (W)
DVD-RW, DVD + R (W)
ZIP ®, Rev ® and other magneto-optical drives
P-ATA (IDE), S-ATA, SCSI, IEEE1394 (Firewire) drives and USB 1.1 / 2.0, Storage PCMCIA
Tape Drives and Autoloaders
================================
Acronis.Backup.&.Recovery.Workstation.&.Server.v10.0.12703.with.Universal.Restore.en.rar 408 Mb
Acronis Backup & Recovery Workstation & Server v10.0.12703 with Universal Restore 

Release notes for Acronis Backup & Recovery 10
Release date: 28-December-2010
Build: 12703

Overview
This update introduces a new software-as-a-service solution ΓΓé¼ΓÇ¥ Acronis Backup & Recovery Online, provides a number of new features to the Acronis Backup & Recovery 10 product line and addresses issues found in previous releases.

To update Acronis Backup & Recovery 10 components while preserving all previous settings, tasks, policies and vaults, it is recommended to install the update build without uninstalling the previous build.

Components can be updated in any order as the product provides version compatibility between components.

Acronis Backup & Recovery 10 update is available for all editions. For a complete list of editions visit updates page.

New features
Acronis Backup & Recovery Online

The Acronis Backup & Recovery Online service extends the data and system protection functionality of the Acronis Backup & Recovery 10 product to an online software-as-a-service model. Acronis Backup & Recovery Online provides an online, remote secure location for users to store redundant copies of their files, applications and system image backups without having to make the investment in a remote data store. Here is the list of benefits:

Secure offsite data protection and backup of workstations, servers and virtual machines 
Support for file/folder and entire system image backup and recovery 
Support of virtual machines backup to the online storage 
Integrated solution for local and online backup when used with an Acronis Backup & Recovery 10 license 
Access to backups from any Internet-connected PC with Acronis Agent or the machine booted from Acronis Bootable media 
Government-approved AES-256 encryption 
Centralized management and control of your backup policies and schedules for all machines 
EXT4 file system support

Ext4 file system is now supported. Ext4 or fourth extended file system is a journaling file system for Linux. It is possible to back up and recover this file system with Acronis Backup & Recovery 10 now.

Simplified naming of backup files

Now it is possible to name the backups with the archive name for creation of a portable machine on a detachable media or moving the backups to a different location by using scripting. The file name of the first (full) backup in the archive will consist of the archive name. The file names of subsequent (incremental or differential) backups will have an index.

Smart Error Reporting in Installer

If an error occurs during Acronis Backup & Recovery 10 installation there will be provided a link to the Acronis Knowledge Base Web page that contains possible solutions to fix the error, or to a general Knowledge Base page where the user can search for a solution manually if there is no article for this error yet.

Integration with Acronis Drive Monitor

The new scheduling option is now available: start backup as soon as disk health reaches a warning level or a critical level. The hard disk health information is reported by Acronis Drive Monitor which utilizes a hard disk.s internal monitoring system (S.M.A.R.T.). The option is effective only if Acronis Drive Monitor is installed.

Web Help

The Acronis Backup & Recovery 10 help system, available in the product by pressing F1, is now also available on Acronis Web site at http://www.acronis.com/support/documentation/ABR10. Or you can follow the "Web Help" links on the product Web pages.

Support for Kernel-based Virtual Machine (KVM) and Red Hat Enterprise Virtualization (RHEV) environments

Virtual machines in KVM and RHEV environments are supported by Acronis Backup & Recovery 10. When the Agent is installed, the virtual machine in a KVM or RHEV environment will be seen in AMS as a physical machine.

Fixed issues and enhancements
This section lists the issues found in previous releases of Acronis Backup & Recovery 10 that were fixed in the current update.

Installation

Remote installation: the confusing message "Remote installation has successfully completed" when a reboot is required during installation was substituted with a proper one 
Fixed USB drives malfunctioning after installing Acronis Backup & Recovery 10 build 11639 
Fixed error in Windows Application Event log "Source: SideBySide, Event ID: 33" on Windows Server 2008 R2 x64 
Fixed the inability to install Management Console from a network share 
Fixed the license check failure during installation if Acronis License Server was installed on the same machine 
Fixed the failure of installation of Management Server if specifying the user account for Acronis services in the user@domain format 
Fixed the issue with Windows Security Event Log errors produced by Acronis Agent User during installation 
Backup

Fixed the continuous credentials prompting when trying to access a Samba share on Windows 7 x64 
Fixed the failure of the cleanup task of a GFS backup policy to work if the backups were stored in a managed vault. 
Fixed the issue of the storage node generating a huge amount of logs if the deduplication vault is running out of space 
Fixed the issue of the backup process freezing on 0% when backing up a machine with Veritas Storage Foundation cluster 
Added the ability to remove an old backup without consolidation from a managed vault 
Conversion of a machine with a disk larger than 127 GB to a MS Virtual PC VM is now possible for the purpose of attaching the virtual disk to a Hyper-V VM 
Recovery

Fixed the issue of the Acronis Universal Restore option not being prompted for incremental or differential backups of dynamic volumes 
Fixed the issue of Acronis Universal Restore not searching for NIC drivers during recovery 
Fixed the issue of the "Internal error: Cannot get name of the partition to check" message appearing after recovering a second disk to the original location when using the "Check file system after recovery" option 
Fixed the issue of USB devices (mouse and keyboard) being disabled after recovery of a backup taken from a machine without USB 
Fixed the issue of Acronis Bootable Media requiring a reboot while recovering a disk-level backup to a machine with LVM 
Centralized management

Fixed the issue with non-working e-mail notifications for backup policies (while test e-mails could be sent successfully) 
Fixed the issue of information about Acronis License Server not being updated for Acronis Universal Restore licenses and deduplication licenses if the license server was changed through an administrative template 
Linux

Fixed the issue of not being able to recover when recreating LVM structure, if the archive was located in a storage node vault 
Fixed the issue of Acronis Bootable Media not being able to get a valid gateway and route from DHCP server if the IP address of a computer had a 255.255.255.255 mask 
Fixed the issue with the "Failed to reread the partition table" message when finishing recovery of a basic volume to a disk with an LVM structure 
Virtualization

Fixed the issue of corrupting the VMs when deleting Virtual Appliance from an ESX host 
Fixed the issue of a newly created VM not being able to boot after recovery if the source VM had IDE system disk. 
Fixed the issue of being unable to automatically convert a 50 GB partition on a 2 TB HDD (basic disk) to a VMware Workstation virtual machine 
Fixed the issue of missing "Convert to VM" option in stand-alone editions of Acronis Backup & Recovery 10 
Fixed the issue of requiring interaction when the network becomes unavailable during VM backup from host in the silent mode 
Known issues
This section describes issues that are currently known and provides workarounds or advice on how to avoid the issues.

When updating to the new build using Group Policy, you need to create a new Group Policy Object (GPO) instead of using the "redeploy" option for the GPO created for installations of previous versions. 
When upgrading a build of Acronis True Image Echo Backup Server earlier than 8163 to Acronis Backup & Recovery 10 Storage Node, it is recommended that the Acronis Backup Server service is stopped during the upgrade; otherwise the locations may not be imported correctly. 
Acronis Virtual Appliance does not restore the enhanced vmxnet adapter to a new virtual machine 
The "Task failure handling" option does not work for the "Tower of Hanoi" backup scheme 
Validation of an archive located on a tape drive fails after reboot 
Acronis Virtual Appliance cannot access a VM's hard disk if vCenter uses "&" or "<" in the password and the appliance is connected to vCenter 
Backup of a Windows junction point infinitely prompts for credentials 
Information for Virtual Edition users
Updating from build 11345
To update from build 11345 to build 12497, you have to remove virtual appliances and deploy new ones, particularly because of the addition of cluster support. (See below the outline of the update procedure.) After that, you will be able to perform updates from the management server in the same way as deployment.
To update Agent for ESX/ESXi Virtual Appliance:
Update the management server. 
Remove the virtual appliance from the management server. 
Delete the virtual appliance from its host. 
Revoke the license used by the agent. 
Deploy the agent anew from the management server (one agent per cluster). 
Reapply backup policies if required. 
More details of the update procedure can be found in the product help system and the Virtual Edition Installation Guide (search for "Updating ESX/ESXi Virtual Appliance", see "Manual update" in this section).
An alternative method of backing up a cluster
Backup of all virtual machines of a cluster with a single Agent for ESX/ESXi may take a significant amount of time. If length of the backup window is important, try the following workaround.
Deploy Agent for ESX/ESXi to each clustered host instead of deploying a single agent to the cluster. You can do so from the management server. Just right-click the Virtual machines item instead of the vCenter group. 
If VMware DRS is enabled in the cluster, disable automatic migration of Agent for ESX/ESXi Virtual Appliances. You also should not migrate them manually to different hosts, in order to avoid the situation when an agent manages a host other than its own. Backup and recovery performance would considerably degrade in that case. 
Create a dynamic group of virtual machines hosted on the clustered hosts. Use the Host/VA criterion for the group. 
Create a backup policy and apply the policy to the dynamic group. Once a virtual machine migrates to a different host, the management server will deploy a backup task for this machine to the agent that manages that host. 
Supported operating systems (Workstation)
Windows 2000 SP (Service Pack) 4+
Windows XP SP2+ x32 and x64 Editions
Windows Vista all SP x32 and x64 Editions
Windows 7 x32 and x64 Editions* 
Supported operating systems (Server)
Windows 2000 Server SP 4+
Windows 2003 Server SP 2+ x32 and x64 Editions
Windows 2008 Server SP2 x32 and x64 Editions*
Windows 2008 Server Foundation 
Windows 2008 Server R2 
==================================

Home page
http://www.acronis.com/backup-recovery/
http://www.filesonic.com/file/49816998/Acronis.Backup.Recovery.10.0.12703.Server.with.Universal.Restore.part1.rar
http://www.filesonic.com/file/49807538/Acronis.Backup.Recovery.10.0.12703.Server.with.Universal.Restore.part2.rar

Acronis Backup & Recovery Workstation

Acronis Backup & Recovery Workstation v10.0.11639 (with Universal Restore)
1) Acronis Backup & Recovery 10 Workstation:
A7VQKG6W-ZM94MVVT-XMX3MW7X-F4ALYSZ8-WU4RQC76-DFG7TMVQ-E8AZKMK3-TRYPZK89
2) Acronis Backup & Recovery 10 Workstation Universal Restore:
RWH83HSG-TGEWK7KZ-V9MGGR5S-G2CUZZ2N-GWEU4ZHU-RB6HS3R3-XTX2LGP2-VXH2972U
10.0.13544  |  427.55 MB
Acronis® Backup & Recovery™ 10 Workstation is built to back up and protect the intellectual property that resides in stand-alone business desktops and laptops. Acronis Backup & Recovery 10 Workstation combines optimized data protection and ease-of-use. It creates an exact disk image of your office workstation enabling the operating system, applications and data to be recovered in minutes, instead of hours or days.
Based on Acronis’ patented disk imaging and bare-metal restore technologies, this comprehensive, yet simple-to-use product can help organizations minimize downtime to meet strict Recovery Time Objectives (RTOs), and cut costs. Users can perform self-service recoveries of files and folders in moments without administrator intervention. Even an entire Windows® system can be restored in minutes using the Acronis one-click restore feature.
Benefits
- Flexible backup storage for mobile users
Back up a laptop to a variety of storage devices and locations, including the Acronis® Secure Zone™, a partition on the laptop.
- Minimize downtime and improve user productivity
With Acronis Backup & Recovery 10 , the contents of the hard drive contents including the operating system, applications and data can be fully recovered in minutes, instead of hours or days.
- Acronis® AdvantageSM support and maintenance program
The Acronis® AdvantageSM program is an enhanced, multi-level subscription-based support and maintenance program. The first year of Acronis Advantage is included in the license price.
- Intuitive user interface and workflow minimizes training requirements
Users can restore files, folders and even their workstation without administrator assistance or extensive training.
- Simplified system migration to new and dissimilar hardware
Restoring to dissimilar hardware can be easily accomplished with optional Acronis® Backup & Recovery™ 10 Universal Restore™ software. Move an old system to a new one, complete with all applications, data and settings and be ready to continue operations in minutes.
- Event-based backup
Backups can be set to occur based on preset events and conditions such as a new program installation or the addition of a large volume of new data to the system. Acronis image-based recoveries give you the granularity you need for any kind of recovery, putting you back in business in a hurry.
- Unique Acronis® Secure Zone™ and Startup Recovery Manager simplifies recoveries
Recover directly from a secure partition on the local hard drive on Startup without having to carry boot media.
- Advanced encryption technology ensures data security
Provides the extra data protection you need with supplied industry-standard algorithms or your own customized variants.
- Advanced backup scheduling with policy-based management
Develop backup plans that work with a company’s daily routines and each employee’s work styles. The scheduled tasks will be launched systematically, keeping the critical data safely protected.
Backup options
- Compression
Compress backups to optimize your storage space.
- Excluding files during backup
Save storage space and time by excluding non-essential files and folders from backups.
- Dual destination backup
Store backups into two different locations — backup to a local disk and a copy to a network share.
- Automatic or manual splitting of backups
Split backups into volumes to fit media.
Recovery options
- Acronis Startup Recovery Manager
If your system won’t boot properly, press F11 during the system startup to start Acronis Backup & Recovery 10 .
- Bare-metal restore
Restore your workstation from scratch in the event of a hard disk failure — restore an exact copy of your computer on a new hard drive.
Virtualization support
- Converting image backup to a virtual machine
Recover a disk (volume) backup to a new virtual machine of any of the following types: VMware Workstation, Microsoft Virtual PC, Parallels Workstation or Citrix XenServer virtual appliance.
Download From FileSonic:
http://www.filesonic.com/file/711599074 
http://www.filesonic.com/file/711575401

Wednesday, June 1, 2011

Backup & Recovery 10 - True Image Home 2011

Source
Difference between Acronis True Image Home 2011, Acronis True Image Home 2011 Plus Pack, and Acronis Backup & Recovery 10 Workstation

Printer-friendly versionA comparison chart
This article applies to:
  • Acronis True Image Home 2011
  • Acronis True Image Home 2011 Plus Pack
  • Acronis Backup & Recovery 10 Workstation (Standalone)
Acronis True Image Home 2011 and Acronis True Image Home 2011 Plus Pack are designed for home and home office environments.
Acronis Backup & Recovery 10 is designed for business environment.
Comparison in brief
Acronis Backup & Recovery 10 Workstation is more business-centric than Acronis True Image Home 2011 or Acronis True Image Home 2011 Plus Pack.
If your objective is to protect your home computer from hardware or software crashes by backing it up, you will probably be better off with Acronis True Image Home 2011.
If the objective is not only to protect your computer, but also to be able to transfer the system to a different computer, you will probably be better off with Acronis True Image Home 2011 Plus Pack. You may find this useful if you plan to dispose of your old machine some time and get a new one instead.
If you view your computer as a business tool and the machine's downtime is a critical parameter, then Acronis Backup & Recovery 10 Workstation will probably suit you best.
Full comparison chart

Feature Acronis True Image Home 2011 Acronis True Image Home 2011 Plus Pack Acronis Backup & Recovery 10 Workstation (Standalone)
Acronis Online Backup YES YES YES*
Acronis Nonstop Backup YES YES NO
ZIP format YES YES NO
Backup contents search YES YES NO
File shredder YES YES NO
Drive cleanser YES YES NO
Try&Decide YES YES NO
E-Mail backup/restore YES YES NO
Dynamic (LDM) and GPT disks support NO YES YES
WinPE plug-in NO YES YES
Acronis Universal Restore NO YES YES
Acronis Bootable Media YES YES YES
Dual destination (reserve) backup YES YES YES
Archive encryption YES YES YES
Backup/restore YES YES YES
Disk imaging (sector-by-sector) YES YES YES
Acronis Secure Zone YES YES YES
Store to network share or FTP YES YES YES
BartPE plug-in YES YES YES
Windows XP support YES YES YES
Windows Vista support YES YES YES
Windows 7 support YES YES YES
Windows 2000 Professional support NO NO YES
Active Restore NO NO YES
Acronis Disk Director Lite NO NO YES
Tape drive support NO NO YES
VSS support NO NO YES
Reboot required on product installation or update YES YES NO**
Convert backup to virtual machine NO NO YES
Support options in brief***
E-Mail response time From 3 business days to 1 business day From 1 business day to 1 hour
Product upgrades Paid (Free within 30 days before a new version release) Free within the support subscription period
Product updates Free Free
*See Acronis Backup & Recovery 10 Online.
** For more information, see Acronis Backup & Recovery 10: Recommendations on How to Avoid Reboot after Installing, Updating, Upgrading, or Uninstalling the Product.
***For a complete list of support options see Acronis Advantage.
(!) It is not possible to upgrade from Acronis True Image Home 2011 to Acronis Backup & Recovery 10 Workstation.
More information