Mozy Home Price Change and New Tiered Storage

Just received an email from Mozy.com about changes to their storage plans and that they will no longer be offering unlimited storage. I currently use Mozy to backup my home workstations and really like the service.

Mozy is currently protecting about 90GB of data for me across 2 computers. It is easy to use – set it and forget it – backup. Just sign up, install the agent, select what you want/need to be backed up and it goes. You can access back ups to do restores online or they will send you DVDs of your data in the event of a catastrophic failure.

Here is a quote from the email I just received:

Thanks for being a valued Mozy subscriber. For the first time since 2006, we’re adjusting the price of our MozyHome service and wanted to give you a heads up. As part of this change, we’re replacing our MozyHome Unlimited backup plan and introducing the following tiered storage plans:

50 GB for $5.99 per month (includes backup for 1 computer)
125 GB for $9.99 per month (includes backup for up to 3 computers)

You may add additional computers (up to 5 in total) or 20 GB increments of storage to either of the plans, each for a monthly cost of $2.00.

My cost only increases by a few cents per month. I think I was paying $4.95 each month for each computer (some discounts for paying for a 2 year term etc.) so the $9.99/month which includes up to 3 computers is only $.09/month than what I am paying now (and there are still some other discounts for a 2 year commitment).

I still think this is a fair price for the service and the peace of mind is well worth it so I plan to continue using Mozy.com to provide remote backups of my home PCs.

Still wish they had a Linux client.

February 1, 2011 | Filed Under Backups, Tools | 6 Comments 

Mozy Online Backups – Backup Your Home Computer

If you are looking for a way to backup your home computer check out Mozy.com. They offer a 2 Gig backup for free but for just $4.95 you get unlimited backup for a single computer. They have clients for Windows and Mac.


“Mozy is a simple and safe way to back up all the important stuff on your computer. A copy of your data is stored in a secure, remote location for safekeeping, so that in the event of disaster your data is still retrievable.”

Sign up for an account, install the client, select the files you want to backup, and that’s it. There are some tweaks to allow more bandwidth to be used for backups, or backup only when idle but I just selected all the defaults. The initial backup took about 10 days for 45GBs of data, but now my data is quickly backed up daily. I am sure they are using some sort of source de-duplication similar to AVAMAR.

Here is a capture from my Mozy account of my backup data
mozy1

I have not tried to do a restore yet, but I have browsed through my backed up files on the Virtual Drive created when you install the Mozy Client and using the Web restore online.

Mozy’s web restore interface
mozy2

If anyone from Mozy reads this… I wish you had a Linux Client!!!

July 13, 2009 | Filed Under Backups, Tools | Leave a Comment 

AVAMAR Pre-backup Script to Mount Remote Shares on Celerra NAS

When backuping shares on my Celerra using AVAMAR without a ndmp backup accelerator node I have to create a backup policy that connects to an avamar client on one of my servers and then runs a pre backup script to map a network drive to the remote share.

The script is just a .bat file that uses the NET USE command to map a network drive to the share on the Celerra.  This worked fine, except I noticed that only files with read access for everyone were being backed up.  All of my user profile or home directories were returning access denied errors.  I did not want to grant everyone access to all files and directories.

To fix this I had to add a username and password to the NET USE command to map the drive as a user that has read access on all directories on the shares.

I created a backup admin user for this and set all files and directories to allow this user read access.

The pre backup script mount_x.bat now looks like this:

net use /delete X:
net use X: \\NAS\Share /USER:Domain\backupadmin password

Once the backup is complete I then run a post backup script to to remove the mapping with another script umount_x.bat:

net use /delete X:

The scripts have to be in C:\Program Files\avs\etc\scripts\ on the avamar client.

March 5, 2009 | Filed Under Backups, My Notes | 5 Comments 

Welcome

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed. Enjoy!
 

Not into geek stuff? Check out The VABiker.Net or SuffolkSky.com.
 

Why not Follow Me on Twitter?

 

  • Geek Reads

     
    • VMware vSphere 4.1 HA and DRS Technical Deepdive
      This technical guide covers the basic steps needed to create a VMware HA and DRS cluster, but even more important explains the concepts and mechanisms behind HA and DRS which will enable you to make well educated decisions. This book will take you in to the trenches of HA and DRS and will give you the tools to understand and implement e.g. HA admission control policies, DRS resource pools and resource allocation settings.
       
    • Mastering vSphere 4 by Scott Lowe
      Install and manage one or one thousand virtual servers in your enterprise with the latest generation of VMware virtualization software, vSphere 4, and this comprehensive guide.

    • vSphere 4.0 Quick Start Guide
      vSphere 4.0 Quick Start Guide continues from an idea started several years ago by a few engineers. The idea was simple, provide an easy to use reference guide for all level administrators, consultants and architects.