DoC Computing Support Group


Differences between revisions 2 and 3
Revision 2 as of 2008-09-11 10:59:37
Size: 3082
Editor: dwm
Comment:
Revision 3 as of 2008-09-11 11:00:35
Size: 3081
Editor: dwm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 48: Line 48:
Please note that as this is a time-consuming process requiring retrieval of the appropriate tapes from secure storage and manual processing, you should allow at least 2 working days for file recovery requests to be serviced. Please note that as this is a time-consuming process requiring retrieval of the appropriate tapes from secure storage and manual processing, you should allow at least a working day for file recovery requests to be serviced.

Recovering files from backups

CSG operate an online backup system, which allows you to directly access backup copies of home directories and group volume areas. The online backup system contains nightly snapshots of these areas going back several days, meaning that -- in most common cases -- lost or mangled files can be easily recovered without the need for assistance from CSG.

This document explains how to retrieve historical files from the online backup system.

Recovering files under Linux

cd /vol/recover/homes/<username>

The full copy of your home directory as of the previous night is in the sub-directory full. Each of the inc-n sub-directories contain files that changed about n nights ago.

That is:

full/

last night's copy of your home directory

inc-00/

files that changed between last night and 2 nights ago

inc-01/

files that changed between 2 nights ago and 3 nights ago

inc-02/

files that changed between 3 nights ago and 4 nights ago

...etc.

inc-10/

files that changed between 11 nights ago and 12 nights ago

Group project directories are also backed up and can be found in:

/vol/recover/vol/project

Remember if you copy any files from the backups to your current home directory you need to rename them to avoid overwriting existing files!

In the specific case of your .email file - your email Inbox - you need to be especially careful so as not to lose recent email. We recommend that you copy (say) last night's version back as follows:

cp /vol/recover/homes/USERNAME/full/.email ~/IMAP/RecoveredInbox

Now you can use your favourite email client (perhaps after refreshing it's idea of what IMAP folders exist), to select the RecoveredInbox folder, view the messages, and decide which messages to move back into your main Inbox. We recommend that you end up deleting the RecoveredInbox folder - it's only a transitional folder, don't keep it hanging around for ever!

Recovering files under Windows

Start - Run... - \\fs-vol.doc.ic.ac.uk\homebackup

or

Start - Run... - \\fs-vol.doc.ic.ac.uk\volbackup

The folder homebackup will contain backups for your home directory. The folder volbackup will contain backups of the /vol areas such as the group project areas. The layout of the directories is the same as described above.

Recovery of older files

If the files that you need to restore were lost more than 12 nights ago, they will not be available from the online backup system. If this is the case, you can contact CSG to request a file restore from the offline tape backup system.

Please note that as this is a time-consuming process requiring retrieval of the appropriate tapes from secure storage and manual processing, you should allow at least a working day for file recovery requests to be serviced.

 
 

guides/file-storage/backups (last edited 2018-11-09 11:56:27 by ldk)