Showing posts with label Backup. Show all posts
Showing posts with label Backup. Show all posts


Introduction
As many of you know, today's digital world comes with a lot of things that make our daily life easier. However, as time goes on you rely more and more on the information stored on your PC. No one is completely safe from power outages, corrupt hard disks, an infected system through a backdoor or trojan, or even a fire. To make sure that a computer can easily be restored to a previous point, software developers created what is called backup software or imaging software.

There are different methods of creating a backup of your partition or hard drive, but this tutorial will only focus on one possibility, using a freeware tool called Cobian Backup.

If you wish to receive a broader overview of the different forms of backing up data, you can browse this excellent Wikipedia article on backups or another one on images.
Installation of the backup software
The first step is to download the software from the author'spage. You will find a download link at the bottom of that site and the current version of the software is version 8 (Black Moon).

Once the setup file is downloaded you need to double-click it to start the setup process.

  1. On the first window you will be asked what language you want the tool to be installed in. English language is pre selected, but there is a wide range of choices to choose from.
  2. Next you will be shown a window containing the License Agreement. You need to accept the agreement by putting a check mark in the box next to I accept the conditions. The button Nextwill not be grayed out anymore. Click the Next button to proceed
  3. The next window will prompt you for the path where Cobian Backup should be installed. It should be preset to C:\Program Files\Cobian Backup 8. Click on the Next button.
  4. You will now see a screen asking for the Installation type. At this screen select the As an application (No autostart) radio button and press the Next button. This way the backup software is not started every time you boot Windows. If you wish to have it start every time do not change any of the defaults. When ready to proceed click on Next button.
  5. The program will now install. When it has completed installing click on the Done button to finish the installation.
At this point you have successfully installed Cobian Backup. A small black half moon should now be showing in your taskbar at the bottom right of your screen near your time. This taskbar icon will look like this: 
Now that the program has been installed, lets move on to learning how to use it.
Using "Cobian Backup" to backup and restore your data

To open Cobian Backup, you go to the black half moon icon located on your taskbar and right-click the icon. Then left-click on the Open option.

Before we can backup our data, it is a good idea to check the options. To do that, please click on theTools menu and then select Options.

The program is pretty much pre-configured, but if you don't want empty folders in your backups, you can select the Engine category on the left-hand-side menu and then from there put a check mark next to Delete empty folders. When done press the OK button to exit the Options screen.
We now need to create a new task to start the backup. To do this, you just need to click the clipboard icon which looks like this : .

A window will now appear containing the general properties for your backup job. There are a couple of settings that should be configured. First you have to give your backup an easily identifiable name and enter it in the Task name field as shown in Figure 1 below. There is no right way in naming such files. Just use what best suits your needs and what is easiest to remember. In our example we will call itBackup 1 so we enter it into the Task name field.



properties
Figure 1. Backup Task Properties


The area surrounded by the red rectangle defines what kind of backup you wish to make. Now you can see there is four different possibilities:
Backup Type
Description
FULLThis means that Cobian will copy or compress every single file that you specify to backup in the Source section of the Files category. By default this type of backup will create backup folders containing the time stamp of when the backup ran. This is also the setting used to create the first backup regardless of which Backup type you choose.
INCREMENTALThis is the feature you will most likely be using after creating your first backup instance. It checks if the source has changed from the last backup and only will backup those files that are new or have changed since the last backup. This saves a lot of time and space on your PC or the medium you will store your backup upon.
DIFFERENTIALThis setting works in the same way as incremental but instead compares the files from the last Full backup. If the current files are different compared to the last Full backup it will back them up.
DUMMYThis setting does not actually back up any files but can be used to schedule the execution of programs, close services, reboot the computer, etc.

For now, until you become more familiar with the program, we suggest you select the Incrementalsetting.

While still in the properties window click on the Archive option, as shown in Figure 2 below, which is located in the left-hand-side menu. This lets us set how we would like the backups archived. We have two options to choose, SQX or Zip. SQX provides better compression, thus saving storage space on your computer, but I still suggest Zip compression so that you can extract the files from a backup more easily. This is because most compression tools support ZIP compression and the latest versions of Windows (XP, 2003, Vista) have zip manipulation tools built into the operating system.

