Showing posts with label shadow copies. Show all posts
Showing posts with label shadow copies. Show all posts

Thursday, December 2, 2010

restoring a file using previous versions (shadow copy)

When you delete a file from a network share, it does not go to your recycle bin . . . but you can still restore the file from "previous versions."

"Previous versions" is a tool for retrieving deleted files and prior versions of files located on a network share.

To use previous versions to recover a file, go to the folder where you want to restore the file from. Right click in an empty space (not a file or any menu) and choose properties:


Click on the Previous Versions tab (this will only exist if your administrator has enabled previous versions):


Looking at the dates on the right side of the window, choose how far back you want to go in a previous version of that folder and double click on the folder with the date you want.

A new window will open up with the a snapshot of the specified folder on that date (and time).



Find the file or folder that you want to restore. In my opinion, the easiest thing to do is copy and paste the file/folder from the previous version to the actual/current folder.

And that's it. That's the best method to use previous versions to restore a file that you may have deleted or overwritten. Please note that this feature must be enabled by your administrator for it to work.

Thursday, April 1, 2010

enabling shadow copy on SBS 2008

For some reason, shadow copy isn't enabled by default in SBS 2008. Or rather - it's enabled on the C drive, but not other drives - where your data is likely located.

Of note - you enable shadow copies for a drive - not a share. So here's how you enable shadow copies for a drive.

Right click on the drive itself and Configure shadow copies. Select the drive and hit enable. This is a no-brainer to set up for clients, but typically, you won't do it until the first time you need it - which will be too late by then.

Tuesday, August 25, 2009

setting up shadow copy of folders to enable previous versions for users

One thing added to Windows 2003 was "previous versions" which allows users to retrieve old copies of files on network shares that they had deleted or saved over. In the old days, you had to go to backup (and still do if you haven't set up shadow copies on your network shares - which is not done by default).

Here's a good page on enabling shadow copies on network:

Tuesday, February 5, 2008

Using Shadow Copies on Windows Server 2003

I have been vaguely aware that shadow copies are a means of recovering files without going to back up, but when I had a user request a file that she had deleted today, I decided to look into it. For Windows 2003 shares, you can recover deleted or saved/changed files BUT shadow copies has to be enabled first. In this particular case, shadow copies was not enabled. But here is how you do it:

--------

Shadow Copy is only available on Server 2003 machines and naturally you need NTFS (not FAT32). Configuration is easy, just click on the root of the any drive, Select a Volume, now press the Settings button. A crucial point is that Shadow Copy only works on network shares, and not on plain un-shared folders. So in passing, note that the number of shares for each volume. 'Best Practice' suggests that you place the 'Shadow' on a separate disk or at least on a separate partition. Personally, I would dedicate a disk to this service thereby improving performance. To change the drive, select the 'Details Button'.

Microsoft provide a schedule of two shadow copies a day, at 7:00 am and 12:00. You may wish to adjust these timings. When you select a schedule bear in mind that when you reach 64 shadows, the system starts over-writing. So make a calculation of how far back you would like to keep copies. My point is that if you go mad and schedule every hour, then you will start over writing within 3 days. Is that desirable? Would you want copies to be over-written so soon? I think not both on the grounds of load on the server and on how long you would want to retain previous versions.

--------

And then once it is enabled, here is how a user could retrieve files:

--------

To Recover a Deleted File

  • Drill down to the folder the file was deleted from.
  • Click in the list and then right-click the mouse to select Properties from the bottom of the menu. Select the Previous Versions tab from the Properties dialog box.
  • Select the version of folder that contains the file before it was deleted. Then click View. This will open the folder showing you the last saved version of the file. You can now select the file and drag and drop or cut and paste it from the folder to the target destination.

It is easier to recover a corrupt or overwritten file because you have something to select in the folder:

  • Right-click the bad file and click Properties.
  • Select Previous Versions as described above. To view the safe version, click View. To copy the old version to another location, simply click Copy and to replace the current version with the older version, simply click Restore.