Hi Eric, we are currently developing a small program/service for our customers exactly for this purpose.
To just backup the data to a remote server is very easy, even on Windows: Use cygwin. It comes together with rsync and ssh. I recommend you use rsync since it is the most effective AFAIK and the transfer is safe (not unimportant to law companies). Then you could run a nightly task to backup the data. We also found that revision the data on the backup server could also be very helpful using rsnapshot. This tool is actually intended for backups between UNIX/Linux boxes, however, you can also run it locally. It creates full daily backups with the storage need of an incremental backup while using links to unchanged files. Cheers. Dave. > Thanks for the reply, Tim. I didn't specify in the OP, but this is from > Windows systems to my freebsd server. The retrieval method will be a > copy on CD/DVD, at a premium, of course, in the even they have a > faliure. > > Thanks again for all your help. > > > > > Found on Conan O'Brian: > Children's books written by celebrities; > By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very > Bad Day. > > ----- > Keep your powder dry and your pecker hard and the world WILL turn. > > ----- > Eric F Crist > > > > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"