Note: When you chose to compress or encrypt your backup, you should always watch for this setting to be activated on your next backup session! 



compression
Figure 2: Backup Job Archive Settings


It is also possible to enter a comment, to protect your backup with a password, or to encrypt your backup. Each of these options are illustrated in Figure 2 above. To finish off our preparation, we need to select a source and a destination. The source is the files, directories, ftp site, etc that we want to backup. The destination is where the backup will be created. To start, lets choose the data we want to backup by clicking the Files option on the left-hand-side menu. This will present you with a screen similar to Figure 3 below:
get source
Figure 3. Select the data you want to backup.
To add data to be backed up you need to click on the Add button under the Source window. This will present you with 4 options. These options are described below.
Source Type
Description
FilesThis will allow you to select individual files that you would like to backup.
DirectoryThis will allow you to select directories that you would like to backup. If you add a directory as your source then all files and subdirectories underneath that directory will be backed up.
FTP SiteThis will allow you to backup files stored on a remote FTP site. If you select this option you will need to enter your FTP site login information in order for the program to access the files.
ManuallyThis will allow you to type out the path to the files or directories you would like to backup.

In our example, we will manually select the directory we want to backup by clicking on the Add button under Source and then selecting Manually. At the window that pops up we type C:\ and press the OKbutton. You should now see the C:\ folder in your Source window. This job will now backup up everything on the C: drive.
Next we need to specify where to create the backup file. In our example we want to store the backups in our G:\ folder. So I click on the Add button under the Destination window and then click on Manually. I then type in G:\ and press the OK button. Once I click on the OK button, if the directory does not exist, it will be created.
Once we have selected all our settings for our backup job, we then press the OK button at the bottom of the properties window. This will bring us back to the main Cobian Backup screen and you will now see our new backup job listed on the left hand side of the screen as shown in Figure 4 below.

start backup
Figure 4: Backup Job Created

The above image shows the newly created task and the play-like button. You are now only one click away from starting your backup. To start it, you just need to click once on the backup job and then press the Play button as shown in Figure 4 above. Once you press OK a confirmation box will pop up asking if you would like to run the selected task. You also have the option of shutting down your computer when the backup job is completed. If you want to shutdown the computer put a check in this box. When you are ready to start the backup simply press the OK button.
Your backup will now start, and when completed, the backup will appear in the G:\ folder.

Conclusion

As you have seen in this tutorial, backing up your data can be done free of charge and in with little of your time. Having these backups on hand can save you a lot of trouble and stress when having power problems, infected machines, corrupt hard drives , or just when you need to reinstall the operating system. At the top of the page you will also find a companion video that summarizes the steps taken in this tutorial.



Introduction
DriveImage XML is my program of choice for backing up and protecting my data. When I first began using this application, though, I had some difficulties restoring my backup image on my test boxes using the instructions found in other tutorials. Due to this, I pooled info from a variety of available tutorials, and with some work, I was able to figure out how to restore my data. With this in mind, I have put all of the information I researched into one guide so that others can properly restore their data without running into the problems that I encountered.
With this tutorial you will be able to accomplish the following tasks:
  1. Create a complete cloned image of your entire computer. This consists of all data, applications, the operating system, and files.
  2. Restore a backup image to your existing hard drive or another one in the event of total hard drive corruption or loss.
  3. Restore selected data if you do not need the entire OS restored.
In order to follow the steps in this tutorial, you will need an external hard drive or other removable media, CD-ROM burner, and a blank writeable CD.
Create a clone of your hard disk
The first step is to download DriveImage XML to the desktop of the computer that you wish to backup. When the file has finished downloading, double-click on the dixmlsetup.exe icon to start the installation program. Follow the prompts while selecting the default settings until you get to the last screen. Then press the Finish button to close the DriveImage XML installation program.
Once the program has been installed, there will now be an icon for the program on your desktop. Double-click on the DriveImage XML icon to start the program. When the program starts you will be greeted with a screen similar to the one below.
DriveImage XML Start Screen
DriveImage XML Start Screen
Now press the Backup button as designated by the red arrow in the image above.
You will now be at a screen where the program asks you what drive you would like to backup as shown in the image below.
Select drive to backup
Select drive to backup
Select the drive you would like to backup by left-clicking once on it and then press the Next button.
You will now be at the Drive backup wizard as shown in the image below.

