From: Fred T. Hamster Date: Tue, 3 Dec 2024 21:21:39 +0000 (-0500) Subject: renaming for clarity X-Git-Tag: 2.140.189^2~97 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=c3e975ae526597aeb23d13496aa78b334d804827;p=feisty_meow.git renaming for clarity --- diff --git a/infobase/configuration/cron/emit_crontab.crontab b/infobase/configuration/cron/emit_crontab.crontab deleted file mode 100644 index 095b9ae4..00000000 --- a/infobase/configuration/cron/emit_crontab.crontab +++ /dev/null @@ -1,9 +0,0 @@ - -############## - -#[emit_crontab] -# meta-operation to backup the crontab file using cron itself. -28 */8 * * * crontab -l >$HOME/$(hostname).$CRONUSER.crontab - -############## - diff --git a/infobase/configuration/cron/emit_server_crontab.crontab b/infobase/configuration/cron/emit_server_crontab.crontab new file mode 100644 index 00000000..fa58f17b --- /dev/null +++ b/infobase/configuration/cron/emit_server_crontab.crontab @@ -0,0 +1,9 @@ + +############## + +#[emit server crontab] +# 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 ) &>>/tmp/${CRONUSER}-cron-emit_server_crontab.log + +############## + diff --git a/infobase/configuration/cron/emit_user_crontab.crontab b/infobase/configuration/cron/emit_user_crontab.crontab new file mode 100644 index 00000000..da39cbc3 --- /dev/null +++ b/infobase/configuration/cron/emit_user_crontab.crontab @@ -0,0 +1,9 @@ + +############## + +#[emit user crontab] +# meta-operation to backup the crontab file using cron itself. +28 */8 * * * crontab -l &> $HOME/$(hostname).$CRONUSER.crontab + +############## + diff --git a/infobase/configuration/cron/save_server_crons.crontab b/infobase/configuration/cron/save_server_crons.crontab deleted file mode 100644 index 266cf038..00000000 --- a/infobase/configuration/cron/save_server_crons.crontab +++ /dev/null @@ -1,9 +0,0 @@ - -############## - -#[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 ) - -############## -