tasty cron job for wordpress web site backup
authorFred T. Hamster <fred@gruntose.com>
Wed, 30 Oct 2024 15:56:33 +0000 (11:56 -0400)
committerFred T. Hamster <fred@gruntose.com>
Wed, 30 Oct 2024 15:56:33 +0000 (11:56 -0400)
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 [new file with mode: 0644]

diff --git a/infobase/configuration/cron/backup_wordpresses.crontab b/infobase/configuration/cron/backup_wordpresses.crontab
new file mode 100644 (file)
index 0000000..5acfafd
--- /dev/null
@@ -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
+
+##############
+
+