Drive backup wizard
Drive backup wizard
Make sure the drive you want to backup is listed and then press the Next button.
You will now be at the Backup options screen where you can configure various options as to how you want your backup to be created and where to save it to.

Backup option screen
Backup option screen
For the purposes of this tutorial, I created a folder in my E:\ drive named desktopclone and set that as the directory where my backup image will be created. In the Options category you should setCompression to Good (slow!), to make the backup image smaller, and then uncheck all of the other items. Then in the Hot Imaging Strategy: category select Try Volume Shadow Services first. These suggested settings are shown in the image above. Once you have the options screen setup like you want it press the Next button to continue.
DriveImage XML will now start backing up your hard drive to the folder you specified in the previous screen as shown in the image below. This process can take a long time depending on how much data it has to backup. So please be patient while the backup proceeds.

Your hard drive being backed up
Your hard drive being backed up
When the backup has finished, you should press the Finish button and then close the DriveImage XML program. You have now created a duplicate copy of your entire OS and stored it in a compressed manner. You can now do several things with that image. You can open it up and restore individual files or folders or you can restore that image to another drive.
How to restore individual files, folders and data:
In the future if you need to restore any files from a DriveImage XML backup image you can follow these steps.
Double click DriveImageXML on the computer that you want to restore the file to. When the program is loaded, click on the Browse option on the left hand side menu. When you click on the Browse button you will be shown a screen, similar to the one below, where it asks you to select a backup image (XML) file.
select a backup image (XML) file
Select a backup image (XML) file
Left-click once on the XML file that you want to restore from and then press the OK button. DriveImage XML will now start loading the backup image into the program. This can take a while depending on how much data was backed up, so please be patient.
Backup image being loaded
Backup image being loaded

When it has finished loading the image you will see a screen showing you what files and folders were backed up.
List of files and folders that were backed up
List of files and folders that were backed up
Now select the files or folders you would like to restore and click on the Extract button. This will bring up a dialog box asking where you would like to restore the files or folders.
Select location where you wish to restore to
Select location where you wish to restore to
Once you have entered the location that you would like the files or folders to be restored to, you should press the OK button to start the restoration process. DriveImage XML will now start to restore your files to the location you requested. When it has finished, you can then close the DriveImage XML program.
Please note, you can restore files or folders to any computer you wish. They do not have to be restored to the same computer or location where they were originally backed up on.
How to restore a cloned image to a different hard drive:
In this part of the tutorial we will cover how to restore a cloned image of your original hard drive to another hard drive after a hard disk failure. In order to accomplish this you will need the following:
  • Another hard drive that you will restore the cloned image to. This hard drive must as large, or larger, than the original drive that you made the image from.
  • Access to the media that contains the cloned image of your hard drive. This can be a USB flash drive, external hard drive, or another hard drive in your computer.
  • A bootable version of DriveImageXML that contains a disk partitioning program. For the purposes of this tutorial we suggest you use the Ultimate Boot CD 4 Windows as it already contains the SwissKnife partitioning program and DriveImage XML programs. Information and instructions on how to create the Ultimate Boot CD 4 Windows can be found at the below links:

    How to Build the Ultimate Boot CD for Windows
    UBCD4Win FAQ
