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
(How To Setup Desktop Backup (Policy))
(Open Windows XP Firewall: Deleting instructions since we no longer support Windows XP)
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== How To Setup Desktop Backup ([[Desktop Backup Policy|Policy]]) ==
+
== How To Setup Desktop Backup ([[Desktop Backup Policy|Policy]]) ==
* Backups will not work while connected to the wireless network or outside of the IGB network.
 
* Download Locations:
 
** Retrospect's website
 
***[http://download.dantz.com/archives/Client_OS_X-6_2_229.dmg OSX Download]
 
*** [http://download.dantz.com/archives/Client-Win-EN-7_6_106.exe Windows Download]
 
*** [http://download.dantz.com/archives/Linux_Client-7_6_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 '''Yes''' on Agreement page
 
* Enter a new password for your retrospect client and click Next (Remember this password)
 
* Click '''Next'''
 
* Click '''OK''' when asked about the Retrospect client firewall Settings
 
* 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)
 
  
Your computer's current IP address is: '''{{USERIP}}'''.
+
*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:
 +
 
 +
**[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/Linux_Client-7_7_100.rpm RedHat Download]
 +
*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 [mailto:help@igb.illinois.edu 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: '''{{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  ===
 +
 
 +
*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:
 +
<pre>netsh advfirewall firewall add rule name="Retrospect TCP" dir=in action=allow protocol=TCP localport=497
 +
</pre>
 +
*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>
 +
[[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.