From 4c1c715cddf6af91349aabc12cc57676bf8af3ec Mon Sep 17 00:00:00 2001 From: Cryptoval2 Date: Tue, 23 Jun 2026 00:12:03 +0000 Subject: [PATCH] minor --- cron.examples/crontab.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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