is there anyway possible that i restore it?
7/31/2005 5:52:56 PM
don't they back everything up at midnighti can't remember how it works, its been a while since e115
7/31/2005 5:56:34 PM
Go talk to someone at the Hillsborough Building tomorrow morning, they could probably get it for you.
7/31/2005 5:57:51 PM
just talk to the nearest lab operator
7/31/2005 6:02:46 PM
ok, thx guys. i really was hoping that i could get this back right now, but apparently i cannot.
7/31/2005 6:03:18 PM
you can if you know the right commands that you were suppose to learn in E115..but yeah, i don't remmeber them either
7/31/2005 6:54:28 PM
ha, i never took e115, what little computer knowlegde that i do have is all self-learned. i have that unix book, would that have it?
7/31/2005 7:00:58 PM
All user volumes (home directories) are backed up on a regular basis.Part of the backup process is the generation of backup volumes, oronline backup copies. In general, backup volumes are created everymorning shortly after midnight, and they exist, unaltered, until thenext time a backup volume is created. One result of this is that usersmay now restore their own accidentally deleted files from their backupvolumes in most situations.Restoring deleted files from a backup volume can be done in mostcases. These cases will meet the following criteria: The most recent backup volume was made at some point when the file in question existed. This means that if you delete a file that you just created, chances are, it hasn't made it to a backup yet. The user must recognize that he or she wants that file restored before the next backup volume is made (generally in the early morning hours.) If your situation meets these criteria, then you should be able torecover your files by yourself, or with the help of a consultant oroperator. If you do not meet these criteria, or you are unsuccessful,your next step of action should be to contact a consultant or operatorand request a restore from the tape backup.Please note the following when requesting a restore from tape: Restoring files from a backup tape is a labor intensive and time consuming process. For this reason, unfortunately, in most cases we can only perform up to two restores from tape to help retrieve your lost files. So please request your restore date(s) carefully. Backups on each day are made from a snapshot of your files as they existed on or around midnight of that day. Requesting a restore for 1/14/98 (a Wednesday), for example, will give you access to your files as they existed when you quit working on Tuesday.Restoring files from your AFS backup volume:**NOTE**Before getting started, regardless of what operating system you areon, you will need to get to a unity% or eos% prompt. Brief directionsfor our systems are listed here:Unix: Open a new terminal window or use default terminal window.Windows: Open the "Unity Terminal" application from the applicationlauncher. This will automatically connect you to one of the remoteaccess machines. Upon successful login, you will be presented aunity% prompt.Macintosh: To get to the unity% prompt on the ITD Lab Kit, you willneed to do the following:Open the AdminLauncher (should be open atlogin) and click on the "Default" tab. Now click on the button thatsays, "ssh." Once you click on the ssh button, the Terminal programwill open up and automatically connect you to ssh.ncsu.edu. Type inyour UNITY/EOS password when prompted, and after successful login, theunity% prompt will now appear in the Terminal window.Every instruction listed below that is labeled a "command" needs to beentered at this unity% prompt.Step One: Getting StartedYou will need to know some things before you get started. - The name of the file(s) you want restored - The location of the file(s) you want restored - The name of your volumeYou can determine this by using the command: fs examine ~It will output something like: Volume status for vid = 537008297 named users.wufpak Current disk quota is 20000 Current blocks used are 10593 The partition has 214269 blocks available out of 1872775We're interested in the last bit of the first line. The name of thisvolume is users.wufpak- Where (in which cell) your volume lives You can determine this by using the command: fs whichcell ~It will output something like: File /ncsu/wufpak lives in cell 'unity.ncsu.edu'- A mountpoint directory This can be anything you want; to make life easier and less confusing, this should be a directory or file that does not already exist.Step Two: Go HomeUse the cd command with no arguments to move to your home directory. cd Make sure you do not have any directories named backup already. Todo this type ls If you have a directory already named backup you may need to move it.Step Three: Mount Your Backup VolumeFirst, you need to tell your computer where to access your backupvolume. This is done by a process called mounting. The general form ofthe command to mount your backup volume is: fs mkmount -dir mountpoint directory -vol volume.backup -cell cellThe full command for a real user might look like:fs mkmount -dir backup -vol users.wufpak.backup -cell unity.ncsu.eduor fs mkmount -dir backup -vol users.w.wolfpack.backup -celleos.ncsu.eduGenerally, If you are not in engineering and you want to make abackup. You can use this commandfs mkmount -dir backup -vol users.yourunityid.backup -cellunity.ncsu.eduObviously- You need to replace yourunityid with your id in thecommand.Step Four: Retreive Your FilesNow that you've mounted your backup volume, use the cd command to goto that directory. cd ~/mountpoint where mountpoint is the mountpointdirectory from above. You are now in the "root" of your home directoryas it was at the time the backup volume was made. Use the cd commandto change to the directory in which the file you wish to restore wasin. Then use the cp command to copy that file back to your real homedirectory: cp restore.html ~/Repeat Step Four for each file you wish to restoreIf you have problems getting to your backup volume, with errors suchas "Connection Timed Out" or "Volume not Available", this may be dueto the fact that your volume was moved, and no online backup isavailable. In this case, you will have to request a backup restorefrom tape, which will take a little longer. For more information ontape restores, see:http://help.ncsu.edu/get_soln.php?soln_id=1886Step Five: Go Back HomeUse the cd command with no arguments to move to your home directory: cd Step Six: Unmount Your Backup VolumeThe command for unmounting a volume is very similar to the commandto mount it: fs rmmount -dir mountpoint directoryFor our two ficticious users, it would look like: fs rmmount -dir backup You're done!
7/31/2005 7:07:25 PM