#
#   Some files to copy into the vault for safekeeping... note - won't 
# suck up dirs, only files, so:
#
# 	/etc/*
#
# wouldn't get stuff in the /etc/postfix subdirectory, for instance,
# you'd need:
#
#	/etc/*/*
#
# Also, uses *SHELL* RE, *NOT* perl regexp, so don't try "/etc/.*"!
#
#

# just in case you're foolish enough to comment out /etc/*, need these at
# least!!!  No harm in dups.

/etc/passwd
/etc/group
/etc/aliases
/etc/hosts.*
/.rhosts

/etc/*

/etc/*/*

/etc/named*/*
/usr/local/etc/*
/usr/local/etc/*/*

# need to get that darn kernel file, wherever it is...
/*
/.*
/root/*
/root/.*


# individual files:
/usr/lib/crontab
/usr/lib/aliases
/usr/spool/uucp/L.sys

#
#  Var has some interesting things.  Shell expansion might die on
# these, so I'll duplicate work below.  Maybe I should do a -R flag.
#
/var/*
/var/*/*
/var/*/*/*

# logs?
/var/log/*
/var/adm/*

/var/audit/*

#
# cron, etc?
/var/spool/cron/crontabs/*
/var/spool/cron/atjobs/*

/var/spool/*
/var/spool/*/*

/var/crash/*/*

