From 784ac426a4681caa751d57a9af177d39154b20df Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 30 Oct 2024 11:56:33 -0400 Subject: [PATCH] tasty cron job for wordpress web site backup this reflects a change in our handling of the wordpress sites, since we cannot have them under git control apparently. --- infobase/configuration/cron/backup_wordpresses.crontab | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 infobase/configuration/cron/backup_wordpresses.crontab diff --git a/infobase/configuration/cron/backup_wordpresses.crontab b/infobase/configuration/cron/backup_wordpresses.crontab new file mode 100644 index 00000000..5acfafd0 --- /dev/null +++ b/infobase/configuration/cron/backup_wordpresses.crontab @@ -0,0 +1,9 @@ + +############## + +# back up the wordpress sites, which are no longer revision controlled. +0 7 * * 2 (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; zip -r "/z/stuffing/archives/wordpresses_$(date_stringer).zip" "$HOME/wordpresses") &>>$TMP/$CRONUSER-backup_wordpresses.log + +############## + + -- 2.34.1