- Location
- Bountiful, land of rocks
RUYellow said:Not to throw you completely off track, but are you planning on just syncronizing data, if so that does not give you the ability to restore for last month, week, yesterday.
I don't do Net Admin anymore, but I had many times that I had to restore a file that was changed a month before that.
RAID I love, but RAID does nothing for the stupid secretary that deletes the entire file she needs.
Just remember make an idiot proof system, and they will make a better idiot.
Sorta. It'll be stored as 'changed' for the week, full backup each week of 'new files', etc. We were looking at a cool Linux based system at the bank I worked at that was pretty batch driven. I'm trying to get the batch source files and modify them to fit my needs for this project. There'll be some issues, I'm sure as we were able to compress files pretty significantly due to the type of business. We do a lot of Adobe stuff here and I don't think that'll compress quite as well.
We started with a full backup of the existing server files.
Monday: Copied over any 'new' or modified files into a dated folder
Tuesday: Copied over any 'new' or modified files into a dated folder (including Monday's files)
Wednesday: Copied over any 'new' or modified files into a dated folder (including Monday and Tuesday's files)
Thursday: Copied over any 'new' or modified files into a dated folder (including Monday-Wednesday's files)
Friday: Copied over any 'new' or modified files into a dated folder (including Monday-Thursday's files)
Saturday: Copied over any 'new' or modified files into a dated folder (including Monday-Friday's files)
Sunday: Backup of all files (kinda redudant, but if you had some file corruption for whatever reason on Sat., you'd get a chance to get it again--or you could copy a corrupted file again ) into a dated folder.
2nd Monday: Copied over any 'new' or modified files into a dated folder
2nd Tuesday: Copied over any 'new' or modified files into a dated folder (including Monday's files)
2nd Wednesday: Copied over any 'new' or modified files into a dated folder (including Monday and Tuesday's files)
2nd Thursday: Copied over any 'new' or modified files into a dated folder (including Monday-Wednesday's files)
2nd Friday: Copied over any 'new' or modified files into a dated folder (including Monday-Thursday's files)
2nd Saturday: Copied over any 'new' or modified files into a dated folder (including Monday-Friday's files)
Basicly, what we ended up with was a rolling months worth of weekly backups and a rolling years worth of monthly backups on an FTP looking-browser interface server (wish I could remember what he was using). As admins (or I think you could grant rights to users ) you could find and restore files pretty quickly.
I'm kinda wanting to modify this to just do the 'changed' files for probably a month (a week would work fine, though), then do another 'FULL' backup via a physical transfer (firewire, USB or ???) where I haul a device home and plug it into the other server.
It's still kinda half baked, but where I'd like to go. I'm sure I'll end up with tapes again ($,$$$ cheaper than a solution like this), but wanted to see if anybody had tried something like this.
rusted said:Brings up a good point, where tapes are very strong. you could easily own a year worth of tapes, and cycle through those for less money that setting up a spare machine, or multiple external hard drives. One tape per week, or one tape for every two weeks that sits on a shelf, and after a year you start cycling those back in. You could then go back in time up to a year to retrieve files. Very difficult and expensive to do that wtih the FTP or DVD or external drive options disussed.
I'm probably in a much better place with LTO format tapes than I am with my current DLT units (obviously ). I just want to step ahead of LTO if I can.
I'm checking out your 'robocopy' as soon as I get a spare minute (looks like they'll be kinda hard to come across this week). You just backing up to anther WinDoze server?