It is also important to note, that we suggest that you restore a cloned image of your entire disk to another hard disk in the same computer it was originally backed up on. This way there won't be any Windows activation issues or driver issues. You can, though, restore a cloned image to a different computer than it was originally backed up on. Please note, though, that when the image is restored to another computer, the different hardware might prompt a red flag that would require you to reactivate Windows. To rectify this, you can usually just call Microsoft and explain the situation and they will allow you to activate your copy of Windows.
Once you have all the required items assembled, connect the external disk or media that contains the image you want to restore and the hard disk you plan to restore the image to your computer. Then insert the UBCD4Win disc into your CDRom and restart your computer to boot off of it. The computer should choose to boot from the UBCD4Win CD automatically. If it doesn't and you are asked if you want to boot from CD, then choose that option. Finally if that does not work, you may need to enter your computer's BIOS and change the boot order of your devices. To enter the BIOS you usually need to click on the F12, F2, or ESC keys right as the computer starts. You will typically see a message stating what key you need to press to enter Setup.
When the computer boots up with the UBCD4Win CD inserted you will come to a screen asking you what option you would like to select as shown in the image below.
UBCD4Win options menu
UBCD Options Menu
At this screen, select the Launch "The Ultimate Boot CD for Windows" option using the arrow keys on your keyboard and then press Enter on keyboard. UBCD4Win will now startup. This may take a while so please be patient. Once the desktop appears, you will receive a message asking Do you want to start Network support now?. At this prompt you should click on the No button.
You should now be at the UBCD4Win desktop as shown in the image below.
UBCD4Win Desktop
UBCD4Win Desktop
Now we need to prepare the new hard disk that we will restore the image to. Click on the Start button, then select Programs, then Disk Tools, then Partition, and finally CompuApps SwissKnife. The SwissKnife program should now be open on your computer.
In SwissKnife, you should select the drive that you would like to create a partition on and then format. If this drive has been used in the past, you will first need to Delete the existing partition, so that you can create a empty new one. WARNING: Make certain you pick the correct hard disk to format as if you pick the wrong one, it will be erased and lost forever. Only select the drive that you want to format and restore to!
Once you select the right drive, make sure you change File System to NTFS, put a checkmark in theSet this partition to active checkbox, and then double-check you have have selected the correctdrive. To see how your screen should look with the proper settings selected, please review the image below.
Create a partition with SwissKnife
Create a partition with SwissKnife
If the settings are set as shown in the image above, click on the Create button to create the partition and format it. Once the formatting of the drive has been completed, you can close the SwissKnife program, but you should continue to stay in UBCD4Win.
Now launch DriveImage XML by clicking on Start, then selecting Programs, then Disk Tools, thenBackup and Cloning, and finally DriveImage XML. When the program opens, click on the Restorebutton to get to the screen shown below.

DriveImage XML Restore Screen
Select the partition that contains the backup image you would like to restore, as shown in the image above, and then press the Next button.
You will now be at a screen asking you to select the XML file for the stored image that you plan to restore.
Select the XML backup image
Select the XML backup image
Either type in the path to the file or browse to it. Once you have select the image to restore, click on theNext button.
You will now be at a screen asking what drive you would like to restore the image to.
Select partition to restore image to
Select partition to restore image to
Select the partition that you just formatted and then click on the Next button. DriveImage XML will now restore the backup image that you had previously created to the new partition. Make sure you select the correct partition so that data on another partition is not mistakenly overwritten.
When it has finished you have one last very important thing to do before you will be able to boot up your new hard disk. You first need to setup a new Disk ID for the drive you restored the data to. At the main DriveImage XML screen, click on the Tools menu and then select Set New Disk ID. You will now be at a screen similar to the one below.
Set new Disk ID
Set new Disk ID
Select the new disk that you just restored and click on the Set new Disk ID button. Please make sure you select the correct hard disk as you do not want to perform this action on a disk that is already in use.
Once this is done, you can reboot your computer and remove the UBCD4Win CD so it boots normally. Your computer should now load from the new hard disk that you restored your data to and boot into Windows properly with your original cloned Operating System intact!!
Conclusion
Now that you know how to backup your computer using DriveImage XML, you should make sure you perform backups regularly on your computer. Having these backup images of your computer will make a hard drive malfunction or loss of data easier to manage as you will be able to easily restore your data using these instructions. Just make sure you do your backups onto a media other than the drive where the original data is stored! Otherwise, if your hard drive fails, you will not only lose your original data, but all of your backups. If you have any trouble using this tutorial.


The new backup utilities in Windows 7 are actually pretty impressive and creating an image will be possible in all versions. Today we take a look at creating a backup image of your machine without the need for a third party utility like Ghost or True Image.
You just just finished installing a fresh copy of Windows 7 on your computer and have it set up to your liking. One of the first things you should do now is create an image of the disc so in the event of a crash you will be able to restore it to its current state. An image is an exact copy of everything on the drive and will restore it back to its current state. It’s probably best to create an image when everything is clean and organized on your system. This will make the image file smaller and allows you to restore the system with a smooth running set up.
Creating an Image in Windows 7
Click on Start go to Getting Started and then select Back up your files.

