Backup - was [nmglug] Raid Help

Tim Emerick timothyemerick at yahoo.com
Fri May 27 14:21:58 PDT 2005


My thought process was as follows:

About 30 gigs of data broken out into 3 categories.

1. Static Data that is typically read-only (CD Images, HD Images, Network
Install Points) that rarely changes and I can regenerate quickly.

2a. Database that changes but I would need to backup the entire dataset to
restore the database.

2b. Variable Data that can change daily that users might accidentally delete.
 Accounting spreadsheets, etc.

pseudo-code:

rotate backups.
perform todays backup.
Delete any backups older than a defined number of days old.
Delete any backup data that meets criteria 2a and is older than 2 days.
delete any backup data that meest criteria 1 and is older than 1 day.

end-pseudo-code

I just use a simple cp to copy my shared directory to a large hard drive and
share it out as a hidden read-only samba share.  Backups are in directories
labeled 1-30 (or however many days I am going to retain).  Certain Admin type
users can retrieve Category 2b files from any number of days ago by browsing
to the hidden share/day number/data location.  ie. I want to retrieve a
spreadsheet from 3 days ago that I kept on the server in the /helpme folder. 
I would browse to //server/hidden$/3/helpme and retrieve the file.

It's rough and damn insecure but it works for me and my feeble users.

I've been looking into Bacula or some other samba based PC backup.

Oh well, other projects call.

Tim

--- Karl Hegbloom <karlheg at laclinux.com> wrote:

> On Thu, 2005-05-26 at 21:26 -0700, Tim Emerick wrote:
> > I've never failed it on purpose.  The reason I mirrored and didn't stripe
> > these two disks is because I hate doing backups.  The mirror solution
> seemed
> > like a nice middle ground to doing tape backups every night.
> 
> But what if you accidentally delete a file?
> 
> -- 
> Karl Hegbloom <karlheg at laclinux.com>
> Los Alamos Computers, Technical Support
> 
> 
> _______________________________________________
> nmglug mailing list
> nmglug at nmglug.org
> http://www.nmglug.org/mailman/listinfo/nmglug
> 



		
__________________________________ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 




More information about the nmglug mailing list