Date: Tue, 16 Jan 2001 21:47:59 -0500 (EST) From: Jim Durham <durham@w2xo.pgh.pa.us> To: Bill Moran <wmoran@mail.iowna.com> Cc: Dave VanAuken <dave@hawk-systems.com>, freebsd-questions@FreeBSD.ORG Subject: Re: Poor mans backup solution required Message-ID: <Pine.BSF.4.21.0101162136270.1467-100000@shazam.int> In-Reply-To: <3A630DD2.26136B9@mail.iowna.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 15 Jan 2001, Bill Moran wrote: > Dave VanAuken wrote: > > > Any recommendations for perhaps tar-ing the directory tree to a second > > IDE drive each night, or other solutions involving the cost of adding > > another $100 IDE drive. > > Sounds like you've answered your own question. We've even considered > making a "backup server" on our network that would be used HW (old P90 > or something with 16 or 32M RAM) except for a new, big HDD and just tar > important stuff to an NFS share on a regular basis. > > A second HDD wouldn't be a bad idea either, you could even have a backup > script that mounts the filesystem, does the backup and then unmounts the > filesystem to keep anyone from inadvertantly messing with it. > Ah... great minds running in the same gutter I see. I recently purchased a 30gb IDE drive, put it in an old Gateway P90 and it NFS mounts the "files" partition from the main server. Every night a simple cron script copies any files that have changed. This machine has a full installation of FreeBSD, and in the event of main server "crash and burn", it could be pressed into service. That's another plus of doing this. Also, you can get fancy and make a main backup and then have smaller areas on the drive for a rotating set of deltas. You could keep a week's worth of deltas in 7 smaller directories and be able to rescue user's who screw something up as long as they tell you within a week of doing it. It sure beats backing up 20 gb of data with a 2 gb tape drive! -Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101162136270.1467-100000>