diff --git a/cron.examples/crontab.txt b/cron.examples/crontab.txt index 42c64e3..23088ab 100644 --- a/cron.examples/crontab.txt +++ b/cron.examples/crontab.txt @@ -1,3 +1,4 @@ +# ============================================================ # # ---------- pruning md_archive 10 3 * * * /works/utils/prune_data.sh -d /works/cvtt/md_archive -D '6 months ago' 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /works/logs/$(date '+\%Y\%m\%d').prune_md_archive.log @@ -5,4 +6,6 @@ # ---------- U t i l s 15 0 * * * /works/utils/archive_logs.sh -L /works/logs -A /works/archive/logs -D 'week ago' -H 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /works/logs/$(date +\%Y\%m\%d).archive_logs.log # - +# ============================================================ +# ---------- T e s t +# ---------- T e s t