DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T n

⟦6798e9ff9⟧ TextFile

    Length: 535 (0x217)
    Types: TextFile
    Names: »nightly.sh«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/others/quipu/tools/dsaconfig/quipu/scripts/nightly.sh« 

TextFile

: run this script through /bin/sh
:	nightly maintenance script for Pilot project

PATH=/usr/etc/quipu/scripts:$PATH export PATH

cd /usr/etc/quipu/stats

mv -f stats.log stats.log-0 >/dev/null 2>&1

(echo "To: wpp-stats@nisc.nyser.net" ; \
    echo "Subject: Pilot statistics" ; \
    echo "" ; \
    getstats.sh 2>&1 | tee stats.log) | /bin/mail wpp-stats@nisc.nyser.net

(echo "To: wpp-stats@nisc.nyser.net" ; \
    echo "Subject: Pilot tree" ; \
    echo "" ; \
    ditree.sh < top.log) | /bin/mail wpp-stats@nisc.nyser.net

exit 0