Re: [ADVANCED-DOTNET] OT: Back up strategy

2008-02-15 Thread Marc Brooks
> Anybody used JungleDisk? I hear good things... Maybe that's a solution > here? Liking it so far... and with the Pro version you get the Volume Shadow support so you can backup up (conforming) databases (like SQL Server) on the fly and get only committed transactions. -- "He uses statistics a

Re: [ADVANCED-DOTNET] OT: Back up strategy

2008-02-15 Thread Pardee, Roy
008 5:17 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] OT: Back up strategy http://en.wikipedia.org/wiki/RAID remember..your most valuable data "is" your source-code. Put the O/S on it's own separate physical disk. I'd recommend against using a single d

Re: [ADVANCED-DOTNET] OT: Back up strategy

2008-02-15 Thread Phil Sayers
ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] OT: Back up strategy > On Fri, 15 Feb 2008 09:37:22 +0100, Frans Bouma <[EMAIL PROTECTED]> wrote: > > > > What I am thinking is that our subversion server should be RAID 5 > > > > Subversion is jus

Re: [ADVANCED-DOTNET] OT: Back up strategy

2008-02-15 Thread Frans Bouma
> On Fri, 15 Feb 2008 09:37:22 +0100, Frans Bouma <[EMAIL PROTECTED]> wrote: > > > > What I am thinking is that our subversion server should be RAID 5 > > > > Subversion is just a bunch of files, [...] any backup software can > > pick them up, and restoring it is easy. > > Is it really that simple?

Re: [ADVANCED-DOTNET] OT: Back up strategy

2008-02-15 Thread Per Bolmstedt
On Fri, 15 Feb 2008 09:37:22 +0100, Frans Bouma <[EMAIL PROTECTED]> wrote: > > What I am thinking is that our subversion server should be RAID 5 > > Subversion is just a bunch of files, [...] any backup software can > pick them up, and restoring it is easy. Is it really that simple? Wouldn't you

Re: [ADVANCED-DOTNET] OT: Back up strategy

2008-02-15 Thread Frans Bouma
> Hi,I've just started a job with little or no IT infrastructure. In previous > jobs there has always been infrastructure in place to back up source control > and the SQL Servers we use for development, UAT etc.I am using Subversion for > source control. How > best do people handle nightly back u

Re: [ADVANCED-DOTNET] OT: Back up strategy

2008-02-15 Thread Per Bolmstedt
On Fri, 15 Feb 2008 08:17:19 +, Paul Cowan <[EMAIL PROTECTED]> wrote: > Hi,I’ve just started a job with little or no IT infrastructure. Also, there seems to be no Google. Sounds like a crap job indeed. This is Google's lucky hit: http://blog.markwshead.com/archives/2005/09/21/backing-up-subv

[ADVANCED-DOTNET] OT: Back up strategy

2008-02-15 Thread Paul Cowan
Hi,I’ve just started a job with little or no IT infrastructure. In previous jobs there has always been infrastructure in place to back up source control and the SQL Servers we use for development, UAT etc.I am using Subversion for source control. How best do people handle nightly back ups?What