Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2828 → Rev 2829

/alcasar.sh
804,7 → 804,8
# - base = users database
# - archive = tarball of "base + http firewall + netflow"
# - security = watchdog log
for i in base archive security activity_report;
# - conf_file = archive conf file (usefull in updating process)
for i in base archive security activity_report conf_file;
do
[ -d $DIR_SAVE/$i ] || mkdir -p $DIR_SAVE/$i
done