14 lines
546 B
Plaintext
14 lines
546 B
Plaintext
#
|
|
# ---------- backup - SEE root`s CRONTAB
|
|
#
|
|
# ---------- pruning md_archive
|
|
10 1 * * * /works/admin/pruneData.sh /works/cvtt/md_archive 180 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /works/cvtt/logs/$(date '+\%Y\%m\%d').prune_md_archive.log
|
|
|
|
#
|
|
15 0 * * * /works/admin/archiveLogs.sh /works/cvtt/logs /works/cvtt/archive/logs 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /works/cvtt/logs/$(date +\%Y\%m\%d_\%H\%M\%S).archive_logs.log
|
|
#
|
|
# Test --------------------------------- Remove
|
|
#
|
|
# Test --------------------------------- Remove
|
|
|