How to recover data in from your CVL account

From CVL Wiki

(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
----
 
----
  
Files saved on the CVL machines are backed up nightly.
+
*Files saved on the CVL machines are backed up nightly. You can recover any file deleted up to 31 days prior.
 
+
We save a snap shot of your files each day for 31 days.  That is, you can recover any file you may have deleted for up to 31 days prior!  (If its after 31 days -- don't even bother to ask, its gone...)
+
  
 
----
 
----
 +
===How to Retrieve Lost Data===
 +
# Log into the CVL machines.
 +
# Look for the directory called "/backup".
 +
# Look for the directory with the '''date''' in the name.
 +
::*The date reflects when that particular snap shot of the files was taken. 
 +
# Look under that directory and find a directory called "home" .
 +
# Look under that directory where you will find your home directory (named with your login name) and all of your files as of that date.
  
If you are logged into one of the CVL machines, there is a directory called "/backup". Inside that directory is a directory with the '''date''' in the name.  The date reflects when that particular snap shot of the files was taken.  Under that directory, you will find a directory called "home" and under that directory you will find your home directory (named with your login name) and all of your files as of that date.
 
Is that clear?
 
  
 
----
 
----
Line 16: Line 19:
 
[[Image:Backup-2.jpg|thumb|(fg.2) The "/backup/Backup.03.Sun_25_Mar_2007_05:07/home directory.]]
 
[[Image:Backup-2.jpg|thumb|(fg.2) The "/backup/Backup.03.Sun_25_Mar_2007_05:07/home directory.]]
  
Perhaps an example would help.
+
===Still Having Issues?==
 
+
Suppose today is March 28, and three days ago you deleted a file. 
+
  
The first thing to do, would be to login and go to the /backup directory and take a look.  To goto the /backup directory you would type  
+
*Here's an example:
 +
::*Suppose today is March 28, and three days ago you deleted a file. 
 +
::*The first thing to do, would be to login and go to the /backup directory and take a look.  To goto the /backup directory you would type  
 
  cd /backup
 
  cd /backup
 
and to take a look at whats there, type
 
and to take a look at whats there, type

Revision as of 14:35, 24 July 2012

Oops! I deleted some files! Can I get them back?


  • Files saved on the CVL machines are backed up nightly. You can recover any file deleted up to 31 days prior.

How to Retrieve Lost Data

  1. Log into the CVL machines.
  2. Look for the directory called "/backup".
  3. Look for the directory with the date in the name.
  • The date reflects when that particular snap shot of the files was taken.
  1. Look under that directory and find a directory called "home" .
  2. Look under that directory where you will find your home directory (named with your login name) and all of your files as of that date.



(fg.1) The "/backup" directory.
(fg.2) The "/backup/Backup.03.Sun_25_Mar_2007_05:07/home directory.

=Still Having Issues?

  • Here's an example:
  • Suppose today is March 28, and three days ago you deleted a file.
  • The first thing to do, would be to login and go to the /backup directory and take a look. To goto the /backup directory you would type
cd /backup

and to take a look at whats there, type

ls

See figure 1.

Three days back would be March 25, so we would goto the backup called, Backup.03.Sun_25_Mar_2007_05:07. To do that change to that directory with

cd Backup.03.Sun_25_Mar_2007_05:07

See figure 2.

Remember, we have tab completion for long file names. Rather than typing out the whole long name of the directory, just type

cd B<TAB>

this completes the name as far as it can:

cd Backup.

Now, type the 03 for the third backup and type the tab button again. The computer will finish typing the long name for you:

cd Backup.03.Sun_25_Mar_2007_05:07

Once in this directory Type

cd Home

Now go to your files. Type

cd <login_name>

and type ls. You will see your files in the same state that they were when the backup was done. Go find your file and copy it to your home directory. The easist way to do that is just type something like cp <file> /home/<login_name>.

Views
Personal tools
Support