

<?php include('includes/header.php') ?>

<div class="main-body">
	<!--============-->
	<section class="bread-crumb-sec bg-sol">
		<div class="bread-crmb">
			<div class="container container-1">
				<div class="brd-crmb-title brd-crmb-dis">
					<h1>Backup & Disaster Recovery</h1>
				</div>
			</div>			
		</div>
		<div class="bc-list ">
			<div class="container container-1">
				<div class="bc-list-menu">
					<ul class="bc-list-ul bd-li">
						<li>
							<a href="index.php">Home</a>
						</li>
						
						<li>
							<a href="solution.php">Solutions</a>
						</li>
						<li>
							<span>Backup & Disaster Recovery</span>
						</li>
					</ul>
				</div>
			</div>
		</div>
	</section>
	<!--============-->

	<section class="sol-sec sec-sol" id="Enterprise">
		<div class="sol-s-d">
			<div class="container container-1">
				<div class="row">
					<div class="col-sm-7">
						<div class="sol-s-sec">
							<div class="sol-s-img">
								<img src="image/icons/Enterprise-Backup.png">
							</div>
							<div class="sol-d-tit">
								<h2>Backup</h2>
								<p>Today's modern workloads demand a modern data protection that legacy solutions often aren't able to provide. With Backup appliance as part of your IT infrastructure, you can meet all of the demands of data protection. Conquer the challenge of protecting mission-critical data with modern protection storage and explore our best-of-breed solutions for your on premise, virtualized and cloud computing needs</p>
								<p>Protect your mission-critical data and applications with powerfully simple modern protection software. Explore our solutions for comprehensive and flexible protection of all of your data, whether on-premises, in virtualized infrastructure or in public or hybrid cloud environments</p>
								<p>Optimize your user application experience and simplify backup and recovery. Our solution lets you protect anything — systems, apps and data — anywhere, whether it’s physical, virtual or in the cloud.</p>
								<p>Run without restore, with zero impact on your users, as if the outage never happened. Connect to the cloud simply and easily, and protect growing virtual environments automatically</p>
							</div><br>
							<div class="sol-s-img">
								<img src="image/icons/Enterprise-disaster-recovery.png">
							</div>
							<div class="sol-d-tit">
								<h2>Disaster Recovery</h2>
								<p>Business continuity solutions deliver high availability, backup, compliance and disaster recovery services either host based or storage based enabling you to replace multiple products with a single, high efficiency platform. Business continuity solutions help you quickly recover in the event of a system, site or regional outage. Our solutions help you maintain availability across a broad spectrum of recovery point and recovery time requirements during planned as well as unplanned downtime.</p>
								<p>With our business continuity solutions, you can lower the overall cost of high availability and disaster recovery, increase your network and storage efficiency and enhances performance. Ease of administration provides added operational efficiency that enables you to do to more with less.</p>
								<p>Single point of failure is a risk of data loss or system unavailability. A single device, building, metropolitan area, power grid, flood zone, or hurricane zone all represent a single point of failure. Redundancy and the distance that spans those points of failure enables disaster recovery to keep businesses and agencies in operation regardless of the cause of the unplanned outage</p>
								<p>Achieve low recovery point objective (RPO) and recovery time objective (RTO) targets for every major system in your organisation, simply and cost-effectively. Eliminate the hassle and cost of secondary datacenters and tap into nearly infinite capacity at a moment’s notice with a cloud-based data recovery solution designed for the needs of enterprises.</p>
								<p>We help you build and manage a robust DR system delivering availability and performance within agreed Service Levels according to your needs.</p>
							</div>
						</div>
					</div>
					<div class="col-sm-5">
						<div class="sol-s-imge">
							<img src="image/backup-and-data-recovery.jpg">
						</div>
					</div>
				</div>
			</div>
		</div>
	</section>

	<!--============-->
</div>

	<div >
        <?php include('includes/footer.php') ?>
    </div>