very tastier crontab updates
authorChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 20:40:18 +0000 (15:40 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 20:40:18 +0000 (15:40 -0500)
infobase/configuration/cron/aa_cron_defaults.crontab
infobase/configuration/cron/backup_maildir.crontab
infobase/configuration/cron/nechung_fortune.crontab

index f86ce8dd1d3e63c4df0edd1c7b9381681f05ec6a..fb40e2d0afed2991794b8363b0579b2653c6b6a1 100644 (file)
@@ -57,9 +57,10 @@ USER=fred
 # ('&>>') to an output file.  if your output can be huge, then you may want to
 # overwrite the output file instead ('&>').
 
+#[nechung fortune]
 # runs every minute and recreates a fortune for thunderbird signature.
 # a lot of the detail below is to get the feisty meow environment loaded for
-# the command.
+# the new_sig command.
 * * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; perl $HOME/feisty_meow/scripts/text/new_sig.pl) &>>/tmp/${USER}-cron-nechung_fortune.log
 
 
index 4939c033b8c83b1aa5b277b0e57ab71d35ca774f..c3fa624b86c02b1f427b87fb1df11552f9785fc5 100644 (file)
@@ -1,5 +1,5 @@
 
 #[backup maildir]
-# backs up the maildir folder for fred monthly
-* * 1 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/maildir_backup_$(date_stringer).tar.gz $HOME/Maildir) &>/tmp/maildir_backup_${USER}.log
+# backs up the maildir folder for fred bi-monthly.
+8 4 3,14 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; tar -czf /z/stuffing/archives/maildir_backup_$(date_stringer).tar.gz $HOME/Maildir) &>/tmp/${USER}-cron-backup_maildir.log
 
index e081257f3ba0796d5d967cbd19dd9be5886e11b0..b87eb9170af383ad990a5fdb3eead7e8086845f8 100644 (file)
@@ -1,4 +1,7 @@
 
 #[nechung fortune]
+# runs every minute and recreates a fortune for thunderbird signature.
+# a lot of the detail below is to get the feisty meow environment loaded for
+# the new_sig command.
 * * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; perl $HOME/feisty_meow/scripts/text/new_sig.pl) &>>/tmp/${USER}-cron-nechung_fortune.log