What can I ignore when backing up UNIX boxes?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers What can I ignore when backing up UNIX boxes?
# 1  
Old 09-15-2005
What can I ignore when backing up UNIX boxes?

Hi All,

Long question and possibly a very short answer....

At work we've just got a new 3rd party backup solution (Netvault by Bakbone -it's v. nice), and I'm currently setting up my UNIX clients as part of the backup schedule. It's just occurred to me that there may be certain files or directories that, as a default, can be excluded from the aforementioned backup schedule.

Is there an equivalent directory to the Windows Temporary Internet Files that I can exclude? - I don't want to waste time backing up the peoples latest cricket scores, surfing habits, personal mails etc. or anything that's not business related.

If you've any ideas let me know, but I've got a feeling that I'll need to go through each server individually before I can start making assumptions....

Thanks, as always.

Regards,

Ger
# 2  
Old 09-16-2005
Quote:
Originally Posted by geralex
Is there an equivalent directory to the Windows Temporary Internet Files that I can exclude?
/tmp, /usr/tmp, /home/*/.mozilla
Quote:
I don't want to waste time backing up the peoples latest cricket scores, surfing habits, personal mails etc. or anything that's not business related.
All user mail, or just business-related mail? If you want to skip all per-user mail, skipping over /home/*/Mail could do it. If this machine is configured with individual users and individual home directories, that is. You can also ignore per-user config files, /home/*/.* except for ones you decide are important. And if mozilla's running on your server be sure to chop out /home/*/.mozilla, browser cache is kept there.

But none of that works if people aren't running things in their home directories on the server. It really depends how the machine is configured.
# 3  
Old 09-16-2005
Thanks Corona,

The user mail is popped to the end users desktops which are backed up elsewhere, and the mail server is backed up under it's own schedule, so we should be covered for any restores of (or from) business mail.

Any other thoughts?

Cheers,

Ger

Last edited by geralex; 09-16-2005 at 04:09 AM.. Reason: My sentence structure is like that of a five-year-old
# 4  
Old 09-16-2005
If mail's backed up on it's own schedule, you can leave /var/spool/mail from your backups, in fact, maybye leave /var/spool entirely. It's where stuff like mail and printing queues go.
# 5  
Old 09-19-2005
Great stuff - thanks for your thoughts.

Ger
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

monitoring various things (mainly activity) on different unix boxes

Hi there, I want to ask you guys what you think about my problem. I work as a sysadmin on about 7000 workstations or so and to save money and energy, we've decided to switch off as many workstations as possible during the night (probably by shutting it down by cron and power it on by... (8 Replies)
Discussion started by: albator1932
8 Replies

2. Solaris

how to config sudo in unix boxes

Hi How to configure sudo in all unix boxes. plz provide the step by step process. Regards Praveen (3 Replies)
Discussion started by: tv.praveenkumar
3 Replies

3. UNIX for Dummies Questions & Answers

Dowe have other tools like Putty to connect UNIX boxes

New to UNIX, do we have only putty to work with UNIX boxes remotely ?????? any other tools.. (1 Reply)
Discussion started by: nivaspIND
1 Replies

4. UNIX for Dummies Questions & Answers

Help! Suggestions on what I can I use my 2 unix boxes for?

Once upon a looong time ago I used to work with Unix systems - SGI mainly. Now I've inherited 2 boxes - an SGI dual processor Octane and an Indigo2. For the past 2 years they've sat waiting for me to do something with them and never getting round to it. I run a windows network at home so... (3 Replies)
Discussion started by: JimmyChang
3 Replies

5. UNIX for Advanced & Expert Users

How to direct-connect two UNIX boxes

Hello, I have a V880 and a 420 running Solaris 9. Each box has more than one NIC card. I'd like to know how to configure the network on the two boxes so that I can directly connect the NIC cards. Meaning, I don't want a switch or router between the two. I just want to run a CAT5 cable to each... (3 Replies)
Discussion started by: agcodba
3 Replies

6. Shell Programming and Scripting

Compare files across 2 UNIX boxes

Is it possible to compare two files which reside on different UNIX boxes? (I'm using HP POSIX/Korn) :confused: Consider the scenario of a pre-production environment (box 1) and a production environment (box 2) I would like to check if some files on both boxes match or not. It's quite... (2 Replies)
Discussion started by: flattyre
2 Replies

7. UNIX for Dummies Questions & Answers

Backing up or Archiving files in UNIX

Hi All, I am very new to the UNIX world and find myself in a new position at work that requires me to archive large CADD files based in both UNIX and Windows environments on CD's. I have one engineer that wants to export these files as a table (I guess) and it appears to have a lot of paper... (2 Replies)
Discussion started by: Dsartelle
2 Replies

8. UNIX for Dummies Questions & Answers

quering unix boxes for attaced printers

Greetings All, I was wanting some info seeing i am a ms geek looking to go into UNIX if i want to query a UNIX box for info regarding printers, LPDs and such source how would i go about this !!!! All comments that would point me in the right direction would be most useful. Cheers (1 Reply)
Discussion started by: seekerO
1 Replies

9. UNIX for Dummies Questions & Answers

users logging on to unix boxes

I have been asked to write a unix script to log and report all users logging on to our unix boxes as either the root or oracle users only on a 24 hour basis. This should trap the logon and logoff time,if possible what they are doing and their username. Thanks in Advance (2 Replies)
Discussion started by: irehman
2 Replies

10. Programming

text boxes, radio buttons , check boxes in c++ on unix

Hi ! Please tell me how to get radio buttons, text boxes , check boxes , option buttons , pull down menus in C++ on Unix. I think it would be done using curses.h ..but that's all i know. TIA, Devyani. (3 Replies)
Discussion started by: devy8
3 Replies
Login or Register to Ask a Question