Buyhttp Data Vault Continuous Data Protection

Written by admin on March 1, 2010 – 2:34 pm -

Buyhttp is one of the first hosting companies to offer free continuous data protection to shared and reseller hosting customers and they love it, the seamless integration with cPanel makes it easy to login to the backup server and restore individual files anytime without the need to contact support.

Continuous Data Protection, CDP for short, perform a low level block backup with differential and incremental options which lower server resources utilization significantly and reduce backup window to seconds or minutes instead of hours.

Buyhttp Data Vault is also available to anyone with a dedicated server for a very good price, if your host doesn’t offer CDP Buyhttp is here to help. As a dedicated server customer you can set your backup interval to as low as every minute to create over 100 recovery points every day. CDP uses compression and end-to-end strong encryption for low bandwidth usage and secure transfer, CDP is able to backup open files and with MySQL plugin you can backup open tables with restore option down to the individual database table.

CDP support all main flavors of Linux, Windows XP, windows server 2003, please visit our website to learn more about the many features of Buyhttp Data Vault CDP or contact our sales team if you have any pre-sales question.

Subscribe to my RSS feed

WMware ESXi Hosting

Written by admin on February 25, 2010 – 10:00 am -

Looking for a dedicated server to run multiple virtual machines using VMware ESXi platform?

We recently added the free edition of VMware ESXi to our list of  installable operating system to professional and enterprise servers which comes with 60 days trial period, to keep using the server after the 60 days trial is over you’ll need to sign up for a FREE unlimited license from WMware website below.

https://www.vmware.com/tryvmware/

The benefit of running ESXi on a dedicated server is that you can run 2 different operating system like Linux and Windows side by side on the same box or running applications that requires different flavor of Linux like CentOS and Ubuntu for example, plus all other virtualization benefits like dividing the server resources any way you like, assign virtual CPU, RAM and Disk as per your application requirement, console access to all VMs, creating a VM snapshot and many of the cool features available from the VMware vSphere Client which is a free download from the client area at VMware website.

Our PowerEdge DELL servers are fully compatible with VMware ESXi which also include hardware specific features for DELL servers.

Note: Buyhttp only provide the hardware, software licensing is the responsibility of the customer.

Subscribe to my RSS feed

Free virus and malware scanner for cPanel

Written by admin on February 23, 2010 – 6:14 pm -

Are you looking for a virus and malware scanner for your VPS or dedicated server running cPanel?

cPanel comes with clamav a free virus scanner as a plugin, all you have to do is login to your WHM manager to install it with just a few clicks.

Login to WHM > scroll down to the “cPanel” section > click on “Manage Plugins” > select “install and keep updated ” for clamavconnector and cPanel will install the plugin for you and create the link  “Configure ClamAV Scanner” under Plugins section of WHM.

You can use this configuration screen to activate the virus scanner for all or selected users to perform manual scans.

Now to the best part, how to schedule a server wide scan?

First you’ll need to create a temp directory to use as a quarantine area, /tmp/virus for example

# mkdir /tmp/virus

Then add this cron job to crontab to schedule a weekly scan of your /home directory and send the results to your email address (admin@yourdomain.com)

#crontab -e

5 0 * * 0   nice -n 19 clamscan -i -r –move=/tmp/virus /home | mail admin@yourdomain.com -s “***** Server Name – Infected files *****”

Subscribe to my RSS feed