Posts Tagged ‘Third Party’

The Principles of File Recovery

Tuesday, July 7th, 2009

Andrew Whitehead is a contributor at Free-backup.info — the home of the popular tool for windows online backup — Back2zip. This article can be found at http://free-backup.info/the-principles-of-file-recovery.html

Why File Recovery is Possible

File recovery is nearly always possible, if you spot the mistake and do something about it fast enough. Luckily, if you do mistakenly delete a file, the file has not been physically removed, the operating system just doesn’t know where it is anymore. This is easier to understand once you realize that there is more to storing a file on your hard drive than just finding space for the information and writing it there.

The operating system must also keep track of where it put the file, without this it would be unable to find it again. When a file gets deleted, this record is altered and the disk area containing the information is marked as free space. The information itself remains intact until some other information is written over it.

The effect is similar to rubbing out the name of a video tape – you know you can use that tape now, but the original film is still on there until you do it, and should you change your mind you can do your own ‘file recovery‘ by writing the name on the box again. Commercial file recovery programs do exactly the same trick with computer files.

File Recovery Programs

There is no shortage of file recovery software to help you out if you delete the wrong file. There are numerous commercial file recovery programs, DOS has its own ‘Undelete’ command, and Windows has the familiar Recycle Bin. Except for Recycle Bin, they all work on the same principle of searching the hard drive for files that have recently been marked for overwriting. More advanced ones will also tell you how much of the file is recoverable by checking how much has been written over.

The seemingly simple Recycle Bin has one advantage over any third party file recovery program: it doesn’t allow any overwriting of deleted files stored in there. This means that files from here are recovered in their entirety, and will function exactly as before once they are restored.

Obstacles to File Recovery

The biggest obstacle by far is time. The longer you wait, the higher the chance of a deleted file being written over, unless it is safely in the Recycle Bin. Once this has happened file recovery is still possible but it will take a lot more than a bit of commercial software to do it.

Operating systems are continuously creating files, every web page you visit does the same, and so does every application you open. With this in mind, the time to start your file recovery process is the instant that you realize you needed that file.

If you are extremely security conscious enough to be running encryption software this will also reduce your chances of file recovery, as the majority of file recovery programs need to read the file to know it is there. If the encryption utility doesn’t offer its own built-in undelete function then file recovery is going to be very difficult and very expensive.

read the full article

Backup to CD

Sunday, May 24th, 2009

Andrew Whitehead is a contributor at Free-backup.info — the home of the popular tool for online backup and recovery — Back2zip. This article can be found at http://free-backup.info/backup-to-cd.html

The Importance of Keeping a Backup

If you have ever wondered about the importance of keeping a backup, imagine how you would feel if a virus destroyed the contents of your hard drive? Or a problem could only be solved by using a system recovery CD, wiping out all your data in the process? Or you run FDISK and accidentally remove a partition on the wrong drive? Or your hard drive dies, taking your data with it? Mistakes will always happen and all disc drives eventually expire. Without a backup it is a disaster, with a backup it is reduced to a very large nuisance.

Files That You Need to Backup

A private user only needs to back up files that they have created or modified themselves. Computers use both program and data files; programs can be reloaded from the original discs, but your data can only be reloaded from backup copies.

Making a backup is simpler if you store all your files in one place. Letting each program use its own default storage file results in you data being scattered all over your hard drive. If you are using Windows 98 or Me put everything into My Documents, in Windows 2000 and XP use Documents and Settings.

What is Needed to Make a Backup

There a choice of methods you can employ to make backup copies of your files. You can simply drag and drop the files you’ve created to a CD, copy them using the XCOPY command, use a third party CD mastering program to copy your files, or you can use Windows or a third party backup programs to create a backup to CD.

If you have software such as DirectCD drag-and-drop is extremely easy and you can use a CD-RW, but it is labor intensive if you have a lot of files, hard to keep organized, and you will need compatable software to read the disc.

Using the XCOPY command allows you to copy files from a specified folder made after a specified date, eg ‘XCOPY “\Documents and Settings”\*.* /s/d:03-15-02 K:\’ copies everything from Documents and Settings created after 03-15-04 to the specified drive.

A CD mastering program, such as Nero, allows you backup your files to a CD-R. While this takes more steps than drag-and-drop, the resulting disc can be read by almost any CD-ROM, CD-R, or CD-RW drive without installing a compatible UDF reader program first.

The disadvantage with these methods is that they are unable to create a backup larger than the media it is stored on. If this is a problem, you will need a true backup program capable of ‘media spanning’.

Backup programs differ from ordinary file saving by compressing files, storing many files in a single file proprietary to the backup program, and using the ‘Archive’ file attribute should you ask for a backup of changed or new files only. They often allow Backups to be stored as files for transfer to CD later, and a disk image to be made for disaster recovery.

read the full article