backup files on Solaris8 box

I want to create a backup operator a/c for my backup server to use to connect to my solaris 8 box to do a full backup. Which group should I create this user in in order for the a/c to have enough rights to backup everything under "/" file system? (using "root" is definitely not a good idea!!)

[307 byte] By [cmk168] at [2007-11-25 23:20:59]
# 1

If you want to back up absolutly everything under "/" regardless of permissions and don't want to use root, you may want to look into ACLs. You could create an ACL and apply it to all files to give a certain user (whatever you would name your backup user) read only permission to everything. I don't know if this is applicable to your situation, but it might spark a better idea.

Ryan

paladinrjb at 2007-7-5 18:08:47 > top of Java-index,General,Talk to the Sysop...
# 2
Any better idea without using ACL?
cmk168 at 2007-7-5 18:08:47 > top of Java-index,General,Talk to the Sysop...
# 3
You could use 'ufsdump'. Members of the 'sys' group are allowed to use it to read every file (including '/etc/shadow' and such). Does that work for you?HTH,Ryan
paladinrjb at 2007-7-5 18:08:47 > top of Java-index,General,Talk to the Sysop...
# 4
This works fine! Thank you!
cmk168 at 2007-7-5 18:08:47 > top of Java-index,General,Talk to the Sysop...