Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


RECOVERING a file

How do I recover a file from my backup volume?
----------------------------------------------

If you have something called OldFiles in your home directory, that is your
backup mountpoint.  To recover a file from your backup volume, find the file
in OldFiles, or one of the subdirectories in there.  When you
have found it, you can retrieve that file into your home directory by
typing:

	cp filename ~/

You can then move it to wherever it belongs in your original directory.

If you do not have the OldFiles mount in your home directory, you have to
create one.  To do so, type:

	fs mkm OldFiles user.username.backup

(where "username" is your username).  Then follow the directions above.
If you wish to remove this mount when you are done, type:

	fs rmm OldFiles

For more information about OldFiles, see:
  http://web.mit.edu/answers/unix/afs/afs_oldfiles.html

If you're seeking to retrieve a file that was deleted on a previous day,
see:
  http://web.mit.edu/answers/unix/afs/afs_restore.html

Last updated: 6/8/2007

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.