<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[XO one time job scheduler]]></title><description><![CDATA[<p dir="auto">Hello, is possible create job what will run only one time on specific time and date?</p>
]]></description><link>https://xcp-ng.org/forum/topic/10921/xo-one-time-job-scheduler</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 21:20:34 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/10921.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Jun 2025 11:54:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to XO one time job scheduler on Fri, 06 Jun 2025 13:30:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/rs" aria-label="Profile: RS">@<bdi>RS</bdi></a> One option would be this, assuming in this se you want to run the job at midnight on Dec. 25:<br />
/bin/echo "/path/to/your/script.sh" | at midnight Dec 25</p>
<p dir="auto">While cron doesn't offer a specific one-time execution, you could also do this in cron but would have to remove the entry afterwards:<br />
0 0 25 12 * /path/to/your/script.sh</p>
<p dir="auto">Also, take a look at this option: <a href="https://www.fastcron.com/guides/one-time-cronjobs/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.fastcron.com/guides/one-time-cronjobs/</a></p>
]]></description><link>https://xcp-ng.org/forum/post/93746</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/93746</guid><dc:creator><![CDATA[tjkreidl]]></dc:creator><pubDate>Fri, 06 Jun 2025 13:30:38 GMT</pubDate></item><item><title><![CDATA[Reply to XO one time job scheduler on Fri, 06 Jun 2025 11:55:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">It reminds me a similar convo we had less than a month ago, do you remember anything on this <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/florent" aria-label="Profile: florent">@<bdi>florent</bdi></a> or <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/lsouai-vates" aria-label="Profile: lsouai-vates">@<bdi>lsouai-vates</bdi></a> ? <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=1e2d7c4c493" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /></p>
]]></description><link>https://xcp-ng.org/forum/post/93745</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/93745</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 06 Jun 2025 11:55:40 GMT</pubDate></item></channel></rss>