What is the best Small/Medium Buisness Backup solution for me?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$8 Answers
I have used it to back up SQL, Exchange, and general files systems. It supports backups to tape, and supports disk to disk backup. It will also manage your tape libraries for you (so you don't accidentally overwrite important data.)
Another excellent feature is the granular restore function. This allows you to get small bits of data off your backups without doing a length full restore. You can restore one individual email out of one users mailbox if need be. Or you can restore one single file from an entire drive.
It also allows you to choose either scheduled backups (for example, run over night) or continuous protection, which backups files as they are changed.
Symantec also offers a comprehensive suite of other tools such as Ghost (a disk imaging utility) that you can purchase as a bundle for your business.
Years of IT experience
and
http://www.symantec.com/business/products/family.jsp?familyid=backupexec
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Requirement Cheap:
DOS batch files. Price = 1 hour programming and testing.
Requirement Exchange and SQL.
DOS will not copy an open file so you might have to look elsewhere. I know that you can write a script to do an export from the SAL and copy the export but I do not know if you can do that for exchange.
The best place in the world to do research on this sort problem is Google Groups. Navigate over to google and go to groups and start a search of groups.
There are people in some of those groups that know how to do amazing things that everyone tells you is impossible.
Personal experience.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$If you do a verify after the backup though, and don't bounce the hard drive around that holds the image file, there's a good chance it'll last a long time. The Acronis backup products I'd stake my frayed all-nighter IT nerves on to this end. If you've had experiences with Ghost however (which has seemed to deteriorate ever since being bought out from Norton to Symantec), I can relate to what you're saying.
One note about the batch file, for doing SQL and Exchange backups one could incorporate commands to manually stop the related services so that the files aren't locked any longer, then run the backup process, and afterwards restart the services. Just schedule the batch file to run separate from whatever maintenance schedules normally run in off-hours.
For personal use thats basicaly what I already do. As for SQL, you can write a stored export procedure and have it run at set intervals. For our buisness solution though it obviously wont work :(
I've been reading about a lot of people using Amazon's S3 as a back up system. Blogger Jeremy Zawodny, formerly of Yahoo, made a list of various backup services here:
http://jeremy.zawodny.com/blog/archives/007641.html
JungleDisk is the one I hear about a lot.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Unfortunatley offsite backups of this sort arent really an option. In some cases due to bandwidth and the amount a customer has to backup. In others because the data has to be very secure and while encryption is an option; these customers dont want to take any risks (they have good reasons that I cant share).
I know this doesn't help vantlor, but for others who may come across this page: I too have been using Mozy and have been pretty impressed. It's like $6 / month, does nightly incremental backups (after a single, initial monster-backup when you first set it up) to a 'server in the sky'.
Now I have never tried a full restore from Mozy -- and that would be the real test -- but my guess is (based on how I've seen it work so far on the upload side) that it would work just fine: seems well-engineered & reliable.
Yea Mark, I have heard Mozy is pretty sweet from quite a few people. I dont have much direct experience with it but it has saved my dad a good amount of trouble. Its also faster than other online services from what I have heard.
http://www.licentejocuri.ro/images/Norton%20Ghost%202003%20for%20Win2000ME98XPNT.jpg
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$tapes just make life hard,
and robocopy is the bomb
My own setup
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Definitley something I have considered, and actualy have used in a few cases. The problem here though is they would have to swap the drives just like tapes or the risk to the data is to great. Some random disgruntled employee could just login and nuke the online drives. Tapes arent always online though. And swapping a bunch of tapes is harder than drives, also if they steal a tape, its going to be alot harder for them on average to get the data off it.
In short, good solution if its not a huge buisness or if they are willing to take that kinda risk. And yes I do realize there are ways to make it work but it still only applies to a small pool of our customers.
http://www.educ.umu.se/~cobian/cobianbackup.htm
I don't know how Microsoft Exchange or Microsoft SQL is stored, but my guess is that it is stored as a file on the users hard drive.
This software however may be more for the average consumer than for the business person.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$What we primarily want is a local backup without having to have an FTP server installed anywhere (local or not). Network backup capable software is great, but it would be best if we can just use their existing server and the drives it has instead of, well, not :) Running a local FTP server is a possibility I suppose, but that just adds another failure point for something we want to keep simple. Thanx for the answer!

Should have mentioned this in the original question, my mistake... We are looking to possibly move away from Symantec. Still a good answer though, thanx!