Date: Fri, 28 Sep 2007 07:01:26 -0400 From: Bill Moran <wmoran@potentialtech.com> To: "dhaneshk k" <dhaneshkk@hotmail.com> Cc: david.robillard@gmail.com, freebsd-questions@freebsd.org, terry@sucked-in.com Subject: Re: Backup Solution Message-ID: <20070928070126.e924dcff.wmoran@potentialtech.com> In-Reply-To: <BAY127-F35CAC30EC2828BD7E947A5B2B20@phx.gbl> References: <226ae0c60709270712h3f862342t65da549364a4f3d5@mail.gmail.com> <BAY127-F35CAC30EC2828BD7E947A5B2B20@phx.gbl>
next in thread | previous in thread | raw e-mail | index | archive | help
In response to "dhaneshk k" <dhaneshkk@hotmail.com>: > Hi everybody , > > I like to know the different backup techniques that is very cheaper (I > cant go for a SAN, mirror .. even if I can purchase those,please excuse me > because I believe more productivity @ less resources )for my webserver, but > any solution logicaly the cheapest one ,by which I can restore all the data > that I have just before the server crash(if it occurs) > > What I followed was I configured a crontab in mydesktop PC which will run > rsync utility through ssh to my webserver at 23 rd hour of a day . so I > can get incremntal backup of the directories and database ( that I > configuerd for rsync )daily . > > But I want a solution through that I can restore my server without any data > lose (ex: if the server crashes at 23.30 hour then that 30 minutes data I > lose ). > > So many experts here in this mailing lists can suggest their techniques > for a full system recovery(& backup solutions) after the crash without any > data lose. rsync more often. Seriously. If your data is that important, put it in a loop and run it nonstop, or with a 5-minute sleep between each run. In general, however, the requirements you seem to be asking for don't fall under the category of "cheap". There are some things you just can't do cheaply, and getting up to the minute backups is one of them. Who are all these other people in the recipient list? -- Bill Moran http://www.potentialtech.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070928070126.e924dcff.wmoran>