# for your own particular install location.
FEISTY_MEOW_APEX=/opt/feistymeow.org/feisty_meow
-# crontab miniature docs:
+# miniature docs for crontab:
#
# below is the short form key to the crontab positional entries for times:
# m h dom mon dow command
##############
#[process_check]
-# a crontab for periodically dumping the process state.
+# periodically dumps the process state.
* * * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; bash $FEISTY_MEOW_SCRIPTS/processes/show_hot_ones.sh) &>>/tmp/${CRONUSER}-cron-active_processes.log
##############
+++ /dev/null
-
-##############
-
-#[serene_root_crontab]
-# update the stored crontab for the root user, using a cron job!
-14 */8 * * * (crontab -l >/home/www-data/web/root.crontab ; chown www-data:www-data /home/www-data/web/root.crontab)
-
-##############
-
--- /dev/null
+
+##############
+
+#[server crontab saver]
+# record the crontab for the root user, using a cron job!
+14 */8 * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; crontab -l >/z/stuffing/archives/root-$(hostname)-$(date_stringer).crontab ; chown -R fred:fred /z/stuffing/archives )
+
+##############
+
#[update_system_time_local_server]
# the central host machine uses this version, to synch time externally.
-#0 0,4,8,12,16,20 * * * /usr/bin/rdate -s time.nist.gov &>>/tmp/${CRONUSER}-cron-time_synch.log
+#0 0,4,8,12,16,20 * * * /usr/sbin/rdate -s time.nist.gov &>>/tmp/${CRONUSER}-cron-time_synch.log
##############
##############
-#[update_apt_based_linux_crontab]
+#[update_apt_based_linux]
# does a daily update of an apt-based linux box at pi o'clock.
14 3 * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; bash $FEISTY_MEOW_SCRIPTS/system/naive_system_updater.sh) &>>/tmp/${CRONUSER}-cron-update_aptbased_linux.log
PHASE_MESSAGE="installing additional helper packages"
if [ "$opsystem_here" == "debianesque" ]; then
- PAX=(dos2unix genisoimage imagemagick iputils-ping ncal screen python3 python3-pip xserver-xorg xorg-docs )
+ PAX=(dos2unix genisoimage imagemagick iputils-ping ncal screen python3 python3-pip rdate xserver-xorg xorg-docs )
elif [ "$opsystem_here" == "redhatty" ]; then
- PAX=(dos2unix genisoimage ImageMagick screen python3 python3-pip xorg-x11-server-Xwayland xorg-x11-docs )
+ PAX=(dos2unix genisoimage ImageMagick screen python3 python3-pip rdate xorg-x11-server-Xwayland xorg-x11-docs )
#genisoimage untested
elif [ "$opsystem_here" == "macos" ]; then
- PAX=(dos2unix genisoimage imagemagick ncal screen python3 xquartz linuxbrew/xorg/xorg-docs )
+ PAX=(dos2unix genisoimage imagemagick ncal screen python3 rdate xquartz linuxbrew/xorg/xorg-docs )
#genisoimage untested
elif [ "$opsystem_here" == "windoze" ]; then
- PAX=(dos2unix genisoimage imagemagick ncal screen python3 python3-pip xserver-xorg xorg-docs )
+ PAX=(dos2unix genisoimage imagemagick ncal screen python3 python3-pip rdate xserver-xorg xorg-docs )
#genisoimage untested
fi