<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
On Wed, 2013-12-18 at 00:52 +0000, Patrick O'Callaghan wrote:
<BLOCKQUOTE TYPE=CITE>
    On Tue, Dec 17, 2013 at 7:23 PM, Jonathan Ryshpan &lt;<A HREF="mailto:jonrysh@pacbell.net">jonrysh@pacbell.net</A>&gt; wrote:
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BLOCKQUOTE>
        I'm interested in a replacement for cron which would allow me to run various cron jobs on demand, and mark them as having been run, so they won't be run again from the schedule.&nbsp; Looking through the Fedora repository, I noticed whenjobs, which looks like it may do the job (no pun intended).&nbsp; The documentation for whenjobs says that it is obsolete and has been replaced by goaljobs.<BR>
        <BR>
        Has anyone tried out whenjobs or goaljobs.&nbsp; Any problems?&nbsp; Will they do what I need done?
    </BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Is there some reason 'at' won't do what you want?<BR>
</BLOCKQUOTE>
<BR>
I don't think <I>at</I> will do the job.&nbsp; <BR>
<BR>
In more detail: I have a cron job which backs up my desktop system every day.&nbsp; The job is actually invoked by anacron, which starts it about an hour after I boot up the system for the day.&nbsp; Backing up takes from half an hour to an hour and a half, depending.&nbsp; 
<UL>
    <LI>Frequently, I start the system, check my email and leave for breakfast; on these days, I'd like backup to start when I leave; I would invoke it by a shell script or whatever.
    <LI>Other days, I stay on the system for a while; on these days I'd like cron to start the job whenever its algorithms think best.
    <LI>I don't want to leave starting the job completely to a shell script run from a terminal, because I'd often forget to run it.
</UL>
If I can replace <I>cron</I> with <I>at</I> and get the desired result, I'll be happy.<BR>
<BR>
Thanks - jon<BR>
<BR>
<BR>
</BODY>
</HTML>