Hi there,
we have a little problem. Our operators are supposed to do backups 
and restores. They will need root access to backup everything. Sudo 
will do the job. But here is the catch: Those guys don't know much 
about UNIX and I sometimes doubt their responsibility (Sounds hard, I 
know). So I don't want them to have root access for writing. We use 
GNU tar for our backups (it runs on almost all platforms).
There are a few approaches we discussed:
-Modify GNU-tar. Take away the 'x' feature and then use sudo (seems 
to work; looks quick and dirty)
-Set an alias for tar to tar -k (difficult)
-Don't give 'em root access at all and I have to do it myself (Naah)
-???
Did anybody face the same problem? How did you solve it? How do you 
handle your backup stuff?
I will summarize.
TIA
Juergen
**********************************************************************
Die Deutsche Bibliothek                             Juergen Bock
Zeppelinallee 4-8                                   069-7566-735
60325 Frankfurt                                     bock_at_dbf.ddb.de
                       LEBBE GEHT WEIDER
**********************************************************************
Received on Wed Oct 30 1996 - 09:10:17 NZDT