Next click on the Create a system image hyperlink.

Decide where you want to save the image. You can choose an external drive, burn to multiple DVD’s, or store it on a network location.

You can include other drives if you want as well but remember that will add to the size of the final image.

At the confirmation screen notice the amount of space the image may take. If something doesn’t look right you can still go back from this point and make adjustments.

A progress meter is displayed while the images is created and backed up. In this example a disk of about 15GB in size took under 20 minutes backed up to an external drive. Times will vary depending on your system and where you’re backing it up to.

After the process is complete you get the option to create a system repair disc which you should do and make sure to save it in a secure location.

When it comes time to restore the image, you will be able to use the System Recovery Options to get the system back.


Image in Windows Vista
Vista Ultimate, Business, and Enterprise allow you to create an image, but Vista Home and Home Premium users do not have the option. The process is similar in Vista, type backup into the search bar and click on Backup and Restore Center.

Then click on Back up computer and the wizard will guide you through the process.

Conclusion
This is a extremely handy feature and it actually works well. It is also nice that the feature will be available in each edition of Windows 7 instead of just the higher end versions. This will save you some money in not having to spend $50-80 on a third party utility. You should create an image when everything is fresh on your system so the image is not too large and the essentials of you machine can quickly be restored. For instance I created an image after a fresh install and putting Office 2007 and a few of my most commonly used programs. The entire image came in around 10 GB which is easily stored on an external drive or a few DVD’s.




    Ever wanted to restore a file from the past, but don’t have a good way to do it? With 


    System Restore Explore you can mount a System Restore snapshot, and browse a past 


    copy of your entire drive.


    Going Back In Time With System Restore Explorer

    Head over to the developer’s website and grab yourself a free copy of System Restore 
    Explorer. The program requires a simple next, next finish kind of install. Once the installation 
    has completed the program will launch, to display a list of available system restore points.














    To mount a restore point select it from the list and hit the Mount botton, when it become 
    available.














    Once you have mounted the restore point, it will open an explorer window for you to browse
     through the drive as if it was you system drive.













    To restore a file, simple navigate to its location and copy it to the location of your choice, which
     can be anywhere out of the mounted directory.

    When you are finished be sure to go back and un-mount the  restore point.














    This trick will work on Windows XP, Vista and 7.


      restore point can be created automatically or manually, depending on the actions of the user. Windows will create a restore point automatically when the user installs Windows for the first time on a computer and when Windows updates are installed. This is done in the event there are problems sometime after Windows or updates were installed and the user needs to rollback Windows to that previous installation/restore point. Below are the steps for how to create a restore point manually at any time.

      Windows Vista and Windows 7 users
      To create a restore point in Windows Vista and Windows 7, follow the below steps.
      1. On the Windows desktop, click START, find Computer (or My Computer) in the Start Menu, right-click with your mouse and select Properties.
      Windows computer properties
      2. A new window will open. On the left side, click on the System protection option. This will open the System Properties window, with the System Protection tab selected. (If the System Protection tab is not selected, click on that tab to select it.)
      3. Near the bottom on the System Protection tab, click the Create button.
      Windows Restore point create button
      4. Another small window will open. Enter a description for the restore point in the text field and click the Create button.
      Windows Restore Point name
      The restore point will be created and available to rollback to if ever needed.
      If you ever need to rollback Windows Vista or Windows 7 to an earlier time, on the System Protection tab, click the System Restore button and follow the prompts to select a restore point and initiate the rollback.
      Windows XP users
      To create a restore point in Windows XP, follow the below steps.
      1. Click Start, All Programs, Accessories, System Tools, and then System Restore.
      2. The System Restore window will open. Select the Create a restore point option and click the Next button.
      Windows XP restore point
      3. Enter a description for the restore point in the Restore point description text field and click the Create button.
      The restore point will be created and available to rollback to if ever needed.
      If you ever need to rollback Windows XP to an earlier time, on the first screen of the System Restore window, select the Restore my computer to an earlier time option and follow the prompts to select a restore point and initiate the rollback.