Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2138 → Rev 2114

/alcasar.sh
651,7 → 651,7
# - base = users database
# - archive = tarball of "base + http firewall + netflow"
# - security = watchdog log
for i in base archive security activity_report;
for i in base archive security;
do
[ -d $DIR_SAVE/$i ] || mkdir -p $DIR_SAVE/$i
done