These days it’s common that an application fails while in use. It’s no mystery why programs have auto save features and even can recover from a disaster. These new features make you think is impossible that you can lose data. We feel very comfortable because it seems that nothings bad is going to happen. How many people do you know that have never done a back up?
Another problem is that we are humans and it is very common that we make mistakes. Have you ever worked on a document for hours and then realized that it was better before? Some can say that Windows has the Previous Version feature but for me it is not enough.
We are going to see today how to configure Windows 7 to backup files while you work on them.We are only going to use programs that are previously installed in Windows 7 (note: Group Policy is only available in Windows 7 Professional, Ultimate, and Enterprise.) To be more precise we are going to use the audit feature and create a task to copy the files. This way we will have a folder; in our case a folder on the desktop.
Firs we have to enable audit because it is not enabled by default.
Press WinKey + R, type gpedit.msc, and press Enter.
Go to Local Computer Policy, Computer Configuration, Windows Settings, Security Settings, Local policies, Audit Policy.
![Local Computer Policy Windows Configuration Audit Policy Local Computer Policy Windows Configuration Audit Policy Back up Important Files when You are Working on them [How To]](http://i2.wp.com/mintywhite.com/wp-content/uploads/2010/10/Local-Computer-Policy-Windows-Configuration-Audit-Policy.png?resize=235%2C203)
Double click over Audit object access
Select Success, this way the message will only pop when something has changed.
![Audit Object Access Properties Audit Object Access Properties Back up Important Files when You are Working on them [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/10/Audit-Object-Access-Properties.png?resize=169%2C212)
Right click over the file you want to make copies when you are working on it.
Select the security tab.
![General Security Details Previous Versions General Security Details Previous Versions Back up Important Files when You are Working on them [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/10/General-Security-Details-Previous-Versions.png?resize=242%2C27)
Press Advanced, go to auditing tab and press continue.
![Continue Button Continue Button Back up Important Files when You are Working on them [How To]](http://i0.wp.com/mintywhite.com/wp-content/uploads/2010/10/Continue-Button.png?resize=92%2C23)
You can choose the users you want to audit. Type Everyone and press Enter.
![Windows 7 Add Everyone Windows 7 Add Everyone1 Back up Important Files when You are Working on them [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/10/Windows-7-Add-Everyone1.png?resize=634%2C480)
A list of check boxes appears, these way an event will be created when the file changes:
![Windows 7 Audit Permissions Windows 7 Audit Permissions Back up Important Files when You are Working on them [How To]](http://i0.wp.com/mintywhite.com/wp-content/uploads/2010/10/Windows-7-Audit-Permissions.png?resize=337%2C318)
Save data to the file so a new event will be created. To Open the Event Viewer, press WinKey + R, type eventvwr and press Enter.
Go to Windows Logs, Security.
![Windows 7 Event Viewer Windows Logs Security Windows 7 Event Viewer Windows Logs Security Back up Important Files when You are Working on them [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/10/Windows-7-Event-Viewer-Windows-Logs-Security.png?resize=236%2C196)
You have to find an event with an even id of 4663. Right click and select Attach Task To This event…
![Windows 7 Event Viewer Attach Task To This Event Windows 7 Event Viewer Attach Task To This Event Back up Important Files when You are Working on them [How To]](http://i2.wp.com/mintywhite.com/wp-content/uploads/2010/10/Windows-7-Event-Viewer-Attach-Task-To-This-Event.png?resize=403%2C217)
Select a name for the task. Press next twice and select and action start a program.
![Windows 7 Create Task Wizard Action Start a program Windows 7 Create Task Wizard Action Start a program Back up Important Files when You are Working on them [How To]](http://i0.wp.com/mintywhite.com/wp-content/uploads/2010/10/Windows-7-Create-Task-Wizard-Action-Start-a-program.png?resize=446%2C277)
On the next window the program to start is:
Program/script: cmd
Add arguments: /c copy *.* “c:\backup\*.*%random%%random%%random%”
Start in: C:\Users\angel-test\Desktop\Folder
![Windows 7 Create Task Wizard cmd Windows 7 Create Task Wizard cmd Back up Important Files when You are Working on them [How To]](http://i2.wp.com/mintywhite.com/wp-content/uploads/2010/10/Windows-7-Create-Task-Wizard-cmd.png?resize=506%2C235)
This way you are going to copy to a backup folder in the C drive. In this case I have used one with the name folder in the desktop. You can for example select instead of the C drive a USB or other kind of device.
Finally you will get something like this on the backup folder:
![Windows 7 Backup Folder Windows 7 Backup Folder Back up Important Files when You are Working on them [How To]](http://i1.wp.com/mintywhite.com/wp-content/uploads/2010/10/Windows-7-Backup-Folder.png?resize=359%2C156)
You now have to change the extension in order to see the different versions of the files. Maybe in a next post I will create something different to not make this too hard to understand.
About Angel Luis
I am an Engineer of Telecommunications that love computers. My first computer was a Commodore 16kb, about 25 years ago and since then I am always fighting computers problems. Please visit my entries and ask me about whatever problem you have, I will be pleased to help you. My email is discoveryourpc [at] gmail [dot] com. You can follow me on twitter @agenlu or read my blog www.discoveryourpc.net
Search Windows Guides