Difference between revisions of "Desktop Backup"

From Carl R. Woese Institute for Genomic Biology - University of Illinois Urbana-Champaign
Jump to navigation Jump to search
(Open Windows XP Firewall: Deleting instructions since we no longer support Windows XP)
 
(11 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
*Backups will not work while connected to the wireless network or outside of the IGB network.  
 
*Backups will not work while connected to the wireless network or outside of the IGB network.  
 
*First Download and Install the retrospect Client.  
 
*First Download and Install the retrospect Client.  
*Download Locations:  
+
*Download Locations:
**'''Retrospect's website'''
+
 
***[http://download.dantz.com/archives/Client_OSX-6_3_029.dmg OSX Download]  
+
**[http://download.dantz.com/archives/Client_OSX-6_3_029.dmg OSX Download]  
***[http://download.dantz.com/archives/Client-Win-EN-7_7_114.exe Windows Download]  
+
**[http://download.dantz.com/archives/Client-Win-EN-7_7_114.exe Windows Download]  
***[http://download.dantz.com/archives/Linux_Client-7_7_100.rpm RedHat Download]  
+
**[http://download.dantz.com/archives/Linux_Client-7_7_100.rpm RedHat Download]  
**'''IGB's File Server'''
 
***Connect to the [[File Server Access|file-server]] and go into the software folder >> Choose your OS >> open the Retrospect Backup folder >> and run the installation/setup file.
 
 
*Click '''Next''' on first page  
 
*Click '''Next''' on first page  
 
*Click '''Yes''' on Agreement page  
 
*Click '''Yes''' on Agreement page  
*Enter a password for your retrospect client. This password will only be used temporary. It is used to initiate the initial connection between your computer and the Retrospect server. We will then change this password to a long complicated password. DO NOT give us your NetID password, AD Password, IGB password.  
+
*Enter "igb123" for the password for your retrospect client. This password will only be used temporary. It is used to initiate the initial connection between your computer and the Retrospect server. We will then change this password to a long complicated password.  
 
*Click '''Next'''  
 
*Click '''Next'''  
 
*Click '''OK''' or '''Allow''' when asked about the Retrospect client firewall Settings (if you did not see this box or hit Deny or Cancel by mistake please follow the bellow guides on how to open your firewall settings for retrospect)  
 
*Click '''OK''' or '''Allow''' when asked about the Retrospect client firewall Settings (if you did not see this box or hit Deny or Cancel by mistake please follow the bellow guides on how to open your firewall settings for retrospect)  
 
*Click '''Finish''' to finish the installation.
 
*Click '''Finish''' to finish the installation.
  
*Send an E-mail to [mailto:help@igb.uiuc.edu help@igb.uiuc.edu] with your new retrospect password and your computer's IP address (while at IGB and '''not''' connected to the wireless network).  
+
*Send an E-mail to [mailto:help@igb.illinois.edu help@igb.illinois.edu] with the following
*Your computer's current IP address is: '''{{USERIP}}'''  
+
**your computer's IP address (while at IGB and '''not''' connected to the wireless network). Your computer's current IP address is: '''{{USERIP}}'''  
**Your IGB IP address should be one of these 128.174.124.* , 128.174.125.* or 128.174.126.* where * is a number between 1-255
+
**Indicate if its a laptop or desktop.
  
=== Open Windows XP Firewall  ===
+
*(Note) Your IGB IP address should be one of these 128.174.124.* , 128.174.125.* or 128.174.126.* where * is a number between 1-255
 
 
*Open Windows XP's Firewall Settings
 
*Add the two entries below.  
 
**1. Description: Retrospect Client (TCP)
 
***Port: 497
 
***Select TCP
 
**2. Description: Retrospect Client (UDP)
 
***Port: 497
 
***Select UDP
 
  
 
=== Open Windows 7 Firewall  ===
 
=== Open Windows 7 Firewall  ===
  
*Go to S'''tart''' >> '''All Programs''' >> '''Accessories''' and '''right click''' on '''Command Prompt''' and select "'''Run As Administrator'''"  
+
*Go to '''Start''' [[Image:Windows7Start.jpg]] >> '''All Programs''' >> '''Accessories''' and '''right click''' on '''Command Prompt''' and select "'''Run As Administrator'''"  
 
*Now copy and paste the following into the command prompt and hit Enter on your keyboard:
 
*Now copy and paste the following into the command prompt and hit Enter on your keyboard:
 
<pre>netsh advfirewall firewall add rule name="Retrospect TCP" dir=in action=allow protocol=TCP localport=497
 
<pre>netsh advfirewall firewall add rule name="Retrospect TCP" dir=in action=allow protocol=TCP localport=497
 
</pre>  
 
</pre>  
*In the same command prompt also type this command in and hit Enter again:
+
*In the same command prompt also copy and paste this command in and hit Enter again:
 
<pre>netsh advfirewall firewall add rule name="Retrospect UDP" dir=in action=allow protocol=UDP localport=497
 
<pre>netsh advfirewall firewall add rule name="Retrospect UDP" dir=in action=allow protocol=UDP localport=497
 
</pre>  
 
</pre>  
*Now your windows firewall will allow retrospect to talk to the backup server.
+
[[Image:CommandPromptFirewall.jpg]]
 +
 
 +
*You may close the Command Prompt.
 +
*Now your windows firewall will allow retrospect to communicate with the backup server.

Latest revision as of 13:24, 7 May 2014

How To Setup Desktop Backup (Policy)[edit]

  • Backups will not work while connected to the wireless network or outside of the IGB network.
  • First Download and Install the retrospect Client.
  • Download Locations:
  • Click Next on first page
  • Click Yes on Agreement page
  • Enter "igb123" for the password for your retrospect client. This password will only be used temporary. It is used to initiate the initial connection between your computer and the Retrospect server. We will then change this password to a long complicated password.
  • Click Next
  • Click OK or Allow when asked about the Retrospect client firewall Settings (if you did not see this box or hit Deny or Cancel by mistake please follow the bellow guides on how to open your firewall settings for retrospect)
  • Click Finish to finish the installation.
  • Send an E-mail to help@igb.illinois.edu with the following
    • your computer's IP address (while at IGB and not connected to the wireless network). Your computer's current IP address is: Template:USERIP
    • Indicate if its a laptop or desktop.
  • (Note) Your IGB IP address should be one of these 128.174.124.* , 128.174.125.* or 128.174.126.* where * is a number between 1-255

Open Windows 7 Firewall[edit]

  • Go to Start Windows7Start.jpg >> All Programs >> Accessories and right click on Command Prompt and select "Run As Administrator"
  • Now copy and paste the following into the command prompt and hit Enter on your keyboard:
netsh advfirewall firewall add rule name="Retrospect TCP" dir=in action=allow protocol=TCP localport=497
  • In the same command prompt also copy and paste this command in and hit Enter again:
netsh advfirewall firewall add rule name="Retrospect UDP" dir=in action=allow protocol=UDP localport=497

CommandPromptFirewall.jpg

  • You may close the Command Prompt.
  • Now your windows firewall will allow retrospect to communicate with the backup server.