Crashes when performing a backup from bootable media
I am trying to backup a computer using bootable media. When I try to backup the entire drive the process takes about 4 hours and the verification always fails. When I try to do a backup of all the files on the drive, the software crashes partway through and reboots.
For the later scenario, I selected to backup "Files" and have the entire contents of the C drive selected, the destination is a USB drive, backup type is "Full", verification is turned on, and it is set to segment the backup into dvd-sized chunks (4.7G).
A little more information: I have narrowed things down a bit. The crash happens when 2 tmp files down inside the Temporary Internet Files directory are accessed. I can "fix" the problem by excluding all *.tmp files, but there why does the backup process crash in the first place? There seems to be some error handling missing...
Mike...

- Log in to post comments

I don't know if the backup works from Windows because (as I said in my original post) I can't actually install the software on the machine I'm backing up. I will download the bootable media ISO image and try it. I will also download the memory test image and reporting utilities run them.
- Log in to post comments

Ok, I have run the memery test - which was good.
I downloaded the report application and the file is attached.
Finally, I tried the downloaded boot media but it showed the same problem. When it gets to accessing those two tmp files the program crashed.
Attachment | Size |
---|---|
6238-85621.txt | 62.11 KB |
- Log in to post comments

Hello michael porter,
Thank you for your response.
What is the size of the mentioned temp folders? Have you tried to cleanup them? If not, please do it and see if the issue remains.
About the partition backup. Please select another directory to place the backup archive to and see if the issue remains. You can use another USB drive or plug an internal hard drive (it is preferable). Let us know the results. This will help to localize the issue.
Thank you.
- Log in to post comments

The two temporary file both show as being 0 k in size and I can't remove them because they are inside a directory that isn't visible in Windows. How do you remove files that you can't see? In terms of the backup destination, I am backing up to an external usb drive.
- Log in to post comments


Hello Michael,
Thank you for using [[http://www.acronis.com/enterprise/ | Acronis Corporate Products]]
To make the folder visible in Windows you can do the following: My-computer -> Tools -> Folder options -> View -> Show hidden files and folders -> Apply -> OK.
To find the exact reason of the issue please boot the system from the new ISOLINUX CD and select the second boot option (2).
Wait for # prompt to appear.
When # prompt appears, please type /bin/product/
Reproduce the issue and obtain the report in the following way:
Please insert a Flash disk (flash disk needs to be formatted to FAT32 file system) to a USB port, close the program window and issue the following command:
# cat /proc/partitions
This will give you the list of partitions/drives available in your system.
For example:
8 0 127744 sda
8 1 127744 sda1
3 0 80417183 hda
3 1 10241406 hda1
3 2 20482875 hda2
3 3 1020127 hda3
Flash drive's partition is visible as 'sdXY' (X - disk letter, Y - partition number). If there are some scsi devices in your system you may find your flash by partition/drive size. If the flash is partitioned it will bring the list of partitions as well.
Then you need to create a mount point for your flash and mount it.
# mkdir /mnt/tmp
# mount -t auto /dev/sda1 /mnt/tmp
There can be some warning messages but it is safe to ignore them. If mount fails you may try to use 'vfat' (if the flash is formatted to FAT file system) or 'ext3' or 'ext2' (if its formatted to ext3 or ext2) parameter instead of 'auto' .
Make a directory on your flash drive to save files to it:
# mkdir /mnt/tmp/sysinfo
Check whether the drive is mounted correctly for writing access:
#ls /mnt/tmp
This will give a list of files/folders located on the drive.
Save 'sysinfo' and unmount the flash drive:
# sysinfo > /mnt/tmp/sysinfo/sysinfo26.txt
# umount /mnt/tmp
Please, send us the created sysinfo26.txt file from the flash drive.
Thank you.
- Log in to post comments

What do you mean by the, "...new ISOLINUX CD..."
The disk I made from the image I downloaded boots directly into Backup and Recovery with no options. Is this another image I have to download
Update: Uh.. nevermind the last question. I was having "Senior Moment". In any case I'm collecting the data and will post it shortly...
Mike...
- Log in to post comments

A new problem has arisen:
I get to the # prompt and type in /bin/product/. At this point the program starts and I set up the archive operation that has been causing the problem. The new trouble is that I can never get back to the # prompt to complete the rest of the instructions.
Now when the archive operation crashes, it doesn't reboot the computer. Rather, the computer just hangs. I can no longer move the mouse and it doesn't respond to the keyboard, so I can't close the program window and follow the rest of the directions.
Mike...
- Log in to post comments

Hello Mike,
Thank you for your response.
To get back to the # prompt you should use the following hot keys:
Ctrl + Alt + F2
To get to the GUI you should use these keys:
Ctrl + Alt + F1
Thank you.
- Log in to post comments