From: Fred T. Hamster Date: Wed, 30 Oct 2024 15:56:33 +0000 (-0400) Subject: tasty cron job for wordpress web site backup X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=784ac426a4681caa751d57a9af177d39154b20df;p=feisty_meow.git 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. --- 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 + +############## + +