I work in a small office. We have about 15 in-house employees, with 10 more mobile employees. The mobile employees use SonicWall to connect to our VPN. We are all Microsoft based, 2000/XP/2003
We want to make an efficient automated once-a-week backup system. Currently, everyone copies their important files to one main file server. This file server is then backed up on a 40/80 GB tape drive. However, they often forget, are too lazy, or just don't know what files to move over. Some even don't know how.
We want to automate this process without buying expensive software that is probably too big and complex for our simple needs. It would help if the files are copied to the server with some sort of script, but it is not necessary. Does anyone have any ideas or good websites that may help me?
http://www.easydesksoftware.com/saveit.htm
Maybe you could use the briefcase features built into windows to do what you need heres some docs on it.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinpro00/html/w9p0085.asp
http://support.microsoft.com/default.aspx?scid=kb;en-us;307885
Ultimately it would also be possible to simple use batch file and the Scheduler built into windows to run the batch file at given times. More or less the same functionality of the above shareware program.
All the batch file needs is something like - copy c:\WorkingDir\*.* f:\FredsWorkingDir.
That can take care of the client side and get the stuff to the server.
The server side is going to depend on just how much data you need to backup. If you are backing up the whole server OS and all you probably should go to some sort of image system, Acronis is good, http://www.acronis.com/. Combine it with a hot swap SATA hard drive and have the system backup to the drive then change the drive every day, look here http://www.addonics.com/products/HDDC/. To do longer term backups use your existing tape drive to backup off the 'live' backup hard drive. This could be done on the server or plug it into another machine to do it. So something like swapping drives daily then once a week make a tape.
In the end it just has to be painless. The less pain the better it will be maintained.