cleaned up crontab emitter a bit
authorFred T. Hamster <fred@gruntose.com>
Mon, 16 Dec 2024 22:49:54 +0000 (17:49 -0500)
committerFred T. Hamster <fred@gruntose.com>
Mon, 16 Dec 2024 22:49:54 +0000 (17:49 -0500)
infobase/configuration/cron/emit_user_crontab.crontab

index da39cbc32a71dd0348544cae22a18b736cb16693..c50fe93ae48a5fa57c6e3bba5a3a58d481a44663 100644 (file)
@@ -3,7 +3,7 @@
 
 #[emit user crontab]
 # meta-operation to backup the crontab file using cron itself.
-28 */8 * * * crontab -l &> $HOME/$(hostname).$CRONUSER.crontab
+28 */8 * * * crontab -l &> /z/stuffing/archives/$CRONUSER.$(hostname).crontab
 
 ##############